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.