:: com :: sun :: star ::

module style
Description
Formatting and layout style and stylesheet interfaces.

Services
::com::sun::star::style::CellStyle is a common service for table cell styles.
::com::sun::star::style::CharacterProperties This is a set of properties to describe the style of characters.
::com::sun::star::style::CharacterPropertiesAsian This is a set of properties to describe the style of characters in asian texts.
::com::sun::star::style::CharacterPropertiesComplex This is a set of properties to describe the style of characters in complex texts.
::com::sun::star::style::CharacterStyle specifies a stylesheet for characters within a ::com::sun::star::text::Text .
::com::sun::star::style::NumberingAlignment specify the alignment of a numbering level.
::com::sun::star::style::NumberingLevel These properties describe the numbering of a paragraph.
::com::sun::star::style::NumberingRule specifies a rule to format numberings.
::com::sun::star::style::PageProperties describes the style of pages.
::com::sun::star::style::PageStyle contributes common properties of page styles.
::com::sun::star::style::ParagraphProperties describes the style of paragraphs.
::com::sun::star::style::ParagraphPropertiesAsian contains settings for the style of paragraphs with complex text layout.
::com::sun::star::style::ParagraphPropertiesComplex contains settings for the style of paragraphs with complex text layout.
::com::sun::star::style::ParagraphStyle specifies a stylesheet for paragraphs within a ::com::sun::star::text::Text .
::com::sun::star::style::Style This service specifies a single style sheet.
::com::sun::star::style::StyleFamilies This service contains the collection of style families within the container document.
::com::sun::star::style::StyleFamily This service is a container of style sheets of the same style family.
Interfaces
::com::sun::star::style::XDefaultsSupplier This interface provides access to an XPropertySet of defaults. This can either be the parent of an XPropertySet or the global property defaults for a document.
::com::sun::star::style::XStyle specifies a template for a style (aka style sheet).
::com::sun::star::style::XStyleCondition [ DEPRECATED ]
This interface makes it possible to access conditional styles of the object.
::com::sun::star::style::XStyleFamiliesSupplier This interface provides access to the style families within the container document.
::com::sun::star::style::XStyleLoader enables the object to import styles from documents.
Structs
::com::sun::star::style::DropCapFormat This struct describes drop caps at a paragraph object.
::com::sun::star::style::LineSpacing This structure is used to specify the height of a text line.
::com::sun::star::style::TabStop This structure is used to specify a single tabulator stop.
Enums
::com::sun::star::style::BreakType These enumeration values are used to specify if and how a page or column break is applied.
::com::sun::star::style::GraphicLocation These enumeration values are used to specify the location of a graphic object within its surroundings.
::com::sun::star::style::HorizontalAlignment values specify the horizontal alignment of an object within a container object.
::com::sun::star::style::PageStyleLayout spefifies the pages for which a page layout is valid.
::com::sun::star::style::ParagraphAdjust These enumeration values describe the formatting of a text paragraph.
::com::sun::star::style::TabAlign These enumeration values are used to specify the alignment of the text range delimited by a tabulator.
::com::sun::star::style::VerticalAlignment specify the horizontal alignment of an object within a container object.
Constant Groups
::com::sun::star::style::CaseMap These constants are used to specify a case-related mapping for formatting and displaying characters.
::com::sun::star::style::LineNumberPosition These constants are used to specify the position of the numbering of lines.
::com::sun::star::style::LineSpacingMode These constants specify the interpretation of LineHeight.
::com::sun::star::style::NumberingType These constants are used to specify which numbering style is used.
::com::sun::star::style::ParagraphStyleCategory These constants are used to specify the category of paragraph styles in text documents.
Top of Page