public class GridTableStyle extends WebTableStyle
| Constructor and Description |
|---|
GridTableStyle()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(WebStyle s)
Copies from another style object.
|
java.lang.String |
getBackImageUrl()
Background image url.
|
int |
getBorderCollapse()
Specifies the border collapse feature.
|
WebBorderStyle |
getBottomBorderStyle()
Specifies the style of bottom border of the table.
|
int |
getCellPadding()
Always returns -1.
|
int |
getCellSpacing()
Always returns -1.
|
int |
getGridLines()
Grid lines.
|
int |
getHorizontalAlign()
Horizontal align.
|
int |
getLayoutFixed()
Specifies whether the layout of the table is fixed(not extended automatically when it contain large objects).
|
WebBorderStyle |
getLeftBorderStyle()
Specifies the style of left border of the table.
|
WebBorderStyle |
getRightBorderStyle()
Specifies the style of right border of the table.
|
WebBorderStyle |
getTopBorderStyle()
Specifies the style of top border of the table.
|
protected boolean |
isEmptyX()
Indicates whether the object is empty.
|
void |
mergeWith(WebStyle s)
Merges with another style object.
|
void |
setBackImageUrl(java.lang.String value)
Background image url.
|
void |
setBorderCollapse(int value)
Specifies the border collapse feature.
|
void |
setBottomBorderStyle(WebBorderStyle value)
Specifies the style of bottom border of the table.
|
void |
setCellPadding(int value)
Always returns -1.
|
void |
setCellSpacing(int value)
Always returns -1.
|
void |
setGridLines(int value)
Grid lines.
|
void |
setHorizontalAlign(int value)
Horizontal align.
|
void |
setLayoutFixed(int value)
Specifies whether the layout of the table is fixed(not extended automatically when it contain large objects).
|
void |
setLeftBorderStyle(WebBorderStyle value)
Specifies the style of left border of the table.
|
void |
setRightBorderStyle(WebBorderStyle value)
Specifies the style of right border of the table.
|
void |
setTopBorderStyle(WebBorderStyle value)
Specifies the style of top border of the table.
|
getBackColor, getBorderColor, getBorderStyle, getBorderWidth, getCssClass, getFont, getForeColor, getHeight, getWidth, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setCssClass, setForeColor, setHeight, setWidthpublic WebBorderStyle getLeftBorderStyle()
public void setLeftBorderStyle(WebBorderStyle value)
public WebBorderStyle getRightBorderStyle()
public void setRightBorderStyle(WebBorderStyle value)
public WebBorderStyle getTopBorderStyle()
public void setTopBorderStyle(WebBorderStyle value)
public WebBorderStyle getBottomBorderStyle()
public void setBottomBorderStyle(WebBorderStyle value)
public int getLayoutFixed()
See LayoutFixedType.
public void setLayoutFixed(int value)
See LayoutFixedType.
public int getBorderCollapse()
See BorderCollapseType.
public void setBorderCollapse(int value)
See BorderCollapseType.
public void copyFrom(WebStyle s)
s - another style object.public void mergeWith(WebStyle s)
s - another style objectprotected boolean isEmptyX()
public int getCellSpacing()
getCellSpacing in class WebTableStylepublic void setCellSpacing(int value)
setCellSpacing in class WebTableStylepublic int getCellPadding()
getCellPadding in class WebTableStylepublic void setCellPadding(int value)
setCellPadding in class WebTableStylepublic java.lang.String getBackImageUrl()
getBackImageUrl in class WebTableStylepublic void setBackImageUrl(java.lang.String value)
setBackImageUrl in class WebTableStylepublic int getGridLines()
See GridLines.
getGridLines in class WebTableStylepublic void setGridLines(int value)
See GridLines.
setGridLines in class WebTableStylepublic int getHorizontalAlign()
See HorizontalAlign.
getHorizontalAlign in class WebTableStylepublic void setHorizontalAlign(int value)
See HorizontalAlign.
setHorizontalAlign in class WebTableStyleSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.