Package org.odftoolkit.simple.style

Provide convenient methods to handle style definitions in ODF document.

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.
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.
TextProperties This class represents text style settings.
 

Enum Summary
NumberFormat A NumberFormat specifies a numbering sequence.
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.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
 

Package org.odftoolkit.simple.style Description

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.



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.