Package | Description |
---|---|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
Modifier and Type | Field and Description |
---|---|
protected TextProperties |
DefaultStyleHandler.mTextProperties
The readable text properties element.
|
protected TextProperties |
DefaultStyleHandler.mWritableTextProperties
The writable text properties element.
|
Modifier and Type | Method and Description |
---|---|
static TextProperties |
TextProperties.getOrCreateTextProperties(OdfStyleBase style)
Return an instance of
TextProperties to represent the "style:text-properties" in a style element. |
static TextProperties |
TextProperties.getTextProperties(OdfStyleBase style)
Return an instance of
TextProperties to represent the "style:text-properties" in a style element. |
TextProperties |
DefaultStyleHandler.getTextPropertiesForRead()
Return the text style properties definition for this component, only for
read function.
|
TextProperties |
DefaultStyleHandler.getTextPropertiesForWrite()
Return the text style properties definition for this component, for read
and write function.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.