org.jopendocument.dom.spreadsheet
Class TableStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.StyleStyle
          extended by org.jopendocument.dom.spreadsheet.TableStyle

public class TableStyle
extends StyleStyle


Field Summary
static LengthUnit DEFAULT_UNIT
           
static StyleDesc<TableStyle> DESC
           
static String STYLE_FAMILY
           
 
Constructor Summary
TableStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 Float getWidth()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
dup, equals, getFamily, getFormattingProperties, getFormattingProperties, getName, getNS, getReferences, getSTYLE, hashCode, isReferencedAtMostOnce, register, 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
 

Field Detail

DEFAULT_UNIT

public static final LengthUnit DEFAULT_UNIT

STYLE_FAMILY

public static final String STYLE_FAMILY
See Also:
Constant Field Values

DESC

public static final StyleDesc<TableStyle> DESC
Constructor Detail

TableStyle

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

getWidth

public final Float getWidth()


Copyright © 2010 jOpenDocument All Rights Reserved.