com.aspose.slides
Class ColumnEx

java.lang.Object
  extended by com.aspose.slides.CellExCollection
      extended by com.aspose.slides.ColumnEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<CellEx>, com.aspose.ms.System.Collections.IEnumerable<CellEx>, java.lang.Iterable<CellEx>

public final class ColumnEx
extends CellExCollection

Represents a column in a table.


Method Summary
 double getWidth()
           Returns or sets the width of a column.
 void setWidth(double value)
           
 
Methods inherited from class com.aspose.slides.CellExCollection
copyTo, get_Item, getPresentation, getSlide, getSyncRoot, isSynchronized, 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 or sets the width of a column. Read/Write double.


setWidth

public void setWidth(double value)