public class AbsorbedColumn extends Object implements ITableElement
Represents column of table that exist on the page
Constructor and Description |
---|
AbsorbedColumn() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<AbsorbedCell> |
getCells()
Gets readonly IList containing cells of the column
|
Rectangle |
getRectangle()
Gets rectangle that describes position of the column on page
|
public com.aspose.ms.System.Collections.Generic.IGenericList<AbsorbedCell> getCells()
Gets readonly IList containing cells of the column
public Rectangle getRectangle()
Gets rectangle that describes position of the column on page
getRectangle
in interface ITableElement