org.jopendocument.model.style
Class StyleTableRowProperties

java.lang.Object
  extended by org.jopendocument.model.style.StyleTableRowProperties

public class StyleTableRowProperties
extends Object


Constructor Summary
StyleTableRowProperties()
           
 
Method Summary
 int getHeight()
          Height in micrometer
 void setFoBreakBefore(String value)
           
 void setRowHeight(String value)
           
 void setUseOptimalRowHeight(String value)
          true,false,auto
 String useOptimalRowHeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleTableRowProperties

public StyleTableRowProperties()
Method Detail

getHeight

public int getHeight()
Height in micrometer


setFoBreakBefore

public void setFoBreakBefore(String value)

setRowHeight

public void setRowHeight(String value)

setUseOptimalRowHeight

public void setUseOptimalRowHeight(String value)
true,false,auto


useOptimalRowHeight

public String useOptimalRowHeight()


Copyright © 2010 jOpenDocument All Rights Reserved.