:: com :: sun :: star :: text ::

service DocumentSettings
Description
describes properties that apply to the whole text document.

Included Services
::com::sun::star::document::Settings
describes properties that apply to the whole document of any application.
Exported Interfaces
::com::sun::star::beans::XPropertySet
Description
gives access to the properties implemented by this service.
Properties' Summary
ChartAutoUpdate [ OPTIONAL ]
specifies if charts in text documents are updated automatically. This has no effect if 'FieldAutoUpdate' is false .
AddParaTableSpacing [ OPTIONAL ]
specifies if spacing between paragraphs and tables is to be added.
AddParaTableSpacingAtStart [ OPTIONAL ]
specifies if top paragraph spacing is applied to paragraphs on the first page of text documents.
AlignTabStopPosition [ OPTIONAL ]
specifies the alignment of tab stops in text documents.
SaveGlobalDocumentLinks [ OPTIONAL ]
specifies if the contents of links in the global document are saved or not.
IsLabelDocument [ OPTIONAL ]
specifies if the document has been created as a label document.
Properties' Details
ChartAutoUpdate
boolean ChartAutoUpdate;
[ OPTIONAL ]
Description
specifies if charts in text documents are updated automatically. This has no effect if 'FieldAutoUpdate' is false .
AddParaTableSpacing
boolean AddParaTableSpacing;
[ OPTIONAL ]
Description
specifies if spacing between paragraphs and tables is to be added.

If between two paragraphs, two tables, or a paragraph and a table, you have defined spacing above and below each object, usually only the larger one of the two spaces is used. If the spacing between hte objects are to be added this property has to be true .

AddParaTableSpacingAtStart
boolean AddParaTableSpacingAtStart;
[ OPTIONAL ]
Description
specifies if top paragraph spacing is applied to paragraphs on the first page of text documents.

If true , the paragraph or table spacing to the top will also be effective at the beginning of a page or column if the paragraph or table is positioned on the first page of the document. The same applies for a page break.

AlignTabStopPosition
boolean AlignTabStopPosition;
[ OPTIONAL ]
Description
specifies the alignment of tab stops in text documents.

If true centered and right-aligned paragraphs containing tabs are formatted as a whole in the center or aligned to the right. If , only the text to the right of the last tab, for example, is aligned to the right, while the text to the left remains where it is.

SaveGlobalDocumentLinks
boolean SaveGlobalDocumentLinks;
[ OPTIONAL ]
Description
specifies if the contents of links in the global document are saved or not.

This property applies only for master documents.

Note : This name is a bit misleading, it should be something like SaveLinkedDocumentContent .

IsLabelDocument
boolean IsLabelDocument;
[ OPTIONAL ]
Description
specifies if the document has been created as a label document.

This property indicates that the document contains multiple text frames and that the content of one frame is duplicated into the other frames by internally linked text sections.


 
Top of Page