|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.graphics.pdfgraphicswidget
com.spire.pdf.graphics.pdflayoutwidget
com.spire.pdf.tables.pdftable
public class pdftable
represents fast table with few features.
field summary | |
---|---|
com.spire.ms.lang.event<beginrowlayouteventhandler> |
beginrowlayout
|
com.spire.ms.lang.event<endcelllayouteventhandler> |
endcelllayout
|
fields inherited from class com.spire.pdf.graphics.pdflayoutwidget |
---|
beginpagelayout |
constructor summary | |
---|---|
pdftable()
|
method summary | |
---|---|
void |
draw(pdfcanvas graphics,
java.awt.geom.point2d location,
float width)
draws an element on the graphics. |
void |
draw(pdfcanvas graphics,
java.awt.geom.rectangle2d bounds)
draws an element on the graphics. |
pdftablelayoutresult |
draw(pdfnewpage page,
java.awt.geom.point2d location)
draws the table starting from the specified page. |
pdftablelayoutresult |
draw(pdfnewpage page,
java.awt.geom.point2d location,
pdftablelayoutformat format)
draws the table starting from the specified page. |
pdftablelayoutresult |
draw(pdfnewpage page,
java.awt.geom.rectangle2d bounds)
draws the table starting from the specified page. |
pdftablelayoutresult |
draw(pdfnewpage page,
java.awt.geom.rectangle2d bounds,
pdftablelayoutformat format)
draws the table starting from the specified page. |
boolean |
getallowcrosspages()
gets a value indicates whether can cross a page. |
pdfcolumncollection |
getcolumns()
gets the columns. |
java.lang.string |
getdatamember()
gets or sets the data member. |
java.lang.object |
getdatasource()
gets or sets the data source. |
pdftabledatasourcetype |
getdatasourcetype()
gets or sets the datasource type of the pdftable |
boolean |
getignoresorting()
gets or sets a value indicating whether pdftable should ignore sorting in data table. |
pdfrowcollection |
getrows()
gets the rows. |
pdftablestyle |
getstyle()
gets or sets the properties. |
void |
setallowcrosspages(boolean value)
|
void |
setdatasource(java.lang.object value)
|
void |
setdatasourcetype(pdftabledatasourcetype value)
|
void |
setignoresorting(boolean value)
|
void |
setstyle(pdftablestyle value)
|
methods inherited from class com.spire.pdf.graphics.pdflayoutwidget |
---|
draw, draw, draw, draw, draw, draw |
methods inherited from class com.spire.pdf.graphics.pdfgraphicswidget |
---|
draw, draw, draw |
field detail |
---|
public com.spire.ms.lang.event<beginrowlayouteventhandler> beginrowlayout
public com.spire.ms.lang.event<endcelllayouteventhandler> endcelllayout
constructor detail |
---|
public pdftable()
method detail |
---|
public pdfcolumncollection getcolumns()
public pdfrowcollection getrows()
public java.lang.object getdatasource()
public void setdatasource(java.lang.object value)
public java.lang.string getdatamember()
public pdftabledatasourcetype getdatasourcetype()
public void setdatasourcetype(pdftabledatasourcetype value)
public pdftablestyle getstyle()
public void setstyle(pdftablestyle value)
public boolean getignoresorting()
public void setignoresorting(boolean value)
public boolean getallowcrosspages()
public void setallowcrosspages(boolean value)
public void draw(pdfcanvas graphics, java.awt.geom.point2d location, float width)
graphics
- graphics context where the element should be printed.location
- the location of the element.width
- the width of the table.public void draw(pdfcanvas graphics, java.awt.geom.rectangle2d bounds)
graphics
- graphics context where the element should be printed.bounds
- the bounds.public pdftablelayoutresult draw(pdfnewpage page, java.awt.geom.point2d location)
page
- the page.location
- the location.
public pdftablelayoutresult draw(pdfnewpage page, java.awt.geom.point2d location, pdftablelayoutformat format)
page
- the page.location
- the location.format
- the format.
public pdftablelayoutresult draw(pdfnewpage page, java.awt.geom.rectangle2d bounds)
page
- the page.bounds
- the bounds.
public pdftablelayoutresult draw(pdfnewpage page, java.awt.geom.rectangle2d bounds, pdftablelayoutformat format)
page
- the page.bounds
- the bounds.format
- the format.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |