|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
describes properties that apply to the whole document of any application. More...
import "Settings.idl";
Public Types | |
| typedef sequence< byte > | PrinterSetup |
| platform and driver dependent printer setup data. | |
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| gives access to the properties implemented by this service. | |
Public Attributes | |
| com::sun::star::i18n::XForbiddenCharacters | ForbiddenCharacters |
| gives access to the set of forbidden characters. | |
| short | LinkUpdateMode |
| specifies the update mode for links when loading text documents. | |
| string | PrinterName |
| printer used by the document. | |
| boolean | IsKernAsianPunctuation |
| specifies if kerning is applied to Asian punctuation. | |
| short | CharacterCompressionType |
| specifies the compression (character spacing) type used for Asian characters. | |
| boolean | ApplyUserData |
| specifies if the user-specific settings saved within a document should be loaded with the document. | |
| boolean | SaveVersionOnClose |
| specifies if a new version is created if a document has been modified and you want to close it. | |
| boolean | UpdateFromTemplate |
| specifies if the document should be updated when the template it was created from changes. | |
| boolean | FieldAutoUpdate |
| specifies if fields in text documents are updated automatically. | |
| string | CurrentDatabaseDataSource |
| The name of the globally registered com::sun::star::sdb::DataSource from which the current data is taken. | |
| string | CurrentDatabaseCommand |
| a string value, specifying the name of the object displayed currently (or the SQL statement used). | |
| long | CurrentDatabaseCommandType |
| determines the interpretation of the property DataTableName. | |
| long | DefaultTabStop |
| boolean | 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. | |
| boolean | IsPrintBookletFront |
| is only effective, if IsPrintBooklet is TRUE. | |
| boolean | IsPrintBookletBack |
| is only effective, if IsPrintBooklet is TRUE. | |
| long | PrintQuality |
| how printing uses color. | |
| string | 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. | |
| string | DashTableURL |
| string | LineEndTableURL |
| string | HatchTableURL |
| string | GradientTableURL |
| string | BitmapTableURL |
| boolean | AutoCalculate |
| short | PrinterIndependentLayout |
| forbid use of printer metrics for layout | |
| boolean | AddExternalLeading |
| layout engine should add value of a Font's "external leading" attribute to the line spacing. | |
| boolean | EmbedFonts |
| Whether to embed fonts used by the document (see e.g. | |
| boolean | EmbedSystemFonts |
| Whether to embed also system fonts used by the document. | |
| boolean | EmbedOnlyUsedFonts |
| Whether to embed only the fonts that are used in the document. | |
| boolean | EmbedLatinScriptFonts |
| Whether to embed Latin script fonts. | |
| boolean | EmbedAsianScriptFonts |
| Whether to embed Asian script fonts. | |
| boolean | EmbedComplexScriptFonts |
| Whether to embed Complex script fonts. | |
describes properties that apply to the whole document of any application.
For application specific settings, please refer to the individual services.
|
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.
| interface com::sun::star::beans::XPropertySet |
gives access to the properties implemented by this service.
|
optionalproperty |
layout engine should add value of a Font's "external leading" attribute to the line spacing.
|
optionalproperty |
specifies if the user-specific settings saved within a document should be loaded with the document.
|
optionalproperty |
|
optionalproperty |
|
optionalproperty |
specifies the compression (character spacing) type used for Asian characters.
|
optionalproperty |
contains the URL that points to a color table (file extension .soc) that will be used for showing a palette in dialogs using colors.
|
optionalproperty |
a string value, specifying the name of the object displayed currently (or the SQL statement used).
|
optionalproperty |
determines the interpretation of the property DataTableName.
|
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.
|
optionalproperty |
|
optionalproperty |
|
optionalproperty |
Whether to embed Asian script fonts.
|
optionalproperty |
Whether to embed Complex script fonts.
|
optionalproperty |
Whether to embed fonts used by the document (see e.g.
handling of OOXML embedRegular etc.)
|
optionalproperty |
Whether to embed Latin script fonts.
|
optionalproperty |
Whether to embed only the fonts that are used in the document.
|
optionalproperty |
Whether to embed also system fonts used by the document.
Does not have any effect if EmbedFonts is false.
|
optionalproperty |
specifies if fields in text documents are updated automatically.
|
optionalproperty |
gives access to the set of forbidden characters.
|
optionalproperty |
|
optionalproperty |
|
optionalproperty |
specifies if kerning is applied to Asian punctuation.
Applies only if kerning is enabled.
|
optionalproperty |
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.
|
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.
|
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.
|
optionalproperty |
|
optionalproperty |
specifies the update mode for links when loading text documents.
For supported values see the constants group LinkUpdateModes.
|
optionalproperty |
forbid use of printer metrics for layout
For supported values see the constants group PrinterIndependentLayout.
|
property |
printer used by the document.
|
optionalproperty |
how printing uses color.
|
optionalproperty |
specifies if a new version is created if a document has been modified and you want to close it.
|
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.