public class CTTableStyle extends Object implements Child
Java class for CT_TableStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tableStyleElement" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TableStyleElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pivot" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="table" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
count |
protected String |
name |
protected Boolean |
pivot |
protected Boolean |
table |
protected List<CTTableStyleElement> |
tableStyleElement |
| Constructor and Description |
|---|
CTTableStyle() |
| 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.
|
Long |
getCount()
Gets the value of the count property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
List<CTTableStyleElement> |
getTableStyleElement()
Gets the value of the tableStyleElement property.
|
boolean |
isPivot()
Gets the value of the pivot property.
|
boolean |
isTable()
Gets the value of the table property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setPivot(Boolean value)
Sets the value of the pivot property.
|
void |
setTable(Boolean value)
Sets the value of the table property.
|
protected List<CTTableStyleElement> tableStyleElement
protected String name
protected Boolean pivot
protected Boolean table
protected Long count
public List<CTTableStyleElement> getTableStyleElement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tableStyleElement property.
For example, to add a new item, do as follows:
getTableStyleElement().add(newItem);
Objects of the following type(s) are allowed in the list
CTTableStyleElement
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isPivot()
Booleanpublic void setPivot(Boolean value)
value - allowed object is
Booleanpublic boolean isTable()
Booleanpublic void setTable(Boolean value)
value - allowed object is
Booleanpublic Long getCount()
Longpublic void setCount(Long value)
value - allowed object is
Longpublic 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.