org.jopendocument.dom.spreadsheet
Class ColumnStyle.StyleTableColumnProperties

java.lang.Object
  extended by org.jopendocument.dom.StyleProperties
      extended by org.jopendocument.dom.spreadsheet.ColumnStyle.StyleTableColumnProperties
Enclosing class:
ColumnStyle

public static class ColumnStyle.StyleTableColumnProperties
extends StyleProperties


Field Summary
 
Fields inherited from class org.jopendocument.dom.StyleProperties
TRANSPARENT, TRANSPARENT_NAME
 
Constructor Summary
ColumnStyle.StyleTableColumnProperties(StyleStyle style)
           
 
Method Summary
 String getBreakAfter()
           
 String getBreakBefore()
           
 BigDecimal getWidth(LengthUnit in)
           
 
Methods inherited from class org.jopendocument.dom.StyleProperties
fallbackToDefaultStyle, getAttributeValue, getAttributeValueInAncestors, getAttributeValueNotInAncestors, getBackgroundColor, getElement, getElement, getEnclosingStyle, getNS, getRawBackgroundColor, getStyledNode, parseBoolean, parseInt, parseInteger, setAttributeValue, setAttributeValue, setBackgroundColor, setBackgroundColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnStyle.StyleTableColumnProperties

public ColumnStyle.StyleTableColumnProperties(StyleStyle style)
Method Detail

getWidth

public final BigDecimal getWidth(LengthUnit in)

getBreakBefore

public final String getBreakBefore()

getBreakAfter

public final String getBreakAfter()


Copyright © 2010 jOpenDocument All Rights Reserved.