From f57c0b153c127460e69b628a2355a757dd10935c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 27 Apr 2013 12:12:35 +0200 Subject: xmllint: reformat files Change-Id: I7c1806285a325447e0a5ab19212cf1d4779988ef --- .../schema/org/openoffice/Office/OptionsDialog.xcs | 164 +- .../org/openoffice/Office/PresenterScreen.xcs | 576 ++++-- .../schema/org/openoffice/Office/Recovery.xcs | 272 +-- .../schema/org/openoffice/Office/TabBrowse.xcs | 51 +- .../registry/schema/org/openoffice/Office/UI.xcs | 1163 ++++++------ .../schema/org/openoffice/Office/WriterWeb.xcs | 1927 ++++++++++---------- 6 files changed, 2190 insertions(+), 1963 deletions(-) (limited to 'officecfg/registry/schema') diff --git a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs index df435cf216c3..beb1ef89bd47 100644 --- a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + Contains general structures used to hide a single option or an option tabpage or a whole option group. @@ -25,57 +25,56 @@ - Describes one single option. + Describes one single option. - - Should this option be hidden?. - + + Should this option be hidden?. + - Describes one options tabpage. + Describes one options tabpage. - - Should this page be hidden? - + + Should this page be hidden? + - - An optional set to allow to hide single options of this page. - + + An optional set to allow to hide single options of this page. + - Describes a group of options tabpages. + Describes a group of options tabpages. - - Should this whole group of options tabpages be hidden? - + + Should this whole group of options tabpages be hidden? + - - An optional set to allow to hide single options tabpages of this + + An optional set to allow to hide single options tabpages of this group. - + - - Defines a Module. The options dialog displays entries in its tree + Defines a Module. The options dialog displays entries in its tree view only if they are defined to belong to the Module for which the options dialog is being displayed. The exception is the options dialog which is invoked from the Extension Manager, where the Module is irrelevant. - - A set member countains a Node (see type Node) which has been + + A set member countains a Node (see type Node) which has been assigned to this Module. Also entities which do not own the Module may add members to the set. Please look at the specification for applying restrictions @@ -91,33 +90,31 @@ the Index property. See also the description for OrderedNode. - + - - Defines a node (the tree view element) which can be displayed in + Defines a node (the tree view element) which can be displayed in the tree view of the options dialog. - - - The localized name which is displayed next to the node in the + + + The localized name which is displayed next to the node in the options dialog. If two different nodes (the tree view element) happen to have the same localized name then both are displayed. - + - - URL which references the dialog editor resource. This options + + URL which references the dialog editor resource. This options page should only contain information for the user and should not accept input. - + - - If true then this Node shall be displayed independent of the + + If true then this Node shall be displayed independent of the Module for which the options dialog is displayed - that is, always. In this case it must not be assigned directly to one ore more Module|s. That is, it must not exist as member in Module/Nodes of no @@ -126,12 +123,12 @@ entries for all Module|s. The default value is false. - - false + + false - - Identifies a group of Node|s. All nodes (the tree view elements) + + Identifies a group of Node|s. All nodes (the tree view elements) which refer to the same group are displayed next to each other. If this property is set then GroupIndex must also have a value. The group will be used by Node|s which have been added to existing @@ -142,12 +139,12 @@ The empty string is no valid identifier and represents nil. See also GroupIndex. - - + + - - The index of the Node within the group. The index starts with + + The index of the Node within the group. The index starts with null. If this property is set then property GroupId must also have a value. If a Node of this group is displayed depends on the respective Module to which it is assigned. For example, if there are @@ -159,51 +156,49 @@ the order could be different depending on the Module. But this would have added more complexity to the data structures. - - -1 + + -1 - - Leaves which are assigned to this node. Extensions can add to this + + Leaves which are assigned to this node. Extensions can add to this set new Leaf|s. - + - - Defines a leaf (the tree view element). A Leaf must be assigned to + Defines a leaf (the tree view element). A Leaf must be assigned to exactly one Node. - - The unique identifier of the Leaf. This must be the extension + + The unique identifier of the Leaf. This must be the extension identifier if this Leaf was defined by an extension. - + - - - The localized name that is displayed for the leaf in the options + + + The localized name that is displayed for the leaf in the options dialog. - + - - A URL which references the window resource. - + + A URL which references the window resource. + - - Name of the event handler service which is used as argument in + + Name of the event handler service which is used as argument in com.sun.star.awt.XContainerWindowProvider.createContainerWindow. This handler does not even process events from the options page but also provides for saving and reading the respective values. - + - - Identifies a group of Leaf|s. All Leaf|s which have the same + + Identifies a group of Leaf|s. All Leaf|s which have the same GroupId form a group and the corresponding entries in the tree view are displayed next to each other. If this property is set then the property GroupIndex must @@ -217,32 +212,31 @@ group id. The empty string is regarded as nil. - - + + - - The index of the Leaf within the group. The index starts with + + The index of the Leaf within the group. The index starts with null. If this property is set then GroupId must also have a value. If there are two Leaf|s with the same index in the same group then then their order is undefined. The value -1 is regarded as nil. - - -1 + + -1 - - Represents a reference to a Node and an optional index. + Represents a reference to a Node and an optional index. Instances of this type are used in a set (see Module). The name of the set member must be the same as the one of the respective Node. The index determines the position of the node (the tree view element) in the options dialog for a particular Module. - - Determines the position of the node in the options dialog. + + Determines the position of the node in the options dialog. The index starts with null. That is, the corresponding node appears at the first position in the tree view of the options dialog. If the value is -1 then the index is undefined. If one adds @@ -252,32 +246,28 @@ Module|s. The value -1 is regarded as nil. - - -1 + + -1 - - Contains the set of single options, options tabpages and options + Contains the set of single options, options tabpages and options groups which should be hidden. - + - - List of availabe application contexts + List of availabe application contexts - List of available nodes. + List of available nodes. - - diff --git a/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs b/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs index 613401a78db3..908b2c4218c5 100644 --- a/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs @@ -16,442 +16,690 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + Configuration of the Presenter Screen extension. - + - Describes one bitmap that can be used as button icon or to paint - a pane border. + + Describes one bitmap that can be used as button icon or to paint + a pane border. + - Name of the bitmap. Used to look-up the bitmap in a container. + + Name of the bitmap. Used to look-up the bitmap in a container. + - Text that is displayed together with the icon. + + Text that is displayed together with the icon. + - Relative file name to the bitmap for the normal icon. + + Relative file name to the bitmap for the normal icon. + - Relative file name to the bitmap for the mouse over icon. + + Relative file name to the bitmap for the mouse over icon. + - Relative file name to the bitmap for the button down icon. + + Relative file name to the bitmap for the button down icon. + - Relative file name to the bitmap for the icon in disabled state. + + Relative file name to the bitmap for the icon in disabled state. + - Relative file name to the bitmap for the icon in disabled state. + + Relative file name to the bitmap for the icon in disabled state. + - The file name of the mask bitmap. Use red for pixel outside of - the border and blue for inside pixels. - + + The file name of the mask bitmap. Use red for pixel outside of + the border and blue for inside pixels. + + - Horizontal offset to move the bitmap just outside the - window border. + + Horizontal offset to move the bitmap just outside the + window border. + 0 - Vertical offset to move the bitmap just outside the - window border. + + Vertical offset to move the bitmap just outside the + window border. + 0 - Horizontal position of a hot spot. + + Horizontal position of a hot spot. + - Vertical position of a hot spot. + + Vertical position of a hot spot. + - Color that is used as replacement for the bitmap when the later - can for some reason not be used. + + Color that is used as replacement for the bitmap when the later + can for some reason not be used. + - Horizontal texturing mode. + + Horizontal texturing mode. + - Show texture only once + + Show texture only once + - Repeat the texture + + Repeat the texture + - Stretch the texture to cover the paint area + + Stretch the texture to cover the paint area + - Vertical texturing mode. + + Vertical texturing mode. + - Show texture only once + + Show texture only once + - Repeat the texture + + Repeat the texture + - Stretch the texture to cover the paint area + + Stretch the texture to cover the paint area + Once - Four values describing the sizes of a border around a - rectangular area. + + Four values describing the sizes of a border around a + rectangular area. + - Left border size. + + Left border size. + - Top border size. + + Top border size. + - Right border size. + + Right border size. + - Bottom border size. + + Bottom border size. + - Font description. + + Font description. + - The name of the font family. + + The name of the font family. + - Font size. + + Font size. + - Something like "Bold" or "Italic" or "Bold Italic". + + Something like "Bold" or "Italic" or "Bold Italic". + - Font color. + + Font color. + - Orientation of text. Can be left, right, or centered. + + Orientation of text. Can be left, right, or centered. + - Flush left + + Flush left + - Flush right + + Flush right + - Centered + + Centered + - Horizontal offset in relation to the anchor point. + + Horizontal offset in relation to the anchor point. + - Vertical offset in relation to the anchor point. + + Vertical offset in relation to the anchor point. + - Description of a tool bar entry state. + + Description of a tool bar entry state. + - Font used for displaying the text. + + Font used for displaying the text. + - The icon to display. + + The icon to display. + - The text to display. + + The text to display. + - Action to execute when a button is triggered. + + Action to execute when a button is triggered. + - Definition of a tool bar entry. + + Definition of a tool bar entry. + - Name of the entry. May be used to have mode dependant entries. + + Name of the entry. May be used to have mode dependant entries. + - Type of the entry. Examples are "Label" and "Button". + + Type of the entry. Examples are "Label" and "Button". + - Description of a tool bar entry in normal mode (not selected, not mouse over) + + Description of a tool bar entry in normal mode (not selected, not mouse over) + - Description of a tool bar entry when the mouse is over it. + + Description of a tool bar entry when the mouse is over it. + - Description of a tool bar entry when it is selected. + + Description of a tool bar entry when it is selected. + - Description of a tool bar entry when it is disabled. + + Description of a tool bar entry when it is disabled. + - Definition of one tool bar. + + Definition of one tool bar. + - Entries of the tool bars. + + Entries of the tool bars. + - Description of a button. + + Description of a button. + - Name of the button that is used to look up the button. + + Name of the button that is used to look up the button. + - Font used for displaying the text. + + Font used for displaying the text. + - The icon to display. + + The icon to display. + - The text to display. + + The text to display. + - Action to execute when a button is triggered. + + Action to execute when a button is triggered. + - Description of a help entry. + + Description of a help entry. + - Typically a list of keyboard key names. + + Typically a list of keyboard key names. + - Typically a description of the action triggered by pressing the keys on the left. + + Typically a description of the action triggered by pressing the keys on the left. + - Visual properties of a pane style: - the border of a pane and its title font. + + Visual properties of a pane style: + the border of a pane and its title font. + - Name of the style. Used for referencing the style. + + Name of the style. Used for referencing the style. Has to be unique among pane styles and view styles - in one theme. + in one theme. + - Name of the parent style. Values not supplied in this style + + Name of the parent style. Values not supplied in this style are taken from the parent style. Empty string or missing - mean no parent. - + mean no parent. + + - Font used for displaying the pane title. + + Font used for displaying the pane title. + - Size of the inner part of the border. + + Size of the inner part of the border. + - Size of the outer part of the border. + + Size of the outer part of the border. + - Bitmaps that are used to paint the borders of - a pane. + + Bitmaps that are used to paint the borders of + a pane. + - Visual properties of a view style: - font and backround color. + + Visual properties of a view style: + font and backround color. + - Name of the style. Used for referencing the style. + + Name of the style. Used for referencing the style. Has to be unique among pane styles and view styles - in one theme. + in one theme. + - Name of the parent style. Values not supplied in this style + + Name of the parent style. Values not supplied in this style are taken from the parent style. Empty string or missing - mean no parent. - + mean no parent. + + - Font used for text display inside a view. + + Font used for text display inside a view. + - Color (or bitmap) that is used to paint the - background of a view. + + Color (or bitmap) that is used to paint the + background of a view. + - Association of a drawing framework resource to a - style of the presenter theme. + + Association of a drawing framework resource to a + style of the presenter theme. + - URL of a drawing framework resource. + + URL of a drawing framework resource. + - Name of a pane style or a view style. + + Name of a pane style or a view style. + - Presenter string, whatever that might mean. + + Presenter string, whatever that might mean. + - Just a string. + + Just a string. + - Association of a drawing framework resource to a - style of the presenter theme. + + Association of a drawing framework resource to a + style of the presenter theme. + - URL of a drawing framework view. + + URL of a drawing framework view. + - Name of a view style. + + Name of a view style. + - Title displayed for the component. An empty or missing - title means that no title is displayed. - + + Title displayed for the component. An empty or missing + title means that no title is displayed. + + - Title displayed for the component when accessibility support is active. - An empty or missing title means that no title is displayed. - + + Title displayed for the component when accessibility support is active. + An empty or missing title means that no title is displayed. + + - When the value is false then the background is painted before the - view is painted. + + When the value is false then the background is painted before the + view is painted. + false - List of localizable strings used by the view. + + List of localizable strings used by the view. + - Visual properties of the presenter view. The values in a theme - are hints and can be ignored. + + Visual properties of the presenter view. The values in a theme + are hints and can be ignored. + - Name of the theme. Used for referencing the theme. + + Name of the theme. Used for referencing the theme. Has to be unique among all themes. The name of the - default theme is 'DefaultTheme' + default theme is 'DefaultTheme' + - Name of the parent theme. Values not supplied in this theme + + Name of the parent theme. Values not supplied in this theme are taken from the parent theme. Empty string or missing - mean default theme. - + mean default theme. + + - Color or bitmap that is used to paint the - background. + + Color or bitmap that is used to paint the + background. + - List of pane styles. + + List of pane styles. + - List of view styles. + + List of view styles. + - List of style associations. + + List of style associations. + - List of additional bitmaps for example for buttons. + + List of additional bitmaps for example for buttons. + - List of additional fonts. + + List of additional fonts. + - Layout of a component of the presenter screen. + + Layout of a component of the presenter screen. + - URL of a pane resource. + + URL of a pane resource. + - URL of a view resource that is to be displayed in - the pane. + + URL of a view resource that is to be displayed in + the pane. + - Relative x position in the range of [0,1]. + + Relative x position in the range of [0,1]. + - Relative y position in the range of [0,1]. + + Relative y position in the range of [0,1]. + - Relative width in the range of [0,1]. + + Relative width in the range of [0,1]. + - Relative height in the range of [0,1]. + + Relative height in the range of [0,1]. + - Layout of all components of the presenter screen. + + Layout of all components of the presenter screen. + - Name of the layout. Used for referencing the layout. - Has to be unique among all presenter layouts. + + Name of the layout. Used for referencing the layout. + Has to be unique among all presenter layouts. + - Name of the parent layout. Values not supplied in this layout + + Name of the parent layout. Values not supplied in this layout are taken from the parent layout. Missing or empty string - mean no parent layout. - + mean no parent layout. + + - List of component layouts. + + List of component layouts. + - Settings regarding controls that are only used by the Presenter - Screen. + + Settings regarding controls that are only used by the Presenter + Screen. + - Set of tool bars. + + Set of tool bars. + - Set of buttons. + + Set of buttons. + - Settings of scroll bars. + + Settings of scroll bars. + - Bitmaps of icons used for displaying the scroll bar. + + Bitmaps of icons used for displaying the scroll bar. + - Settings of the slide sorter of the presenter screen. + + Settings of the slide sorter of the presenter screen. + - Size of the border around the current slide. + + Size of the border around the current slide. + - Bitmaps that are used to paint the border around the current - slide. + + Bitmaps that are used to paint the border around the current + slide. + - Settings of help view. + + Settings of help view. + - List of entries displayed in the help view. + + List of entries displayed in the help view. + - General properties of the presenter view. + + General properties of the presenter view. + - When true then presenter screen is displayed on single screen systems - or when fullscreen presentation spans all screens. + + When true then presenter screen is displayed on single screen systems + or when fullscreen presentation spans all screens. + false - List of available themes. + + List of available themes. + - Name of the current theme. An empty name or the string "DefaultTheme" - specify the default theme. + + Name of the current theme. An empty name or the string "DefaultTheme" + specify the default theme. + DefaultTheme - Description of the views. + + Description of the views. + - List of visible presenter components. + + List of visible presenter components. + - Name of the current layout. An empty name or the - string "DefaultLayout" specify the default layout. + + Name of the current layout. An empty name or the + string "DefaultLayout" specify the default layout. + DefaultLayout - Strings that are used make the presenter console accessible. + + Strings that are used make the presenter console accessible. + - The view mode on start up of the extension. Valid values are 0 for the Preview-only mode, 1 for the notes view, 2 for the slide overview. + + The view mode on start up of the extension. Valid values are 0 for the Preview-only mode, 1 for the notes view, 2 for the slide overview. + 0 diff --git a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs index 91fe22d829ff..73d888bc6184 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Recovery.xcs @@ -18,141 +18,141 @@ --> - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The session shutdown related information. - - - - Determines if the office is allowed to show request to store modified documents on session shutdown. - - false - - - - - - - - - Determines if the recovery feature should be enabled or disabled - - true - - - - - - false - - - - - - false - - - - - Settings for the crash reporter. - - - - Specifies if the crash reporter should be enabled or disabled. - - false - - - - - - - - - - - true - - - - - - false - - - - - - 15 - - - - Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less then 1 will be ignored. - - 5 - - - - Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less then 1 will be ignored. - - 1 - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The session shutdown related information. + + + + Determines if the office is allowed to show request to store modified documents on session shutdown. + + false + + + + + + + + + Determines if the recovery feature should be enabled or disabled + + true + + + + + + false + + + + + + false + + + + + Settings for the crash reporter. + + + + Specifies if the crash reporter should be enabled or disabled. + + false + + + + + + + + + + + true + + + + + + false + + + + + + 15 + + + + Define the minimum space in [MB], which must be available on disc to save backups for open documents. Note: values less then 1 will be ignored. + + 5 + + + + Define the minimum space in [MB], which must be available on disc to store the recovery configuration. Note: values less then 1 will be ignored. + + 1 + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs b/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs index 5b52d63f7efe..97183e97dd4c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs @@ -17,35 +17,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - - Contain all needed properties for the tabbed document interface of OOo. - - - - - - - - - - The TaskCreatorService is used to create new document windows. - It must be replaced if the logic behind creation of such windows should be changed. - - - - Because there can exists more then one implementations of such TaskCreatorService, - the actual one must be specified with it's UNO implementation name. - Otherwise it's not guaranteed, which implementation is realy used at runtime. - - - - - - + + + Contain all needed properties for the tabbed document interface of OOo. + + + + + + The TaskCreatorService is used to create new document windows. + It must be replaced if the logic behind creation of such windows should be changed. + + + + Because there can exists more then one implementations of such TaskCreatorService, + the actual one must be specified with it's UNO implementation name. + Otherwise it's not guaranteed, which implementation is realy used at runtime. + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index ecf8f19a347b..365533c83e4a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs @@ -18,495 +18,494 @@ --> - - - - - - Describes a class of filters. Filter classes (for example, 'Text documents') appear as a single filter to the user. - - - - Specifies the localized name that is used when presenting the class to the user. - - - - - Contains a list of filters that belong to this filter class. Filters that referred here (for a given class) are collected at runtime and then presented as one single entry. - - - - - - - Defines the templates for color settings used to customize the appearance of the applications. - - - - Specifies the color settings for the document. - - - - Specifies the color of the document. - - - - - - Specifies the settings for the documents boundaries. - - - - Specifies the visibility of anchors (true = visible). - - true - - - - Specifies the color used for of the document boundaries. - - - - - - Specifies the settings for the application background. - - - - Specifies Color of the application background. - - - - - - Specifies the settings for object boundaries. - - - - Specifies the visibility of object boundaries (true = visible). - - true - - - - Specifies the color used for object boundaries. - - - - - - Specifies the settings for table boundaries. - - - - Specifies the visibility of table boundaries (true = visible). - - true - - - - Specifies the color used for table boundaries. - - - - - - Specifies the settings for the font. - - - - Specifies color of the font. - - - - - - Specifies the settings for unvisited links. - - - - Specifies the visibility of unvisited links (true = visible). - - false - - - - Specifies the color used for unvisited links. - - - - - - Specifies the settings for visited links. - - - - Specifies the visibility of visited links (true = visible). - - false - - - - Specifies the color used for visited links. - - - - - - Specifies the settings for incorrect text found with spellchecking. - - - - Specifies the color of incorrect text found with AutoSpellcheck. - - - - - - Specifies the settings for smart tags. - - - - Specifies the color of smart tags. - - - - - - Specifies the settings for shadows. - - - - Specifies the visibility of shadows (true = visible). - - true - - - - Specifies the color used for shadows. - - - - - - Specifies the settings for the text grid in Writer. - - - - Specifies the color used for the text grid. - - - - - - Specifies the settings for field shadings in Writer. - - - - Specifies the visibility of field shadings (true = visible). - - true - - - - Specifies the color used for the field shadings. - - - - - - Specifies the settings for index and table shadings in Writer. - - - - Specifies the visibility of index and table shadings (true = visible). - - true - - - - Specifies the color used for the index and table shadings. - - - - - - Specifies the settings for the direct cursor in Writer. - - - - Specifies the visibility of direct cursor (true = visible). - - true - - - - Specifies the color used for the direct cursor. - - - - - - Specifies the settings for script indicators in Writer. - - - - Specifies the color used for script indicators. - - - - - - Specifies the settings for section boundaries in Writer. - - - - Specifies the visibility of section boundaries (true = visible). - - true - - - - Specifies the color used for section boundaries. - - - - - - Specifies the settings for the header/footer mark in Writer. - - - - Specifies the color used for the header/footer mark. - - - - - - Specifies the settings for the page break mark in Writer. - - - - Specifies the color used for the page break mark. - - - - - - Specifies the settings used for SGML in HTML documents. - - - - Specifies the color used for SGML code. - - - - - - Specifies the settings used for comments in HTML documents. - - - - Specifies the color used for comments. - - - - - - Specifies the settings used for keywords in HTML documents. - - - - Specifies the color used for keywords. - - - - - - Specifies the settings used for other text in HTML documents. - - - - Specifies the color used for other text. - - - - - - Specifies the settings used for grid lines in Calc. - - - - Specifies the color used for the grid. - - - - - - Specifies the settings used for page breaks in the page break preview in Calc. - - - - Specifies the color used for page breaks in the page break preview. - - - - - - Specifies the settings used for manual breaks in Calc. - - - - Specifies the color used for manual page breaks. - - - - - - Specifies the settings used for automatic breaks in Calc. - - - - Specifies the color used for automatic page breaks. - - - - - - Specifies the settings used for audition arrows in Calc. - - - - Specifies the color used for audition arrows to precedent or dependent cells. - - - - - - Specifies the settings used for audition arrows to cells with errors in Calc. - - - - Specifies the color used for audition arrows to cells containing errors. - - - - - - Specifies the settings used for the cursor when editing references in Calc. - - - - Specifies the color used for the cursor when editing references. - - - - - - Specifies the settings used for the background of comments in Calc. - - - - Specifies the color used for the background of comments. - - - - - - Specifies the settings used for the grid in Draw/Impress. - - - - Specifies the visibility of the grid (true = visible). - - true - - - - Specifies the color used for the grid. - - - - - - Specifies the settings for identifiers in BASIC source code. - - - - Specifies the color used for identifiers. - - - - - - Specifies the settings for comments in BASIC source code. - - - - Specifies the color used for comments. - - - - - - Specifies the settings for numbers in BASIC source code. - - - - Specifies the color used for numbers. - - - - - - Specifies the settings for strings in BASIC source code. - - - - Specifies the color used for strings. - - - - - - Specifies the settings for operators in BASIC source code. - - - - Specifies the color used for operators. - - - - - - Specifies the settings for keywords in BASIC source code. - - - - Specifies the color used for keywords (reserved expressions). - - - - - - Specifies the settings for errors shown in BASIC source code. - - - - Specifies the color used for errors. - - - - - - Specifies the settings for SQL identifiers, as used the Query Designer. - - - - Specifies the color used for SQL identifiers. - - - + + + + + Describes a class of filters. Filter classes (for example, 'Text documents') appear as a single filter to the user. + + + + Specifies the localized name that is used when presenting the class to the user. + + + + + Contains a list of filters that belong to this filter class. Filters that referred here (for a given class) are collected at runtime and then presented as one single entry. + + + + + + + Defines the templates for color settings used to customize the appearance of the applications. + + + + Specifies the color settings for the document. + + + + Specifies the color of the document. + + + + + + Specifies the settings for the documents boundaries. + + + + Specifies the visibility of anchors (true = visible). + + true + + + + Specifies the color used for of the document boundaries. + + + + + + Specifies the settings for the application background. + + + + Specifies Color of the application background. + + + + + + Specifies the settings for object boundaries. + + + + Specifies the visibility of object boundaries (true = visible). + + true + + + + Specifies the color used for object boundaries. + + + + + + Specifies the settings for table boundaries. + + + + Specifies the visibility of table boundaries (true = visible). + + true + + + + Specifies the color used for table boundaries. + + + + + + Specifies the settings for the font. + + + + Specifies color of the font. + + + + + + Specifies the settings for unvisited links. + + + + Specifies the visibility of unvisited links (true = visible). + + false + + + + Specifies the color used for unvisited links. + + + + + + Specifies the settings for visited links. + + + + Specifies the visibility of visited links (true = visible). + + false + + + + Specifies the color used for visited links. + + + + + + Specifies the settings for incorrect text found with spellchecking. + + + + Specifies the color of incorrect text found with AutoSpellcheck. + + + + + + Specifies the settings for smart tags. + + + + Specifies the color of smart tags. + + + + + + Specifies the settings for shadows. + + + + Specifies the visibility of shadows (true = visible). + + true + + + + Specifies the color used for shadows. + + + + + + Specifies the settings for the text grid in Writer. + + + + Specifies the color used for the text grid. + + + + + + Specifies the settings for field shadings in Writer. + + + + Specifies the visibility of field shadings (true = visible). + + true + + + + Specifies the color used for the field shadings. + + + + + + Specifies the settings for index and table shadings in Writer. + + + + Specifies the visibility of index and table shadings (true = visible). + + true + + + + Specifies the color used for the index and table shadings. + + + + + + Specifies the settings for the direct cursor in Writer. + + + + Specifies the visibility of direct cursor (true = visible). + + true + + + + Specifies the color used for the direct cursor. + + + + + + Specifies the settings for script indicators in Writer. + + + + Specifies the color used for script indicators. + + + + + + Specifies the settings for section boundaries in Writer. + + + + Specifies the visibility of section boundaries (true = visible). + + true + + + + Specifies the color used for section boundaries. + + + + + + Specifies the settings for the header/footer mark in Writer. + + + + Specifies the color used for the header/footer mark. + + + + + + Specifies the settings for the page break mark in Writer. + + + + Specifies the color used for the page break mark. + + + + + + Specifies the settings used for SGML in HTML documents. + + + + Specifies the color used for SGML code. + + + + + + Specifies the settings used for comments in HTML documents. + + + + Specifies the color used for comments. + + + + + + Specifies the settings used for keywords in HTML documents. + + + + Specifies the color used for keywords. + + + + + + Specifies the settings used for other text in HTML documents. + + + + Specifies the color used for other text. + + + + + + Specifies the settings used for grid lines in Calc. + + + + Specifies the color used for the grid. + + + + + + Specifies the settings used for page breaks in the page break preview in Calc. + + + + Specifies the color used for page breaks in the page break preview. + + + + + + Specifies the settings used for manual breaks in Calc. + + + + Specifies the color used for manual page breaks. + + + + + + Specifies the settings used for automatic breaks in Calc. + + + + Specifies the color used for automatic page breaks. + + + + + + Specifies the settings used for audition arrows in Calc. + + + + Specifies the color used for audition arrows to precedent or dependent cells. + + + + + + Specifies the settings used for audition arrows to cells with errors in Calc. + + + + Specifies the color used for audition arrows to cells containing errors. + + + + + + Specifies the settings used for the cursor when editing references in Calc. + + + + Specifies the color used for the cursor when editing references. + + + + + + Specifies the settings used for the background of comments in Calc. + + + + Specifies the color used for the background of comments. + + + + + + Specifies the settings used for the grid in Draw/Impress. + + + + Specifies the visibility of the grid (true = visible). + + true + + + + Specifies the color used for the grid. + + + + + + Specifies the settings for identifiers in BASIC source code. + + + + Specifies the color used for identifiers. + + + + + + Specifies the settings for comments in BASIC source code. + + + + Specifies the color used for comments. + + + + + + Specifies the settings for numbers in BASIC source code. + + + + Specifies the color used for numbers. + + + + + + Specifies the settings for strings in BASIC source code. + + + + Specifies the color used for strings. + + + + + + Specifies the settings for operators in BASIC source code. + + + + Specifies the color used for operators. + + + + + + Specifies the settings for keywords in BASIC source code. + + + + Specifies the color used for keywords (reserved expressions). + + + + + + Specifies the settings for errors shown in BASIC source code. + + + + Specifies the color used for errors. + + + + + + Specifies the settings for SQL identifiers, as used the Query Designer. + + + + Specifies the color used for SQL identifiers. + + + Specifies the settings for SQL numbers, as used the Query Designer. @@ -567,98 +566,98 @@ - - - - - - Contains the collection of settings relevant for filter classification. These settings are used in the file open / file save dialogs, where the user is presented with a list of file format filters to choose from. Filters are classified into so-called global and local classes, which control how filters are grouped together in the user interface. - - - - Presents global classes to the user in a group of their own. A typical example for a global class is "text documents", whereas "StarWriter 4.0 / 5.0 documents" is not a global class. - - - - List specifying the order of the global filters within their group. - - com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formula.FormularProperties;com.sun.star.sdb.OfficeDatabaseDocument - - - - Lists global classes. The name of a class denotes to the document service name of the associated module. - - - - - - Combines several filters into one entry and presents the classes to the user "in-place". - - - - Lists local classes. - - - - - - - Specifies the color settings for customizing the appearance of the applications. - - - - Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks. - - - - - - Lists entries with color settings. - - - - - - Specifies various settings for the internal file/folder picker dialog. - - - - Specifies whether the dialog should fill its view asynchronously. Asnychronous filling allows the user to cancel blocking operations, which may be useful for instance for mounted, but dead NFS devices. - - false - - - - Specifies the timeouts to be used when the file view is to be filled asynchronously. + + + + + + Contains the collection of settings relevant for filter classification. These settings are used in the file open / file save dialogs, where the user is presented with a list of file format filters to choose from. Filters are classified into so-called global and local classes, which control how filters are grouped together in the user interface. + + + + Presents global classes to the user in a group of their own. A typical example for a global class is "text documents", whereas "StarWriter 4.0 / 5.0 documents" is not a global class. + + + + List specifying the order of the global filters within their group. + + com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formula.FormularProperties;com.sun.star.sdb.OfficeDatabaseDocument + + + + Lists global classes. The name of a class denotes to the document service name of the associated module. + + + + + + Combines several filters into one entry and presents the classes to the user "in-place". + + + + Lists local classes. + + + + + + + Specifies the color settings for customizing the appearance of the applications. + + + + Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks. + + + + + + Lists entries with color settings. + + + + + + Specifies various settings for the internal file/folder picker dialog. + + + + Specifies whether the dialog should fill its view asynchronously. Asnychronous filling allows the user to cancel blocking operations, which may be useful for instance for mounted, but dead NFS devices. + + false + + + + Specifies the timeouts to be used when the file view is to be filled asynchronously. These settings are not evaluated if the FillAsynchronously property is false. - - - - Specifies the minimum timeout in milliseconds. When the file view is filled, the dialog will wait at least this time before the user is allowed to cancel the operation. - - - - - The minimum timeout value is 1 second. - - - - 1000 - - - - Specifies the maximum timeout in milliseconds. When the file view is being filled, and its content could not be completely obtained within the time frame given here, the operation is cancelled automatically. - - - - - The maximum timeout value should be at least 5 mseconds. - - - - 30000 - - - - + + + + Specifies the minimum timeout in milliseconds. When the file view is filled, the dialog will wait at least this time before the user is allowed to cancel the operation. + + + + + The minimum timeout value is 1 second. + + + + 1000 + + + + Specifies the maximum timeout in milliseconds. When the file view is being filled, and its content could not be completely obtained within the time frame given here, the operation is cancelled automatically. + + + + + The maximum timeout value should be at least 5 mseconds. + + + + 30000 + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs index 261076a267d1..ea3eeb14c8cf 100644 --- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs @@ -17,967 +17,968 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - Contains settings for the HTML editor. - - - - - - Contains settings for various content elements. - - - - Contains settings for the visibility of various elements. - - - - - - - Specifies if graphics and objects are displayed. - - - true - - - - - - - Specifies if tables are displayed. - - - true - - - - - - - Specifies if drawings and controls are displayed. - - - true - - - - - - - Specifies if field codes are displayed. - - - false - - - - - - - Specifies if comments are displayed. - - - true - - - - - Enables the writer to prevent the display of help tips programmatically. - - - false - - - - - Contains settings for the visibility of various non-printing characters. - - - - - Determines whether certain settings are applied or not (display of tab stops, spaces, breaks). - - - false - - - - - - - Specifies if paragraph ends are shown on the screen. - - - true - - - - - - - Specifies if optional hyphens are shown on the screen. - - - true - - - - - - - Specifies if spaces are shown on the screen. - - - true - - - - - - - Specifies if protected spaces are shown on the screen. - - - true - - - - - - - Specifies if breaks are shown on the screen. - - - true - - - - - Contains settings for highlighting contents. - - - - - - - Specifies if fields are highlighted. - - - true - - - - - - Contains layout-specific settings. - - - - Contains settings for guiding lines or points (for example when selecting/moving an object or frame). - - - - - - - Displays helplines around the frames when frames are moved. - - - false - - - - - - - Displays the control points as simple squares without a 3D effect. - - - false - - - - - - - Displays larger control points. - - - false - - - - - Contains various settings for the window, such as scrollbars, rules, etc. - - - - - - - Specifies if the horizontal scroll bar is displayed. - - - true - - - - - - - Specifies if the vertical scroll bar is displayed. - - - true - - - - - Specifies whether rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler - - - true - - - - - - - Specifies if the horizontal ruler is displayed. - - - true - - - - - - Specifies the measurement unit for the horizontal ruler. - - - - - - Millimeter - - - - - Centimeter - - - - - Meter - - - - - Kilometer - - - - - Point - - - - - Pica - - - - - Inch - - - - - Foot - - - - - Miles - - - - - - - - - - Specifies if the vertical ruler is displayed. - - - false - - - - - - Specifies the measurement unit for the vertical ruler. - - - - - - Millimeter - - - - - Centimeter - - - - - Meter - - - - - Kilometer - - - - - Point - - - - - Pica - - - - - Inch - - - - - Foot - - - - - Miles - - - - - - - - - - Activates the smooth page scrolling function. - - - false - - - - - Contains miscellaneous settings. - - - - - Automatically align the baseline of Math objects with the baseline of the surrounding text. - - - true - - - - - - - Specifies the measurement units. - - - - - - Millimeter - - - - - Centimeter - - - - - Meter - - - - - Kilometer - - - - - Point - - - - - Pica - - - - - Inch - - - - - Foot - - - - - Miles - - - - - - - - Contains zoom specific settings. - - - - - Specifies the zoom type. - - - - - - Percent - - - - - Whole Page - - - - - Page Width - - - - 0 - - - - - Specifies the zoom value. - - - 100 - - - - - - Contains various items for the grid that are not listed in other sections. - - - - Contains options for the grid. - - - - - - - Moves frames, drawing elements, and form functions only between the grid points. - - - false - - - - - - - Displays the grid. - - - false - - - - - - - Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same. - - - false - - - - - Contains settings for specifying the grid resolution. - - - - - - - Defines the distance between the grid points on the X-axis [UNIT=1/100 mm]. - - - 1000 - - - - - - - Defines the distance between the grid points on the Y-axis [UNIT=1/100 mm]. - - - 1000 - - - - - Contains settings for subdividing of the grid. - - - - - - - Specifies the number of intervals between two grid points on the X-axis. - - - 1 - - - - - - - Defines the distance between the grid points on the Y-axis. - - - 1 - - - - - - Contains settings for printing. - - - - Contains settings for specifying which content types are printed. - - - - - - - Specifies if graphics are printed. - - - true - - - - - - - Specifies if tables are printed. - - - true - - - - - - - Specifies if controls are printed. - - - true - - - - - - - Specifies if background objects are printed. - - - true - - - - - - - Specifies if text is always printed in black. - - - false - - - - - - - Specifies if comments are printed and how they are printed. - - - - - None - - - - - Comments only - - - - - End of document - - - - - End of page - - - - 0 - - - - - Specifies which pages are printed and how they are printed. - - - - - - - Reverses the printing order. - - - false - - - - - - - Prints in brochure format. - - - false - - - - - - - Prints in brochure format, with right-to-left direction. - - - false - - - - - Contains output-specific settings. - - - - - - - Controls the print output. - - - false - - - - - - - Specifies which fax machine is used when faxing directly from the document - - - - - - - - - Contains settings for printers with multiple paper trays. - - - - - - - Specifies that the defined paper source in the printer setup is used for printers with multiple trays. - - - false - - - - - - Contains settings for tables. - - - - Contains settings used when shifting table rows/columns. - - - - - - - - Specifies the default value for moving a table row [UNIT=1/100 mm]. - - - 500 - - - - - - - - Specifies the default value for shifting a table column [UNIT=1/100 mm]. - - - 500 - - - - - Contains settings used when inserting table rows/columns. - - - - - - - - Specifies the default value for inserting rows [UNIT=1/100 mm]. - - - 500 - - - - - - - - Specifies the default value for inserting columns [UNIT=1/100 mm]. - - - 2500 - - - - - Contains settings specifying the effect that modifying rows/columns has on a table. - - - - - - - Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table. - - - - - Fixed - - - - - FixedProportional - - - - - Variable - - - - 2 - - - - - Contains settings used when inputting text or data in tables. - - - - - - - Specifies if numbers in a table are recognized or if they are saved in a text format. - - - true - - - - - - - Specifies that only entries with the defined format are accepted. This option is only available if number format recognition is active (NumberRecognition=True). - - - true - - - - - - - Specifies if all of the numbers are aligned below right of the cell and not above left (as in text). This option is only available if number format recognition is active (NumberRecognition=True). - - - false - - - - - - Specifies the settings for inserting various object types. - - - - Specifies the default settings for inserting tables. - - - - - - - Specifies if the table has a header - - - false - - - - - - - Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header=True. - - - false - - - - - - - Specifies if table cells have a border by default. - - - true - - - - - - Specifies the settings for the object bar. - - - - - - Specifies the type of object bar that is visible. - - - - Specifies whether the Graphic Object Bar or the Text Object Bar/Web is the visible toolbar when a graphic is selected. - - -1 - - - - Specifies whether the Table Object Bar or the Text Object Bar/Web is visible toolbar when a table is selected. - - -1 - - - - Specifies whether the Numbering Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected. - - -1 - - - - Specifies whether the Numbering Object Bar, the Table Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected in a table. - - -1 - - - - Specifies whether the Bezier Object Bar or the Draw Object Bar is the visible toolbar with a Bezier object in edit mode. - - -1 - - - - - - Contains settings for the background of a document. - - - - - - - Determines the background color. - - - - - - - Contains settings for gallery items that can be added to the document. - - - - - - Specifies if a graphic is embedded or added as link when it is inserted into the Gallery. - - true - - - + + + Contains settings for the HTML editor. + + + + + + Contains settings for various content elements. + + + + Contains settings for the visibility of various elements. + + + + + + + Specifies if graphics and objects are displayed. + + + true + + + + + + + Specifies if tables are displayed. + + + true + + + + + + + Specifies if drawings and controls are displayed. + + + true + + + + + + + Specifies if field codes are displayed. + + + false + + + + + + + Specifies if comments are displayed. + + + true + + + + + Enables the writer to prevent the display of help tips programmatically. + + + false + + + + + Contains settings for the visibility of various non-printing characters. + + + + + Determines whether certain settings are applied or not (display of tab stops, spaces, breaks). + + + false + + + + + + + Specifies if paragraph ends are shown on the screen. + + + true + + + + + + + Specifies if optional hyphens are shown on the screen. + + + true + + + + + + + Specifies if spaces are shown on the screen. + + + true + + + + + + + Specifies if protected spaces are shown on the screen. + + + true + + + + + + + Specifies if breaks are shown on the screen. + + + true + + + + + Contains settings for highlighting contents. + + + + + + + Specifies if fields are highlighted. + + + true + + + + + + Contains layout-specific settings. + + + + Contains settings for guiding lines or points (for example when selecting/moving an object or frame). + + + + + + + Displays helplines around the frames when frames are moved. + + + false + + + + + + + Displays the control points as simple squares without a 3D effect. + + + false + + + + + + + Displays larger control points. + + + false + + + + + Contains various settings for the window, such as scrollbars, rules, etc. + + + + + + + Specifies if the horizontal scroll bar is displayed. + + + true + + + + + + + Specifies if the vertical scroll bar is displayed. + + + true + + + + + Specifies whether rulers are displayed. It filters the values of HorizontalRuler and VerticalRuler + + + true + + + + + + + Specifies if the horizontal ruler is displayed. + + + true + + + + + + Specifies the measurement unit for the horizontal ruler. + + + + + + Millimeter + + + + + Centimeter + + + + + Meter + + + + + Kilometer + + + + + Point + + + + + Pica + + + + + Inch + + + + + Foot + + + + + Miles + + + + + + + + + + Specifies if the vertical ruler is displayed. + + + false + + + + + + Specifies the measurement unit for the vertical ruler. + + + + + + Millimeter + + + + + Centimeter + + + + + Meter + + + + + Kilometer + + + + + Point + + + + + Pica + + + + + Inch + + + + + Foot + + + + + Miles + + + + + + + + + + Activates the smooth page scrolling function. + + + false + + + + + Contains miscellaneous settings. + + + + + Automatically align the baseline of Math objects with the baseline of the surrounding text. + + + true + + + + + + + Specifies the measurement units. + + + + + + Millimeter + + + + + Centimeter + + + + + Meter + + + + + Kilometer + + + + + Point + + + + + Pica + + + + + Inch + + + + + Foot + + + + + Miles + + + + + + + + Contains zoom specific settings. + + + + + Specifies the zoom type. + + + + + + Percent + + + + + Whole Page + + + + + Page Width + + + + 0 + + + + + Specifies the zoom value. + + + 100 + + + + + + Contains various items for the grid that are not listed in other sections. + + + + Contains options for the grid. + + + + + + + Moves frames, drawing elements, and form functions only between the grid points. + + + false + + + + + + + Displays the grid. + + + false + + + + + + + Changes the current grid settings symmetrically. The resolution and subdivision for the X- and Y-axis remains the same. + + + false + + + + + Contains settings for specifying the grid resolution. + + + + + + + Defines the distance between the grid points on the X-axis [UNIT=1/100 mm]. + + + 1000 + + + + + + + Defines the distance between the grid points on the Y-axis [UNIT=1/100 mm]. + + + 1000 + + + + + Contains settings for subdividing of the grid. + + + + + + + Specifies the number of intervals between two grid points on the X-axis. + + + 1 + + + + + + + Defines the distance between the grid points on the Y-axis. + + + 1 + + + + + + Contains settings for printing. + + + + Contains settings for specifying which content types are printed. + + + + + + + Specifies if graphics are printed. + + + true + + + + + + + Specifies if tables are printed. + + + true + + + + + + + Specifies if controls are printed. + + + true + + + + + + + Specifies if background objects are printed. + + + true + + + + + + + Specifies if text is always printed in black. + + + false + + + + + + + Specifies if comments are printed and how they are printed. + + + + + None + + + + + Comments only + + + + + End of document + + + + + End of page + + + + 0 + + + + + Specifies which pages are printed and how they are printed. + + + + + + + Reverses the printing order. + + + false + + + + + + + Prints in brochure format. + + + false + + + + + + + Prints in brochure format, with right-to-left direction. + + + false + + + + + Contains output-specific settings. + + + + + + + Controls the print output. + + + false + + + + + + + Specifies which fax machine is used when faxing directly from the document + + + + + + + + + Contains settings for printers with multiple paper trays. + + + + + + + Specifies that the defined paper source in the printer setup is used for printers with multiple trays. + + + false + + + + + + Contains settings for tables. + + + + Contains settings used when shifting table rows/columns. + + + + + + + + Specifies the default value for moving a table row [UNIT=1/100 mm]. + + + 500 + + + + + + + + Specifies the default value for shifting a table column [UNIT=1/100 mm]. + + + 500 + + + + + Contains settings used when inserting table rows/columns. + + + + + + + + Specifies the default value for inserting rows [UNIT=1/100 mm]. + + + 500 + + + + + + + + Specifies the default value for inserting columns [UNIT=1/100 mm]. + + + 2500 + + + + + Contains settings specifying the effect that modifying rows/columns has on a table. + + + + + + + Determines the relative effect of rows and columns to adjacent rows or columns, as well as to the entire table. + + + + + Fixed + + + + + FixedProportional + + + + + Variable + + + + 2 + + + + + Contains settings used when inputting text or data in tables. + + + + + + + Specifies if numbers in a table are recognized or if they are saved in a text format. + + + true + + + + + + + Specifies that only entries with the defined format are accepted. This option is only available if number format recognition is active (NumberRecognition=True). + + + true + + + + + + + Specifies if all of the numbers are aligned below right of the cell and not above left (as in text). This option is only available if number format recognition is active (NumberRecognition=True). + + + false + + + + + + Specifies the settings for inserting various object types. + + + + Specifies the default settings for inserting tables. + + + + + + + Specifies if the table has a header + + + false + + + + + + + Specifies if the header in the new page is adopted when inserting a page break. This option is only available if Header=True. + + + false + + + + + + + Specifies if table cells have a border by default. + + + true + + + + + + Specifies the settings for the object bar. + + + + + + Specifies the type of object bar that is visible. + + + + Specifies whether the Graphic Object Bar or the Text Object Bar/Web is the visible toolbar when a graphic is selected. + + -1 + + + + Specifies whether the Table Object Bar or the Text Object Bar/Web is visible toolbar when a table is selected. + + -1 + + + + Specifies whether the Numbering Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected. + + -1 + + + + Specifies whether the Numbering Object Bar, the Table Object Bar or the Text Object Bar/Web is visible toolbar when text formatted with numbering/list is selected in a table. + + -1 + + + + Specifies whether the Bezier Object Bar or the Draw Object Bar is the visible toolbar with a Bezier object in edit mode. + + -1 + + + + + + Contains settings for the background of a document. + + + + + + + Determines the background color. + + + + + + + Contains settings for gallery items that can be added to the document. + + + + + + Specifies if a graphic is embedded or added as link when it is inserted into the Gallery. + + true + + + -- cgit v1.2.3