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.Generic.IGenericEnumerable<ICell>, com.aspose.ms.System.Collections.IEnumerable<ICell>, ICellCollection, IColumn, IGenericCollection<ICell>, IPresentationComponent, ISlideComponent, java.lang.Iterable<ICell>

public final class Column
extends CellCollection
implements IColumn

Represents a column in a table.


Method Summary
 void copyTo(ICell[] array, int destIndex)
           Copies all elements from the collection into the specified array.
 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 class com.aspose.slides.CellCollection
get_Item, getParent_Immediate, 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.slides.IGenericCollection
getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
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)

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

Specified by:
setWidth in interface IColumn

copyTo

public void copyTo(ICell[] array,
                   int destIndex)
Description copied from interface: IGenericCollection

Copies all elements from the collection into the specified array.

Specified by:
copyTo in interface IGenericCollection<ICell>
Parameters:
array - Array to fill.
destIndex - Starting position in target array.


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