pdfgridstyle-ag凯发旗舰厅



com.spire.pdf.grid
class pdfgridstyle

java.lang.object
  extended by com.spire.pdf.grid.pdfgridstylebase
      extended by com.spire.pdf.grid.pdfgridstyle

public class pdfgridstyle
extends pdfgridstylebase

the class user for pdf grid style type operations


constructor summary
pdfgridstyle()
          initializes a new instance of the class.
 
method summary
 boolean getallowhorizontaloverflow()
          gets a value indicating whether to allow horizontal overflow.
 pdfborderoverlapstyle getborderoverlapstyle()
          gets the border overlap style.
 pdfpaddings getcellpadding()
          gets the cell padding.
 float getcellspacing()
          gets the cell spacing.
  gethorizontaloverflowtype()
          gets the type of the horizontal overflow.
 void setallowhorizontaloverflow(boolean value)
          sets a value indicating whether to allow horizontal overflow.
 void setborderoverlapstyle(pdfborderoverlapstyle value)
          sets the border overlap style.
 void setcellpadding(pdfpaddings value)
          sets the cell padding.
 void setcellspacing(float value)
          sets the cell spacing.
 void sethorizontaloverflowtype( value)
          sets the type of the horizontal overflow.
 
methods inherited from class com.spire.pdf.grid.pdfgridstylebase
getbackgroundbrush, getfont, gettextbrush, gettextpen, setbackgroundbrush, setfont, settextbrush, settextpen
 
constructor detail

pdfgridstyle

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

getcellspacing

public float getcellspacing()
gets the cell spacing.

setcellspacing

public void setcellspacing(float value)
sets the cell spacing.

getcellpadding

public pdfpaddings getcellpadding()
gets the cell padding.

setcellpadding

public void setcellpadding(pdfpaddings value)
sets the cell padding.

getborderoverlapstyle

public pdfborderoverlapstyle getborderoverlapstyle()
gets the border overlap style.

setborderoverlapstyle

public void setborderoverlapstyle(pdfborderoverlapstyle value)
sets the border overlap style.

getallowhorizontaloverflow

public boolean getallowhorizontaloverflow()
gets a value indicating whether to allow horizontal overflow. true if [allow horizontal overflow]; otherwise, false.

setallowhorizontaloverflow

public void setallowhorizontaloverflow(boolean value)
sets a value indicating whether to allow horizontal overflow. true if [allow horizontal overflow]; otherwise, false.

gethorizontaloverflowtype

public  gethorizontaloverflowtype()
gets the type of the horizontal overflow.

sethorizontaloverflowtype

public void sethorizontaloverflowtype( value)
sets the type of the horizontal overflow.


网站地图