celllayouteventargs-ag凯发旗舰厅
com.spire.pdf.tables
class celllayouteventargs
java.lang.object
com.spire.ms.system.eventargs
com.spire.pdf.tables.celllayouteventargs
- direct known subclasses:
- endcelllayouteventargs
public abstract class celllayouteventargs
- extends com.spire.ms.system.eventargs
the base class for cell layout arguments.
constructor summary |
celllayouteventargs(pdfcanvas graphics,
int rowindex,
int cellinder,
java.awt.geom.rectangle2d bounds,
java.lang.string value)
|
celllayouteventargs
public celllayouteventargs(pdfcanvas graphics,
int rowindex,
int cellinder,
java.awt.geom.rectangle2d bounds,
java.lang.string value)
getrowindex
public int getrowindex()
- gets the index of the row.
getcellindex
public int getcellindex()
- gets the index of the cell.
getvalue
public java.lang.string getvalue()
- gets the value.
the value might be null or an empty string,
which means that either no text were acquired or all
text was on the previous page.
getbounds
public java.awt.geom.rectangle2d getbounds()
- gets the bounds of the cell.
getgraphics
public pdfcanvas getgraphics()
- gets the graphics, on which the cell should be drawn.