Word.Interfaces.LineNumberingLoadOptions interface
Represents line numbers in the left margin or to the left of each newspaper-style column.
Remarks
Properties
$all | Specifying |
count |
Specifies the numeric increment for line numbers. |
distance |
Specifies the distance (in points) between the right edge of line numbers and the left edge of the document text. |
is |
Specifies if line numbering is active for the specified document, section, or sections. |
restart |
Specifies the way line numbering runs; that is, whether it starts over at the beginning of a new page or section, or runs continuously. |
starting |
Specifies the starting line number. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
countBy
Specifies the numeric increment for line numbers.
countBy?: boolean;
Property Value
boolean
Remarks
distanceFromText
Specifies the distance (in points) between the right edge of line numbers and the left edge of the document text.
distanceFromText?: boolean;
Property Value
boolean
Remarks
isActive
Specifies if line numbering is active for the specified document, section, or sections.
isActive?: boolean;
Property Value
boolean
Remarks
restartMode
Specifies the way line numbering runs; that is, whether it starts over at the beginning of a new page or section, or runs continuously.
restartMode?: boolean;
Property Value
boolean
Remarks
startingNumber
Specifies the starting line number.
startingNumber?: boolean;
Property Value
boolean