org.jopendocument.dom
Class GraphicStyle.StyleGraphicProperties

java.lang.Object
  extended by org.jopendocument.dom.StyleProperties
      extended by org.jopendocument.dom.GraphicStyle.StyleGraphicProperties
Enclosing class:
GraphicStyle

public static class GraphicStyle.StyleGraphicProperties
extends StyleProperties

Cf section 15.13 to 15.28.

Author:
Sylvain CUAZ

Field Summary
 
Fields inherited from class org.jopendocument.dom.StyleProperties
TRANSPARENT, TRANSPARENT_NAME
 
Constructor Summary
GraphicStyle.StyleGraphicProperties(StyleStyle style)
           
 
Method Summary
 String getHorizontalPosition()
           
 String getHorizontalRelation()
           
 List<String> getProtected()
          The protected position, see 15.27.8.
 String getVerticalPosition()
           
 String getVerticalRelation()
           
 boolean isContentPrinted()
           
 
Methods inherited from class org.jopendocument.dom.StyleProperties
fallbackToDefaultStyle, getAttributeValue, getAttributeValueInAncestors, getAttributeValueNotInAncestors, getBackgroundColor, getElement, getElement, getEnclosingStyle, getNS, getRawBackgroundColor, getStyledNode, parseBoolean, parseInt, parseInteger, setAttributeValue, setAttributeValue, setBackgroundColor, setBackgroundColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicStyle.StyleGraphicProperties

public GraphicStyle.StyleGraphicProperties(StyleStyle style)
Method Detail

getHorizontalPosition

public final String getHorizontalPosition()

getHorizontalRelation

public final String getHorizontalRelation()

getVerticalPosition

public final String getVerticalPosition()

getVerticalRelation

public final String getVerticalRelation()

getProtected

public final List<String> getProtected()
The protected position, see 15.27.8.

Returns:
a list that consists of any of the values content, position, or size.

isContentPrinted

public final boolean isContentPrinted()


Copyright © 2010 jOpenDocument All Rights Reserved.