org.jopendocument.dom.spreadsheet
Class ColumnStyle

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.spreadsheet.ColumnStyle

public class ColumnStyle
extends StyleStyle


Nested Class Summary
static class ColumnStyle.StyleTableColumnProperties
           
 
Constructor Summary
ColumnStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 ColumnStyle.StyleTableColumnProperties getTableColumnProperties()
           
 Float getWidth()
           
 BigDecimal getWidth(LengthUnit unit)
           
static void registerDesc()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
checkElemName, equals, getDefaultStyle, getDesc, getFamily, getFormattingProperties, getParentStyle, getParentStyle, hashCode
 
Methods inherited from class org.jopendocument.dom.Style
dup, getFormattingProperties, getFormattingProperties, getName, getNonNullStyleDesc, getNS, getPackage, getReferencedStyle, getReferencedStyleElement, getReferences, getSTYLE, getStyle, getStyleDesc, getStyleStyleDesc, 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

ColumnStyle

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

registerDesc

public static void registerDesc()

getTableColumnProperties

public final ColumnStyle.StyleTableColumnProperties getTableColumnProperties()

getWidth

public final Float getWidth()

getWidth

public final BigDecimal getWidth(LengthUnit unit)


Copyright © 2010 jOpenDocument All Rights Reserved.