AbsorbedColumn

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.pdf.ITableElement

public class AbsorbedColumn implements ITableElement

Represents column of table that exist on the page

Constructors

ConstructorDescription
AbsorbedColumn()

Methods

MethodDescription
getCells()Gets readonly IList containing cells of the column
getRectangle()Gets rectangle that describes position of the column on page

AbsorbedColumn()

public AbsorbedColumn()

getCells()

public System.Collections.Generic.IGenericList<AbsorbedCell> getCells()

Gets readonly IList containing cells of the column

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.pdf.AbsorbedCell> - List of AbsorbedCell objects

getRectangle()

public Rectangle getRectangle()

Gets rectangle that describes position of the column on page

Returns: Rectangle - Rectangle object