Properties' Summary |
boolean
IsOn |
If true, line numbering is used.
|
string
CharStyleName |
The name of the character style that is used for the line number.
|
boolean
CountEmptyLines |
If true, empty lines are counted.
|
boolean
CountLinesInFrames |
If true, lines in frames are included in counting.
|
long
Distance |
specifies the distance between the line number and the start or
end of the text area.
|
short
Interval |
Line numbers are shown on every Intervalth line.
|
string
SeparatorText |
specifies the string that is used for the line separator.
|
short
SeparatorInterval |
The line separator is shown every SeparatorIntervalth line.
|
short
NumberPosition |
specifies the position of the line number (constant LineNumberPositions
left/right/inside/outside).
|
short
NumberingType |
specifies the type of the numbering.
|
boolean
RestartAtEachPage |
[ OPTIONAL ]
specifies if the line numbering should start from the
beginning at each page.
|
Properties' Details |
IsOn
boolean IsOn;
- Description
- If true, line numbering is used.
|
|
CharStyleName
string CharStyleName;
- Description
- The name of the character style that is used for the line number.
|
|
CountEmptyLines
boolean CountEmptyLines;
- Description
- If true, empty lines are counted.
|
|
CountLinesInFrames
boolean CountLinesInFrames;
- Description
- If true, lines in frames are included in counting.
|
|
Distance
long Distance;
- Description
- specifies the distance between the line number and the start or
end of the text area.
|
|
Interval
short Interval;
- Description
- Line numbers are shown on every Intervalth line.
|
|
SeparatorText
string SeparatorText;
- Description
- specifies the string that is used for the line separator.
|
|
SeparatorInterval
short SeparatorInterval;
- Description
- The line separator is shown every SeparatorIntervalth line.
|
|
NumberPosition
short NumberPosition;
- Description
- specifies the position of the line number (constant LineNumberPositions
left/right/inside/outside).
|
|
NumberingType
short NumberingType;
- Description
- specifies the type of the numbering.
|
|
RestartAtEachPage
boolean RestartAtEachPage;
- Usage Restrictions
- optional
- Description
- specifies if the line numbering should start from the
beginning at each page.
If set to false the line numbering will be continuous.
- Since
- OOo 2.0
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.