com.aspose.slides
Class Column

java.lang.Object
  extended by com.aspose.slides.CellCollection
      extended by com.aspose.slides.Column
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, ICellCollection, IColumn, IPresentationComponent, ISlideComponent, java.lang.Iterable

public final class Column
extends CellCollection
implements IColumn

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.CellCollection
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
 
Methods inherited from interface com.aspose.slides.ICellCollection
get_Item
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

getWidth

public double getWidth()

Returns or sets the width of a column. Read/Write double.

Specified by:
getWidth in interface IColumn

setWidth

public void setWidth(double value)
Specified by:
setWidth in interface IColumn