com.aspose.slides
Interface IColumn

All Superinterfaces:
ICellCollection, com.aspose.ms.System.Collections.IEnumerable<ICell>, IGenericCollection<ICell>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ICell>, IPresentationComponent, ISlideComponent, java.lang.Iterable<ICell>
All Known Implementing Classes:
Column

public interface IColumn
extends ICellCollection


Method Summary
 double getWidth()
           Returns or sets the width of a column.
 void setWidth(double value)
           Returns or sets the width of a column.
 
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.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

getWidth

double getWidth()

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


setWidth

void setWidth(double value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.