org.jopendocument.dom
Class GraphicStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.Style
          extended by org.jopendocument.dom.StyleStyle
              extended by org.jopendocument.dom.GraphicStyle

public class GraphicStyle
extends StyleStyle

See 14.13.1 Graphic and Presentation Styles.

Author:
Sylvain CUAZ

Nested Class Summary
static class GraphicStyle.StyleGraphicProperties
          Cf section 15.13 to 15.28.
 
Field Summary
static StyleStyleDesc<GraphicStyle> DESC
           
static StyleStyleDesc<GraphicStyle> DESC_OO
           
 
Constructor Summary
GraphicStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 GraphicStyle.StyleGraphicProperties getGraphicProperties()
           
 ParagraphStyle.StyleParagraphProperties getParagraphProperties()
           
 TextStyle.StyleTextProperties getTextProperties()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
equals, getDefaultStyle, getFamily, getFormattingProperties, hashCode
 
Methods inherited from class org.jopendocument.dom.Style
dup, getFormattingProperties, getFormattingProperties, getName, getNS, getReferencedStyle, getReferencedStyleElement, getReferences, getStyle, getStyleDesc, getStyleStyleDesc, isReferencedAtMostOnce, register, warp
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DESC

public static final StyleStyleDesc<GraphicStyle> DESC

DESC_OO

public static final StyleStyleDesc<GraphicStyle> DESC_OO
Constructor Detail

GraphicStyle

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

getTextProperties

public final TextStyle.StyleTextProperties getTextProperties()

getParagraphProperties

public final ParagraphStyle.StyleParagraphProperties getParagraphProperties()

getGraphicProperties

public final GraphicStyle.StyleGraphicProperties getGraphicProperties()