org.jopendocument.dom
Class GraphicStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      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.SyleGraphicProperties
          Cf section 15.13 to 15.28.
 
Field Summary
static StyleDesc<GraphicStyle> DESC
           
static String STYLE_FAMILY
           
 
Constructor Summary
GraphicStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 GraphicStyle.SyleGraphicProperties getGraphicProperties()
           
 ParagraphStyle.SyleParagraphProperties getParagraphProperties()
           
 TextStyle.SyleTextProperties 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<GraphicStyle> DESC
Constructor Detail

GraphicStyle

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

getTextProperties

public final TextStyle.SyleTextProperties getTextProperties()

getParagraphProperties

public final ParagraphStyle.SyleParagraphProperties getParagraphProperties()

getGraphicProperties

public final GraphicStyle.SyleGraphicProperties getGraphicProperties()


Copyright © 2010 jOpenDocument All Rights Reserved.