pdftablestyle-ag凯发旗舰厅



com.spire.pdf.tables
class pdftablestyle

java.lang.object
  extended by com.spire.pdf.tables.pdftablestyle

public class pdftablestyle
extends java.lang.object

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

pdftablestyle

public pdftablestyle()
initializes a new instance of the class.
method detail

getdefaultstyle

public pdfcellstyle getdefaultstyle()
gets or sets the default cell style.

setdefaultstyle

public void setdefaultstyle(pdfcellstyle value)

getalternatestyle

public pdfcellstyle getalternatestyle()
gets or sets the alternate style, which is the style of the odd rows.

setalternatestyle

public void setalternatestyle(pdfcellstyle value)

getheadersource

public pdfheadersource getheadersource()
gets or sets a value indicating whether to use rows or column captions for forming header.

setheadersource

public void setheadersource(pdfheadersource value)

getheaderrowcount

public int getheaderrowcount()
gets or sets the header rows count.

setheaderrowcount

public void setheaderrowcount(int value)

getheaderstyle

public pdfcellstyle getheaderstyle()
gets or sets the header cell style.

setheaderstyle

public void setheaderstyle(pdfcellstyle value)

getrepeatheader

public boolean getrepeatheader()
gets or sets a value indicating whether to repeat header on each page.

setrepeatheader

public void setrepeatheader(boolean value)

getshowheader

public boolean getshowheader()
gets or sets a value indicating whether the header is visible. if the header is made up with ordinary rows they aren't visible while this property is set to false.

setshowheader

public void setshowheader(boolean value)

getcellspacing

public float getcellspacing()
gets or sets the cell spacing.

setcellspacing

public void setcellspacing(float value)

getcellpadding

public float getcellpadding()
gets or sets the cell padding.

setcellpadding

public void setcellpadding(float value)

getborderoverlapstyle

public 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. please, use this property with caution, because it might cause unexpected results if borders are not the same width and colour.

setborderoverlapstyle

public void setborderoverlapstyle(pdfborderoverlapstyle value)

getborderpen

public pdfpen getborderpen()
gets or sets the pen of the table border.

setborderpen

public void setborderpen(pdfpen value)


网站地图