com.aspose.slides.pptx
Class ColumnEx

java.lang.Object
  extended by com.aspose.slides.pptx.CellListEx
      extended by com.aspose.slides.pptx.ColumnEx

public final class ColumnEx
extends CellListEx

Represents a column in a table.


Method Summary
 double getWidth()
          Returns the width of a column.
 void setWidth(double value)
          Sets the width of a column.
 
Methods inherited from class com.aspose.slides.pptx.CellListEx
get, getPresentation, getSlide, iterator, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWidth

public double getWidth()
Returns the width of a column.


setWidth

public void setWidth(double value)
              throws PptEditException
Sets the width of a column.

Parameters:
value - new width value.
Throws:
PptEditException