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
           
 
Field Summary
static StyleStyleDesc<ColumnStyle> DESC
           
 
Constructor Summary
ColumnStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 ColumnStyle.StyleTableColumnProperties getTableColumnProperties()
           
 java.lang.Float getWidth()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
equals, getDefaultStyle, getFamily, getFormattingProperties, hashCode
 
Methods inherited from class org.jopendocument.dom.Style
dup, getFormattingProperties, getFormattingProperties, getName, getNS, getReferencedStyle, getReferencedStyleElement, getReferences, getStyle, getStyleDesc, getStyleStyleDesc, 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 StyleStyleDesc<ColumnStyle> DESC
Constructor Detail

ColumnStyle

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

getTableColumnProperties

public final ColumnStyle.StyleTableColumnProperties getTableColumnProperties()

getWidth

public final java.lang.Float getWidth()