celllayouteventargs-ag凯发旗舰厅



com.spire.pdf.tables
class celllayouteventargs

java.lang.object
  extended by com.spire.ms.system.eventargs
      extended by 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)
           
 
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

celllayouteventargs

public celllayouteventargs(pdfcanvas graphics,
                           int rowindex,
                           int cellinder,
                           java.awt.geom.rectangle2d bounds,
                           java.lang.string value)
method detail

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.


网站地图