public class AbsorbedCell extends Object implements ITableElement
Represents cell of table that exist on the page
Modifier and Type | Method and Description |
---|---|
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