public class CTTableStyleInfo extends Object implements Child
Java class for CT_TableStyleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyleInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="showFirstColumn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showLastColumn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showRowStripes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="showColumnStripes" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Boolean |
showColumnStripes |
protected Boolean |
showFirstColumn |
protected Boolean |
showLastColumn |
protected Boolean |
showRowStripes |
| Constructor and Description |
|---|
CTTableStyleInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Boolean |
isShowColumnStripes()
Gets the value of the showColumnStripes property.
|
Boolean |
isShowFirstColumn()
Gets the value of the showFirstColumn property.
|
Boolean |
isShowLastColumn()
Gets the value of the showLastColumn property.
|
Boolean |
isShowRowStripes()
Gets the value of the showRowStripes property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setShowColumnStripes(Boolean value)
Sets the value of the showColumnStripes property.
|
void |
setShowFirstColumn(Boolean value)
Sets the value of the showFirstColumn property.
|
void |
setShowLastColumn(Boolean value)
Sets the value of the showLastColumn property.
|
void |
setShowRowStripes(Boolean value)
Sets the value of the showRowStripes property.
|
protected String name
protected Boolean showFirstColumn
protected Boolean showLastColumn
protected Boolean showRowStripes
protected Boolean showColumnStripes
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isShowFirstColumn()
Booleanpublic void setShowFirstColumn(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowLastColumn()
Booleanpublic void setShowLastColumn(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowRowStripes()
Booleanpublic void setShowRowStripes(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowColumnStripes()
Booleanpublic void setShowColumnStripes(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.