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
           
 
Field Summary
static StyleDesc<PageLayoutStyle> DESC
           
static StyleDesc<PageLayoutStyle> DESC_OO
           
 
Constructor Summary
PageLayoutStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 java.awt.Color getBackgroundColor()
           
 PageLayoutStyle.PageLayoutProperties getPageLayoutProperties()
           
 
Methods inherited from class org.jopendocument.dom.Style
dup, equals, getFormattingProperties, getFormattingProperties, getFormattingProperties, getName, getNS, getReferencedStyle, getReferencedStyleElement, getReferences, getStyle, getStyleDesc, getStyleStyleDesc, hashCode, 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 StyleDesc<PageLayoutStyle> DESC

DESC_OO

public static final StyleDesc<PageLayoutStyle> DESC_OO
Constructor Detail

PageLayoutStyle

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

getPageLayoutProperties

public final PageLayoutStyle.PageLayoutProperties getPageLayoutProperties()

getBackgroundColor

public final java.awt.Color getBackgroundColor()