org.jopendocument.dom.style
Class PageLayoutStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.Style
          extended by org.jopendocument.dom.style.PageLayoutStyle

public class PageLayoutStyle
extends Style


Nested Class Summary
static class PageLayoutStyle.PageLayoutProperties
           
 
Constructor Summary
PageLayoutStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 Color getBackgroundColor()
           
 PageLayoutStyle.PageLayoutProperties getPageLayoutProperties()
           
static void registerDesc()
           
 
Methods inherited from class org.jopendocument.dom.Style
checkElemName, dup, equals, getDesc, getFormattingProperties, getFormattingProperties, getFormattingProperties, getName, getNonNullStyleDesc, getNS, getPackage, getReferencedStyle, getReferencedStyleElement, getReferences, getSTYLE, getStyle, getStyleDesc, getStyleStyleDesc, hashCode, isReferencedAtMostOnce, isStandardStyleResolution, register, registerAllVersions, setStandardStyleResolution, 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
 

Constructor Detail

PageLayoutStyle

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

registerDesc

public static void registerDesc()

getPageLayoutProperties

public final PageLayoutStyle.PageLayoutProperties getPageLayoutProperties()

getBackgroundColor

public final Color getBackgroundColor()


Copyright © 2010 jOpenDocument All Rights Reserved.