com.aspose.slides
Class Row

java.lang.Object
  extended by com.aspose.slides.CellCollection
      extended by com.aspose.slides.Row
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ICell>, com.aspose.ms.System.Collections.IEnumerable<ICell>, ICellCollection, IGenericCollection<ICell>, IPresentationComponent, IRow, ISlideComponent, java.lang.Iterable<ICell>

public final class Row
extends CellCollection
implements IRow

Represents a row in a table.


Method Summary
 void copyTo(ICell[] array, int index)
           Copies all elements from the collection into the specified array.
 double getHeight()
           Returns the height of a row.
 double getMinimalHeight()
           Returns or sets the minimal possible height of a row.
 void setMinimalHeight(double value)
           Returns or sets the minimal possible height of a row.
 
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

getHeight

public double getHeight()

Returns the height of a row. Read-only double.

Specified by:
getHeight in interface IRow

getMinimalHeight

public double getMinimalHeight()

Returns or sets the minimal possible height of a row. Read/write double.

Specified by:
getMinimalHeight in interface IRow

setMinimalHeight

public void setMinimalHeight(double value)

Returns or sets the minimal possible height of a row. Read/write double.

Specified by:
setMinimalHeight in interface IRow

copyTo

public void copyTo(ICell[] array,
                   int index)
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.
index - Starting position in target array.


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