org.apache.poi.xwpf.converter.core
Class TableHeight

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.TableHeight

public class TableHeight
extends Object


Field Summary
 float height
           
 boolean minimum
           
 
Constructor Summary
TableHeight(float height, boolean minimum)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

public final float height

minimum

public final boolean minimum
Constructor Detail

TableHeight

public TableHeight(float height,
                   boolean minimum)


Copyright © 2013. All rights reserved.