Div.BodyDiv Property
Data for HTML body Element.Represents the element tag in schema: w:bodyDiv
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property BodyDiv As BodyDiv
Get
Set
'Usage
Dim instance As Div
Dim value As BodyDiv
value = instance.BodyDiv
instance.BodyDiv = value
public BodyDiv BodyDiv { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.BodyDiv