|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.grid.pdfgridstylebase
com.spire.pdf.grid.pdfgridstyle
public class pdfgridstyle
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 |
---|
public pdfgridstyle()
method detail |
---|
public float getcellspacing()
public void setcellspacing(float value)
public pdfpaddings getcellpadding()
public void setcellpadding(pdfpaddings value)
public pdfborderoverlapstyle getborderoverlapstyle()
public void setborderoverlapstyle(pdfborderoverlapstyle value)
public boolean getallowhorizontaloverflow()
public void setallowhorizontaloverflow(boolean value)
public gethorizontaloverflowtype()
public void sethorizontaloverflowtype( value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |