public class CTCellStyle extends Object implements Child
Java class for CT_CellStyle complex type.
This element expresses the name and related formatting records for a named cell style in this workbook.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CellStyle"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="xfId" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellStyleXfId" /> <attribute name="builtinId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="iLevel" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="customBuiltin" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
builtinId |
protected Boolean |
customBuiltin |
protected CTExtensionList |
extLst |
protected Boolean |
hidden |
protected Long |
iLevel |
protected String |
name |
protected long |
xfId |
Constructor and Description |
---|
CTCellStyle() |
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 |
getBuiltinId()
Gets the value of the builtinId property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Long |
getILevel()
Gets the value of the iLevel 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.
|
long |
getXfId()
Gets the value of the xfId property.
|
Boolean |
isCustomBuiltin()
Gets the value of the customBuiltin property.
|
Boolean |
isHidden()
Gets the value of the hidden property.
|
void |
setBuiltinId(Long value)
Sets the value of the builtinId property.
|
void |
setCustomBuiltin(Boolean value)
Sets the value of the customBuiltin property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setILevel(Long value)
Sets the value of the iLevel property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setXfId(long value)
Sets the value of the xfId property.
|
protected CTExtensionList extLst
protected String name
protected long xfId
protected Long builtinId
protected Long iLevel
protected Boolean hidden
protected Boolean customBuiltin
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public long getXfId()
public void setXfId(long value)
public Long getBuiltinId()
Long
public void setBuiltinId(Long value)
value
- allowed object is
Long
public Long getILevel()
Long
public void setILevel(Long value)
value
- allowed object is
Long
public Boolean isHidden()
Boolean
public void setHidden(Boolean value)
value
- allowed object is
Boolean
public Boolean isCustomBuiltin()
Boolean
public void setCustomBuiltin(Boolean value)
value
- allowed object is
Boolean
public 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-2019. All Rights Reserved.