PreviousSectionProperties.LineNumberType Property
Line Numbering Settings.Represents the element tag in schema: w:lnNumType
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property LineNumberType As LineNumberType
Get
Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As LineNumberType
value = instance.LineNumberType
instance.LineNumberType = value
public LineNumberType LineNumberType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.LineNumberType
Returns LineNumberType.
See Also
Reference
PreviousSectionProperties Class