com.aspose.slides.pptx
Class ColumnEx

java.lang.Object
  extended by com.aspose.slides.pptx.CellListEx
      extended by com.aspose.slides.pptx.ColumnEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

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, getByIndexInternal, 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 PptxException.PptxEditException
Sets the width of a column.

Parameters:
value - new width value.
Throws:
PptxException.PptxEditException