[]
Represents settings for line numbering to be displayed before each column of text in the section.
public class LineNumbering
Gets or sets a value indicating whether line numbering is active for the section.
public bool Active { get; set; }
Gets or sets the numeric increment for line numbers.
public short CountBy { get; set; }
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.
public float DistanceFromText { get; set; }
Gets or sets a value specifying when line numbering restarts (whether it restarts at evry page, at each secion or runs continuously).
public LineNumberRestartMode RestartMode { get; set; }
Gets or sets the starting line number.
public short StartingNumber { get; set; }
Resets line numbering properties to default values.
public void ClearFormatting()