|
|||||||||
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.grid.pdfgrid
public class pdfgrid
represents the pdf grid class for all elements that can be layout on the pages.
field summary |
---|
fields inherited from class com.spire.pdf.graphics.pdflayoutwidget |
---|
beginpagelayout |
constructor summary | |
---|---|
pdfgrid()
initializes a new instance of the class. |
method summary | |
---|---|
|
draw(pdfnewpage page,
float x,
float y)
draws the specified page. |
|
draw(pdfnewpage page,
java.awt.geom.point2d location)
draws the specified page. |
|
draw(pdfnewpage page,
java.awt.geom.point2d location,
pdfgridlayoutformat format)
draws the specified page. |
|
draw(pdfnewpage page,
java.awt.geom.rectangle2d bounds)
draws the specified page. |
|
draw(pdfnewpage page,
java.awt.geom.rectangle2d bounds,
pdfgridlayoutformat format)
draws the specified page. |
boolean |
getallowcrosspages()
gets whether to cross a page. |
pdfgridcolumncollection |
getcolumns()
gets the columns. |
java.lang.string |
getdatamember()
gets the data member. |
java.lang.object |
getdatasource()
gets the data source. |
pdfgridheadercollection |
getheaders()
gets the headers. |
boolean |
getrepeatheader()
gets a value indicating whether [repeat header]. |
pdfgridrowcollection |
getrows()
gets the rows. |
pdfgridstyle |
getstyle()
gets or sets the style. |
void |
setallowcrosspages(boolean value)
sets whether to cross a page. |
void |
setdatamember(java.lang.string value)
sets the data member. |
void |
setdatasource(java.lang.object value)
sets the data source. |
void |
setrepeatheader(boolean value)
sets a value indicating whether [repeat header]. |
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 |
constructor detail |
---|
public pdfgrid()
method detail |
---|
public pdfgridheadercollection getheaders()
public pdfgridrowcollection getrows()
public java.lang.object getdatasource()
public void setdatasource(java.lang.object value)
public java.lang.string getdatamember()
public void setdatamember(java.lang.string value)
public pdfgridstyle getstyle()
public pdfgridcolumncollection getcolumns()
public boolean getrepeatheader()
public void setrepeatheader(boolean value)
public boolean getallowcrosspages()
public void setallowcrosspages(boolean value)
public draw(pdfnewpage page, java.awt.geom.point2d location)
page
- the page.location
- the location.
public draw(pdfnewpage page, java.awt.geom.point2d location, pdfgridlayoutformat format)
page
- the page.location
- the location.format
- the format.
public draw(pdfnewpage page, java.awt.geom.rectangle2d bounds)
page
- the page.bounds
- the bounds.
public draw(pdfnewpage page, java.awt.geom.rectangle2d bounds, pdfgridlayoutformat format)
page
- the page.bounds
- the bounds.format
- the format.
public draw(pdfnewpage page, float x, float y)
page
- the page.x
- the x.y
- the y.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |