org.jopendocument.dom.spreadsheet
Class TableStyle
java.lang.Object
org.jopendocument.dom.ODNode
org.jopendocument.dom.Style
org.jopendocument.dom.StyleStyle
org.jopendocument.dom.spreadsheet.TableStyle
public class TableStyle
- extends StyleStyle
| 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 |
TableStyle
public TableStyle(ODPackage pkg,
org.jdom.Element tableColElem)
setWriteUnit
public static void setWriteUnit(LengthUnit unit)
- Set the unit written to XML. Initially set to the LibreOffice value (
LengthUnit.CM).
- Parameters:
unit - the unit to write, null meaning keep the passed unit.
getWriteUnit
public static LengthUnit getWriteUnit()
registerDesc
public static void registerDesc()
getTableProperties
public final TableStyle.StyleTableProperties getTableProperties()
getWidth
public final Length getWidth()
Copyright © 2010 jOpenDocument All Rights Reserved.