Document.Body Property

Document Body.Represents the element tag in schema: w:body

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Body As Body
    Get
    Set
'Usage
Dim instance As Document
Dim value As Body

value = instance.Body

instance.Body = value
public Body Body { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Body
Returns Body.

See Also

Reference

Document Class

Document Members

DocumentFormat.OpenXml.Wordprocessing Namespace