public class TableStyleInfoImpl extends AbstractTableStyleInfoAdv
Constructor and Description |
---|
TableStyleInfoImpl(String name,
boolean showColumnStripes,
boolean showRowStrips,
boolean showFirstColumn,
boolean showLastColumn) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
STableStyle |
getTableStyle()
Deprecated.
|
STableStyle |
getTableStyle(SBook book)
Returns styles used in this TableStyleInfo associated with the
specified book.
|
boolean |
isShowColumnStripes() |
boolean |
isShowFirstColumn() |
boolean |
isShowLastColumn() |
boolean |
isShowRowStripes() |
void |
setName(String name) |
void |
setShowColumnStripes(boolean b) |
void |
setShowFirstColumn(boolean b) |
void |
setShowLastColumn(boolean b) |
void |
setShowRowStripes(boolean b) |
public TableStyleInfoImpl(String name, boolean showColumnStripes, boolean showRowStrips, boolean showFirstColumn, boolean showLastColumn)
public String getName()
public void setName(String name)
public boolean isShowColumnStripes()
public void setShowColumnStripes(boolean b)
public boolean isShowRowStripes()
public void setShowRowStripes(boolean b)
public boolean isShowLastColumn()
public void setShowLastColumn(boolean b)
public boolean isShowFirstColumn()
public void setShowFirstColumn(boolean b)
@Deprecated public STableStyle getTableStyle()
STableStyleInfo
public STableStyle getTableStyle(SBook book)
STableStyleInfo
Copyright © 2020. All rights reserved.