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