public class CTXmlCellPr extends java.lang.Object implements Child
Java class for CT_XmlCellPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_XmlCellPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xmlPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_XmlPr"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="uniqueName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected long |
id |
protected java.lang.String |
uniqueName |
protected CTXmlPr |
xmlPr |
| Constructor and Description |
|---|
CTXmlCellPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getId()
Gets the value of the id property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getUniqueName()
Gets the value of the uniqueName property.
|
CTXmlPr |
getXmlPr()
Gets the value of the xmlPr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setParent(java.lang.Object parent) |
void |
setUniqueName(java.lang.String value)
Sets the value of the uniqueName property.
|
void |
setXmlPr(CTXmlPr value)
Sets the value of the xmlPr property.
|
protected CTXmlPr xmlPr
protected CTExtensionList extLst
protected long id
protected java.lang.String uniqueName
public CTXmlPr getXmlPr()
CTXmlPrpublic void setXmlPr(CTXmlPr value)
value - allowed object is
CTXmlPrpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getId()
public void setId(long value)
public java.lang.String getUniqueName()
Stringpublic void setUniqueName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.