AbsorbedCell

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.pdf.ITableElement

public class AbsorbedCell implements ITableElement

Represents cell of table that exist on the page

Methods

MethodDescription
getTextFragments()Gets collection of TextFragment objects that describes text containing in the cell
getRectangle()Gets rectangle that describes position of the cell on page
getColSpan()Return the number of columns the cell should span when TableAbsorber.UseFlowEngine is true.

getTextFragments()

public TextFragmentCollection getTextFragments()

Gets collection of TextFragment objects that describes text containing in the cell

Returns: TextFragmentCollection - TextFragmentCollection object

getRectangle()

public Rectangle getRectangle()

Gets rectangle that describes position of the cell on page

Returns: Rectangle - Rectangle object

getColSpan()

public final int getColSpan()

Return the number of columns the cell should span when TableAbsorber.UseFlowEngine is true.

Returns: int - int value