public class CTPhantPr extends Object implements Child
Java class for CT_PhantPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PhantPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="show" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="zeroWid" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="zeroAsc" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="zeroDesc" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="transp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<element name="ctrlPr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_CtrlPr" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTCtrlPr |
ctrlPr |
protected CTOnOff |
show |
protected CTOnOff |
transp |
protected CTOnOff |
zeroAsc |
protected CTOnOff |
zeroDesc |
protected CTOnOff |
zeroWid |
| Constructor and Description |
|---|
CTPhantPr() |
| 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.
|
CTCtrlPr |
getCtrlPr()
Gets the value of the ctrlPr property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTOnOff |
getShow()
Gets the value of the show property.
|
CTOnOff |
getTransp()
Gets the value of the transp property.
|
CTOnOff |
getZeroAsc()
Gets the value of the zeroAsc property.
|
CTOnOff |
getZeroDesc()
Gets the value of the zeroDesc property.
|
CTOnOff |
getZeroWid()
Gets the value of the zeroWid property.
|
void |
setCtrlPr(CTCtrlPr value)
Sets the value of the ctrlPr property.
|
void |
setParent(Object parent) |
void |
setShow(CTOnOff value)
Sets the value of the show property.
|
void |
setTransp(CTOnOff value)
Sets the value of the transp property.
|
void |
setZeroAsc(CTOnOff value)
Sets the value of the zeroAsc property.
|
void |
setZeroDesc(CTOnOff value)
Sets the value of the zeroDesc property.
|
void |
setZeroWid(CTOnOff value)
Sets the value of the zeroWid property.
|
protected CTOnOff show
protected CTOnOff zeroWid
protected CTOnOff zeroAsc
protected CTOnOff zeroDesc
protected CTOnOff transp
protected CTCtrlPr ctrlPr
public CTOnOff getShow()
CTOnOffpublic void setShow(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getZeroWid()
CTOnOffpublic void setZeroWid(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getZeroAsc()
CTOnOffpublic void setZeroAsc(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getZeroDesc()
CTOnOffpublic void setZeroDesc(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getTransp()
CTOnOffpublic void setTransp(CTOnOff value)
value - allowed object is
CTOnOffpublic CTCtrlPr getCtrlPr()
CTCtrlPrpublic void setCtrlPr(CTCtrlPr value)
value - allowed object is
CTCtrlPrpublic 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.