Uses of Class
org.odftoolkit.simple.style.TextProperties

Packages that use TextProperties
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
 

Uses of TextProperties in org.odftoolkit.simple.style
 

Fields in org.odftoolkit.simple.style declared as TextProperties
protected  TextProperties DefaultStyleHandler.mTextProperties
          The readable text properties element.
protected  TextProperties DefaultStyleHandler.mWritableTextProperties
          The writable text properties element.
 

Methods in org.odftoolkit.simple.style that return TextProperties
static TextProperties TextProperties.getOrCreateTextProperties(OdfStyleBase style)
          Return an instance of TextProperties
static TextProperties TextProperties.getTextProperties(OdfStyleBase style)
          Return an instance of TextProperties
 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-2017 The Apache Software Foundation. All Rights Reserved.