org.jopendocument.dom.text
Class ParagraphStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.StyleStyle
          extended by org.jopendocument.dom.text.TextStyle
              extended by org.jopendocument.dom.text.ParagraphStyle

public class ParagraphStyle
extends TextStyle


Nested Class Summary
static class ParagraphStyle.SyleParagraphProperties
           
 
Nested classes/interfaces inherited from class org.jopendocument.dom.text.TextStyle
TextStyle.SyleTextProperties
 
Field Summary
static StyleDesc<ParagraphStyle> DESC
           
static String STYLE_FAMILY
           
 
Constructor Summary
ParagraphStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 String getAlignment()
           
 ParagraphStyle.SyleParagraphProperties getParagraphProperties()
           
 
Methods inherited from class org.jopendocument.dom.text.TextStyle
getBackgroundColor, getColor, getTextProperties
 
Methods inherited from class org.jopendocument.dom.StyleStyle
dup, equals, getFamily, getFormattingProperties, getFormattingProperties, getName, getNS, getReferences, getSTYLE, hashCode, isReferencedAtMostOnce, register, warp
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STYLE_FAMILY

public static final String STYLE_FAMILY
See Also:
Constant Field Values

DESC

public static final StyleDesc<ParagraphStyle> DESC
Constructor Detail

ParagraphStyle

public ParagraphStyle(ODPackage pkg,
                      org.jdom.Element tableColElem)
Method Detail

getParagraphProperties

public final ParagraphStyle.SyleParagraphProperties getParagraphProperties()

getAlignment

public final String getAlignment()


Copyright © 2010 jOpenDocument All Rights Reserved.