|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.EventArgs
com.spire.pdf.tables.CellLayoutEventArgs
public abstract class CellLayoutEventArgs
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)
|
Method Summary | |
---|---|
java.awt.geom.Rectangle2D |
getBounds()
Gets the bounds of the cell. |
int |
getCellIndex()
Gets the index of the cell. |
PdfCanvas |
getGraphics()
Gets the graphics, on which the cell should be drawn. |
int |
getRowIndex()
Gets the index of the row. |
java.lang.String |
getValue()
Gets the value. |
Constructor Detail |
---|
public CellLayoutEventArgs(PdfCanvas graphics, int rowIndex, int cellInder, java.awt.geom.Rectangle2D bounds, java.lang.String value)
Method Detail |
---|
public int getRowIndex()
public int getCellIndex()
public java.lang.String getValue()
public java.awt.geom.Rectangle2D getBounds()
public PdfCanvas getGraphics()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |