ooodev.adapter.util.path_settings_properties_partial module

class ooodev.adapter.util.path_settings_properties_partial.PathSettingsPropertiesPartial(component)[source]

Bases: object

Path Properties Partial Class.

Parameters:

component (Any) –

__init__(component)[source]

Constructor

Parameters:

component (Any) – UNO Component that implements com.sun.star.util.XPathSettings interface.

Return type:

None

property addin: StrList

Gets/Sets the directory that contains spreadsheet add-ins which use the old add-in API.

Contains spreadsheet add-ins that use the old add-in API.

When setting can be a str, StrList, or a path like object.

Support single path only.

Return type:

StrList

property auto_correct: StrList

Gets/Sets the settings of the auto_correct dialog.

Contains the settings for the AutoCorrect dialog.

The value can be more than one path separated by a semicolon.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property auto_text: StrList

Gets/Sets the directory which contains the AutoText modules.

Contains the AutoText modules.

The value can be more than one path separated by a semicolon.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property backup: StrList

Gets/Sets the automatic backup copies of documents are stored here.

Where automatic document backups are stored.

When setting can be a str, StrList, or a path like object.

Support single path only.

Return type:

StrList

property base_path_share_layer: StrList

Gets/Sets the base path for shared layers.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property base_path_user_layer: StrList

Gets/Sets the base path for user layers.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property basic: StrList

Gets/Sets the Basic files, used by the AutoPilots, can be found here.

Where automatic document backups are stored.

The value can be more than one path separated by a semicolon or a tuple of path like objects.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property bitmap: StrList

Gets/Sets - the directory contains the icons for the toolbars.

Contains the external icons for the toolbars.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property classification: StrList

Gets/Sets - Not documented.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property config: StrList

Gets configuration files are located here.

Contains configuration files. This property is not visible in the path options dialog and cannot be modified.

Supports single path only.

Return type:

StrList

property dictionary: StrList

Gets/Sets provided dictionaries are stored here.

Contains the dictionaries.

When setting can be a str, StrList, or a path like object.

Support single path only.

Return type:

StrList

property favorite: StrList

Gets/Sets Path to save folder bookmarks.

Contains the saved folder bookmarks.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property filter: StrList

Gets/Sets the directory where all the filters are stored.

Where the filters are stored.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property fingerprint: StrList

Gets/Sets Not documented.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property gallery: StrList

Gets/Sets the directories which contains the Gallery database and multimedia files.

Contains the Gallery database and multimedia files.

The value can be more than one path separated by a semicolon or a tuple of path like objects.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property graphic: StrList

Gets/Sets - This directory is displayed when the dialog for opening a graphic or for saving a new graphic is called.

When setting can be a str, StrList, or a path like object.

Return type:

StrList

property help: StrList

Gets/Sets the path to the Office help files.

Contains the OOo help files.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property iconset: StrList

Gets/Sets Not documented.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property linguistic: StrList

Gets/Sets the files that are necessary for the spell check are saved here.

Contains the OOo spellcheck files.

The value can be more than one path separated by a semicolon or a tuple of path like objects.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property module: StrList

Gets/Sets the path for the modules.

Contains the OOo modules.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property palette: StrList

Gets/Sets the path to the palette files *.SOB to *.SOF containing user-defined colors and patterns.

Contains the palette files that contain user-defined colors and patterns (*.SOB and *.SOF).

The value can be more than one path separated by a semicolon or a tuple of path like objects.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property plugin: StrList

Gets/Sets - Plugins are saved in these directories.

The value can be more than one path separated by a semicolon or a tuple of path like objects.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property storage: StrList

Gets/Sets - Mail, News files and other information (for example, about FTP Server) are stored here.

When setting can be a str, StrList, or a path like object.

Support single path only.

Return type:

StrList

property temp: StrList

Gets/Sets the base url to the office temp-files.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property template: StrList

The templates originate from these folders and sub-folders.

The value can be more than one path separated by a semicolon or a tuple of path like objects.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property ui_config: StrList

Global directories to look for user interface configuration files.

The user interface configuration will be merged with user settings stored in the directory specified by UserConfig. The value can be more than one path separated by a semicolon or a tuple of path like objects.

When setting can be a str or a path like object, StrList or a Tuple of path like object.

Supports multiple paths.

Return type:

StrList

property user_config: StrList

Specifies the folder with the user settings.

Contains the user settings, including the user interface configuration files for menus, toolbars, accelerators and status bars.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property user_dictionary: StrList

The custom dictionaries are contained here.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList

property work: StrList

The path of the work folder can be modified according to the user’s needs.

The work folder. This path can be modified according to the user’s needs and can be seen in the Open or Save dialog.

The path specified here can be seen in the Open or Save dialog.

When setting can be a str, StrList, or a path like object.

Supports single path only.

Return type:

StrList