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

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

public class TableWidth
extends Object


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

Field Detail

width

public final float width

percentUnit

public final boolean percentUnit
Constructor Detail

TableWidth

public TableWidth(float width,
                  boolean percentUnit)


Copyright © 2013. All rights reserved.