|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.tables.pdftablestyle
public class pdftablestyle
represents parameters of pdftable.
constructor summary | |
---|---|
pdftablestyle()
initializes a new instance of the class. |
method summary | |
---|---|
pdfcellstyle |
getalternatestyle()
gets or sets the alternate style, which is the style of the odd rows. |
pdfborderoverlapstyle |
getborderoverlapstyle()
gets or sets a value indicating whether the cell borders should overlap its neighbour's borders or be drawn in the cell interior. |
pdfpen |
getborderpen()
gets or sets the pen of the table border. |
float |
getcellpadding()
gets or sets the cell padding. |
float |
getcellspacing()
gets or sets the cell spacing. |
pdfcellstyle |
getdefaultstyle()
gets or sets the default cell style. |
int |
getheaderrowcount()
gets or sets the header rows count. |
pdfheadersource |
getheadersource()
gets or sets a value indicating whether to use rows or column captions for forming header. |
pdfcellstyle |
getheaderstyle()
gets or sets the header cell style. |
boolean |
getrepeatheader()
gets or sets a value indicating whether to repeat header on each page. |
boolean |
getshowheader()
gets or sets a value indicating whether the header is visible. |
void |
setalternatestyle(pdfcellstyle value)
|
void |
setborderoverlapstyle(pdfborderoverlapstyle value)
|
void |
setborderpen(pdfpen value)
|
void |
setcellpadding(float value)
|
void |
setcellspacing(float value)
|
void |
setdefaultstyle(pdfcellstyle value)
|
void |
setheaderrowcount(int value)
|
void |
setheadersource(pdfheadersource value)
|
void |
setheaderstyle(pdfcellstyle value)
|
void |
setrepeatheader(boolean value)
|
void |
setshowheader(boolean value)
|
constructor detail |
---|
public pdftablestyle()
method detail |
---|
public pdfcellstyle getdefaultstyle()
public void setdefaultstyle(pdfcellstyle value)
public pdfcellstyle getalternatestyle()
public void setalternatestyle(pdfcellstyle value)
public pdfheadersource getheadersource()
public void setheadersource(pdfheadersource value)
public int getheaderrowcount()
public void setheaderrowcount(int value)
public pdfcellstyle getheaderstyle()
public void setheaderstyle(pdfcellstyle value)
public boolean getrepeatheader()
public void setrepeatheader(boolean value)
public boolean getshowheader()
public void setshowheader(boolean value)
public float getcellspacing()
public void setcellspacing(float value)
public float getcellpadding()
public void setcellpadding(float value)
public pdfborderoverlapstyle getborderoverlapstyle()
public void setborderoverlapstyle(pdfborderoverlapstyle value)
public pdfpen getborderpen()
public void setborderpen(pdfpen value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |