|
|||||||||
| 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. |
PdfHorizontalOverflowType |
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 |
setCellSpacing(float value)
Sets the cell spacing. |
void |
setHorizontalOverflowType(PdfHorizontalOverflowType value)
Sets the type of the horizontal overflow. |
| Methods inherited from class com.spire.pdf.grid.PdfGridStyleBase |
|---|
getBackgroundBrush, getFont, getTextBrush, getTextPen, setBackgroundBrush, setCellPadding, setFont, setTextBrush, setTextPen |
| Constructor Detail |
|---|
public PdfGridStyle()
| Method Detail |
|---|
public float getCellSpacing()
public void setCellSpacing(float value)
public PdfPaddings getCellPadding()
public PdfBorderOverlapStyle getBorderOverlapStyle()
public void setBorderOverlapStyle(PdfBorderOverlapStyle value)
public boolean getAllowHorizontalOverflow()
public void setAllowHorizontalOverflow(boolean value)
public PdfHorizontalOverflowType getHorizontalOverflowType()
public void setHorizontalOverflowType(PdfHorizontalOverflowType value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||