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

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

Uses of ParagraphProperties in org.odftoolkit.simple.style
 

Fields in org.odftoolkit.simple.style declared as ParagraphProperties
protected  ParagraphProperties DefaultStyleHandler.mParagraphProperties
          The readable paragraph properties element.
protected  ParagraphProperties DefaultStyleHandler.mWritableParagraphProperties
          The writable paragraph properties element.
 

Methods in org.odftoolkit.simple.style that return ParagraphProperties
static ParagraphProperties ParagraphProperties.getOrCreateParagraphProperties(OdfStyleBase style)
          Return an instance of ParagraphProperties
static ParagraphProperties ParagraphProperties.getParagraphProperties(OdfStyleBase style)
          Return an instance of ParagraphProperties
 ParagraphProperties DefaultStyleHandler.getParagraphPropertiesForRead()
          Return the paragraph style properties definition for this component, only for read function.
 ParagraphProperties DefaultStyleHandler.getParagraphPropertiesForWrite()
          Return the paragraph style properties definition for this component, for read and write function.
 



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