[]
Represents settings for line numbering to be displayed before each column of text in the section.
public class LineNumbering
Public Class LineNumbering
Name | Description |
---|---|
Active | Gets or sets a value indicating whether line numbering is active for the section. |
CountBy | Gets or sets the numeric increment for line numbers. |
DistanceFromText | Gets or sets the distance between the text margin and the edge of any line numbers appearing in the section. Set this property to zero for automatic distance. |
RestartMode | Gets or sets a value specifying when line numbering restarts (whether it restarts at evry page, at each secion or runs continuously). |
StartingNumber | Gets or sets the starting line number. |
Name | Description |
---|---|
ClearFormatting() | Resets line numbering properties to default values. |