describes properties that apply to the whole document of any application.
More...
import"Settings.idl";
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name. More...
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property. More...
|
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list. More...
|
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
|
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list. More...
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. More...
|
|
void | acquire () |
| increases the reference counter by one. More...
|
|
void | release () |
| decreases the reference counter by one. More...
|
|
◆ com::sun::star::beans::XPropertySet
gives access to the properties implemented by this service.
◆ AddExternalLeading
boolean AddExternalLeading |
|
optionalproperty |
layout engine should add value of a Font's "external leading" attribute to the line spacing.
◆ ApplyUserData
specifies if the user-specific settings saved within a document should be loaded with the document.
◆ AutoCalculate
◆ BitmapTableURL
◆ CharacterCompressionType
short CharacterCompressionType |
|
optionalproperty |
◆ ColorTableURL
contains the URL that points to a color table (file extension .soc) that will be used for showing a palette in dialogs using colors.
◆ CurrentDatabaseCommand
string CurrentDatabaseCommand |
|
optionalproperty |
a string value, specifying the name of the object displayed currently (or the SQL statement used).
◆ CurrentDatabaseCommandType
long CurrentDatabaseCommandType |
|
optionalproperty |
◆ CurrentDatabaseDataSource
string CurrentDatabaseDataSource |
|
optionalproperty |
The name of the globally registered com::sun::star::sdb::DataSource from which the current data is taken.
The data source can e.g. be used for feeding a form letter.
◆ DashTableURL
◆ DefaultTabStop
◆ EmbedAsianScriptFonts
boolean EmbedAsianScriptFonts |
|
optionalproperty |
Whether to embed Asian script fonts.
- Since
- LibreOffice 6.2
◆ EmbedComplexScriptFonts
boolean EmbedComplexScriptFonts |
|
optionalproperty |
Whether to embed Complex script fonts.
- Since
- LibreOffice 6.2
◆ EmbedFonts
Whether to embed fonts used by the document (see e.g.
handling of OOXML embedRegular etc.)
- Since
- LibreOffice 4.0
◆ EmbedLatinScriptFonts
boolean EmbedLatinScriptFonts |
|
optionalproperty |
Whether to embed Latin script fonts.
- Since
- LibreOffice 6.2
◆ EmbedOnlyUsedFonts
boolean EmbedOnlyUsedFonts |
|
optionalproperty |
Whether to embed only the fonts that are used in the document.
- Since
- LibreOffice 6.2
◆ EmbedSystemFonts
Whether to embed also system fonts used by the document.
Does not have any effect if EmbedFonts is false.
- Since
- LibreOffice 4.0
◆ FieldAutoUpdate
specifies if fields in text documents are updated automatically.
◆ ForbiddenCharacters
◆ GradientTableURL
◆ HatchTableURL
◆ IsKernAsianPunctuation
boolean IsKernAsianPunctuation |
|
optionalproperty |
specifies if kerning is applied to Asian punctuation.
Applies only if kerning is enabled.
◆ IsPrintBooklet
determines if the document will be printed as a booklet (brochure), i.e., two document pages are put together on one physical page, such that you can fold the print result and get a booklet.
Note, that you have to print in duplex mode, if both, IsPrintBookletFront and IsPrintBookletBack are set to TRUE
.
◆ IsPrintBookletBack
boolean IsPrintBookletBack |
|
optionalproperty |
is only effective, if IsPrintBooklet is TRUE
.
If this property is also TRUE
, only the backs of the pages of your booklet are printed.
This is especially useful, if your printer does not supply duplex printing.
◆ IsPrintBookletFront
boolean IsPrintBookletFront |
|
optionalproperty |
is only effective, if IsPrintBooklet is TRUE
.
If this property is also TRUE
, only the fronts of the pages of your booklet are printed.
This is especially useful, if your printer does not supply duplex printing.
◆ LineEndTableURL
◆ LinkUpdateMode
specifies the update mode for links when loading text documents.
For supported values see the constants group LinkUpdateModes.
◆ PrinterIndependentLayout
short PrinterIndependentLayout |
|
optionalproperty |
◆ PrinterName
printer used by the document.
◆ PrinterSetup
sequence< byte > PrinterSetup |
|
property |
platform and driver dependent printer setup data.
This property serves to capture the current printer setup settings, such as paper tray, printer options, etc. The data can typically be interpreted only by the system that generated it. The PrinterSetup property may be used to save and restore the user's printer settings.
◆ PrintQuality
how printing uses color.
-
0: Default
-
1: Grayscale
-
2: Black & White (with grayscale images)
◆ SaveVersionOnClose
boolean SaveVersionOnClose |
|
optionalproperty |
specifies if a new version is created if a document has been modified and you want to close it.
◆ UpdateFromTemplate
boolean UpdateFromTemplate |
|
optionalproperty |
specifies if the document should be updated when the template it was created from changes.
Applies only for documents that were created from a template.
The documentation for this service was generated from the following file: