public class XSSFTableStyleInfo extends Object
Constructor and Description |
---|
XSSFTableStyleInfo(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyleInfo ctTableStyleInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
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 XSSFTableStyleInfo(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyleInfo ctTableStyleInfo)
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)
Copyright © 2020. All rights reserved.