public class AbsorbedCell extends Object implements ITableElement
Represents cell of table that exist on the page
Modifier and Type | Method and Description |
---|---|
int |
getColSpan()
Return the number of columns the cell should span when TableAbsorber.UseFlowEngine is true.
|
Rectangle |
getRectangle()
Gets rectangle that describes position of the cell on page
|
TextFragmentCollection |
getTextFragments()
Gets collection of
TextFragment objects that describes text containing in the cell |
public TextFragmentCollection getTextFragments()
Gets collection of TextFragment
objects that describes text containing in the cell
public Rectangle getRectangle()
Gets rectangle that describes position of the cell on page
getRectangle
in interface ITableElement
public final int getColSpan()
Return the number of columns the cell should span when TableAbsorber.UseFlowEngine is true.
Copyright © 2023 Aspose. All Rights Reserved.