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
Method | Description |
---|---|
getTextFragments() | Gets collection of TextFragment objects that describes text containing in the cell |
getRectangle() | Gets rectangle that describes position of the cell on page |
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