com.aspose.slides
Interface IColumn

All Superinterfaces:
ICellCollection, com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, IPresentationComponent, ISlideComponent, java.lang.Iterable
All Known Implementing Classes:
Column

public interface IColumn
extends ICellCollection


Method Summary
 double getWidth()
           
 void setWidth(double value)
           
 
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

double getWidth()

setWidth

void setWidth(double value)