public interface STableStyleInfo
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) |
String getName()
void setName(String name)
boolean isShowColumnStripes()
void setShowColumnStripes(boolean b)
boolean isShowRowStripes()
void setShowRowStripes(boolean b)
boolean isShowLastColumn()
void setShowLastColumn(boolean b)
boolean isShowFirstColumn()
void setShowFirstColumn(boolean b)
@Deprecated STableStyle getTableStyle()
STableStyle getTableStyle(SBook book)
book
- Copyright © 2020. All rights reserved.