public class AbsorbedCell extends Object implements ITableElement, Comparable<AbsorbedCell>
Represents cell of table that exist on the page
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbsorbedCell other)
Compares the current AbsorbedCell object with another AbsorbedCell object and returns an integer that indicates
whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.
|
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.
public final int compareTo(AbsorbedCell other)
Compares the current AbsorbedCell object with another AbsorbedCell object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.
compareTo
in interface Comparable<AbsorbedCell>
other
- An AbsorbedCell object to compare with this object.Copyright © 2024 Aspose. All Rights Reserved.