|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Border | This class represents border style settings, including line style, color, width, inner line width, outer line width and the distance. |
DefaultStyleHandler | This class is the default style handler. |
Font | This class represents the font style settings, including font family name, font style, size, front color. |
GraphicProperties | This class represents the graphic style settings. |
MasterPage | This class represents the master page style settings. |
PageLayoutProperties | This class represents the page layout style settings. |
ParagraphProperties | This class represents the paragraph style settings. |
StyleTypeDefinitions | This class defines the common used types in style handling methods. |
TableCellProperties | This class represents the table cell style settings. |
TableProperties | This class represents the table style settings. |
TextProperties | This class represents text style settings. |
TOCStyle | This class represents the additional paragraph styles list that you want to include in the TOC. |
Enum Summary | |
---|---|
NumberFormat | A NumberFormat specifies a numbering sequence. |
StyleTypeDefinitions.AdjustmentStyle | Common used font adjustment style from users perspective |
StyleTypeDefinitions.AnchorType | Anchor type from users perspective. |
StyleTypeDefinitions.CellBordersType | Common used border types from users perspective |
StyleTypeDefinitions.FontStyle | Common used font style from users perspective |
StyleTypeDefinitions.FrameHorizontalPosition | specifies the horizontal alignment of a frame relative to a specific area. |
StyleTypeDefinitions.FrameVerticalPosition | specifies the vertical alignment of a frame relative to a specific area. |
StyleTypeDefinitions.HorizontalAlignmentType | Common used horizontal alignment type from users perspective |
StyleTypeDefinitions.HorizontalRelative | Position horizontal relative from ODF specification perspective |
StyleTypeDefinitions.LineStyle | Common used line style from users perspective |
StyleTypeDefinitions.LineThroughStyle | Common used style of line lining through text from users perspective |
StyleTypeDefinitions.LineType | Line type from ODF specification perspective |
StyleTypeDefinitions.OdfDrawFill | the fill style for a graphic object. |
StyleTypeDefinitions.OdfDrawStroke | The style of the stroke from ODF perspective |
StyleTypeDefinitions.OdfEmphasisMarkType | Emphasis mark type from ODF specification perspective |
StyleTypeDefinitions.OdfFontStyle | Font style from ODF specification perspective |
StyleTypeDefinitions.OdfFontWeight | Font weight from ODF specification perspective |
StyleTypeDefinitions.OdfLineStyle | Line style from ODF specification perspective |
StyleTypeDefinitions.OdfLineWidth | Line width from ODF specification perspective |
StyleTypeDefinitions.PrintOrientation | |
StyleTypeDefinitions.SupportedLinearMeasure | The supported line measurement till now |
StyleTypeDefinitions.TextLinePosition | Common used font text line position from users perspective. |
StyleTypeDefinitions.VerticalAlignmentType | Common used vertical alignment type from users perspective |
StyleTypeDefinitions.VerticalRelative | Position vertical relative from ODF specification perspective |
StyleTypeDefinitions.WritingMode |
Provide convenient methods to handle style definitions in ODF document.
There are two kinds of classes related with style handling in this package: common used classes from user perspective, and common used style properties from ODF specification perspective.
Common used classes, such as Font and Border, are defined for users to easily set/get properties.
Common used style properties, such as TextProperties and TableCellProperties, directly manipulate the style properties defined in ODF document. The users, who are familiar with ODF specification, can use these classes to achieve advanced functions.
More classes and functions will be added in future.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |