<w:document>
<w:body>
</w:body>
</w:document>
The fact that the paragraph is inside the body element makes it part of the main document story. end example]
Parent Elements
[Note: The W3C XML Schema definition of this element’s content model (CT_Body) is located in §A.1. end note]
� ISO/IEC29500: 2008.
Gets all extended attributes (attributes not defined in the schema) of the current element.
(Inherited from OpenXmlElement)
Gets the last child of the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.
(Inherited from OpenXmlCompositeElement)
Sets the markup compatibility attributes. Returns null if no markup compatibility attributes are defined for the current element.
(Inherited from OpenXmlElement)
Gets all the namespace declarations defined in the current element. Returns an empty enumerator if there is no namespace declaration.
(Inherited from OpenXmlElement)
Get the first annotation object of the specified type from the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Get the first annotation object of the specified type from the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Gets a collection of annotations with the specified type for the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Gets a collection of annotations with the specified type for the current OpenXmlElement element.
(Inherited from OpenXmlElement)
Appends each element from a list of elements to the end of the current element's list of child elements.
(Inherited from OpenXmlElement)
Appends each element from an array of elements to the end of the current element's list of child elements.
(Inherited from OpenXmlElement)
Enumerates all of the sibling elements that follow the current element and have the same parent as the current element.
(Inherited from OpenXmlElement)
Enumerates all of the sibling elements that precede the current element and have the same parent as the current element.
(Inherited from OpenXmlElement)
Gets the OpenXmlElement element that immediately follows the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement element.
(Inherited from OpenXmlElement)
Gets the OpenXmlElement element with the specified type that follows the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement.
(Inherited from OpenXmlElement)
Inserts the specified element at the beginning of the current element's list of child nodes.
(Inherited from OpenXmlCompositeElement)
Gets the OpenXmlElement element that immediately precedes the current OpenXmlElement element. Returns null (Nothing in Visual Basic ) if there is no preceding OpenXmlElement element.
(Inherited from OpenXmlElement)
Gets the OpenXmlElement element with the specified type that precedes the current OpenXmlElement. Returns null (Nothing in Visual Basic) if there is no preceding OpenXmlElement element.
(Inherited from OpenXmlElement)
Removes the namespace declaration for the specified prefix. Removes nothing if there is no prefix.
(Inherited from OpenXmlElement)
Replaces one of the current element's child elements with another OpenXmlElement element.
(Inherited from OpenXmlCompositeElement)
Sets an attribute to the specified element. If the attribute is a known attribute, the value of the attribute is set. If the attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list.
(Inherited from OpenXmlElement)
Sets a number of attributes to the element. If an attribute is a known attribute, the value of the attribute is set. If an attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list.
(Inherited from OpenXmlElement)