LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
LineNumberingProperties Service Referencepublished

provides access to the settings of the line numbering. More...

import "LineNumberingProperties.idl";

Public Attributes

boolean IsOn
 If TRUE, line numbering is used. More...
 
string CharStyleName
 The name of the character style that is used for the line number. More...
 
boolean CountEmptyLines
 If TRUE, empty lines are counted. More...
 
boolean CountLinesInFrames
 If TRUE, lines in frames are included in counting. More...
 
long Distance
 specifies the distance between the line number and the start or end of the text area. More...
 
short Interval
 Line numbers are shown on every Intervalth line. More...
 
string SeparatorText
 specifies the string that is used for the line separator. More...
 
short SeparatorInterval
 The line separator is shown every SeparatorIntervalth line. More...
 
short NumberPosition
 specifies the position of the line number (constant LineNumberPositions left/right/inside/outside). More...
 
short NumberingType
 specifies the type of the numbering. More...
 
boolean RestartAtEachPage
 specifies if the line numbering should start from the beginning at each page. More...
 

Detailed Description

provides access to the settings of the line numbering.

Developers Guide
Text - Line Numbering and Outline Numbering - Line Numbering

Member Data Documentation

string CharStyleName
property

The name of the character style that is used for the line number.

boolean CountEmptyLines
property

If TRUE, empty lines are counted.

boolean CountLinesInFrames
property

If TRUE, lines in frames are included in counting.

long Distance
property

specifies the distance between the line number and the start or end of the text area.

short Interval
property

Line numbers are shown on every Intervalth line.

boolean IsOn
property

If TRUE, line numbering is used.

short NumberingType
property

specifies the type of the numbering.

short NumberPosition
property

specifies the position of the line number (constant LineNumberPositions left/right/inside/outside).

boolean RestartAtEachPage
optionalproperty

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
short SeparatorInterval
property

The line separator is shown every SeparatorIntervalth line.

string SeparatorText
property

specifies the string that is used for the line separator.


The documentation for this service was generated from the following file: