public class CTDPr extends Object implements Child
Java class for CT_DPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DPr"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="begChr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_Char" minOccurs="0"/> <element name="sepChr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_Char" minOccurs="0"/> <element name="endChr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_Char" minOccurs="0"/> <element name="grow" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/> <element name="shp" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_Shp" 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 CTChar |
begChr |
protected CTCtrlPr |
ctrlPr |
protected CTChar |
endChr |
protected CTOnOff |
grow |
protected CTChar |
sepChr |
protected CTShp |
shp |
Constructor and Description |
---|
CTDPr() |
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.
|
CTChar |
getBegChr()
Gets the value of the begChr property.
|
CTCtrlPr |
getCtrlPr()
Gets the value of the ctrlPr property.
|
CTChar |
getEndChr()
Gets the value of the endChr property.
|
CTOnOff |
getGrow()
Gets the value of the grow property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTChar |
getSepChr()
Gets the value of the sepChr property.
|
CTShp |
getShp()
Gets the value of the shp property.
|
void |
setBegChr(CTChar value)
Sets the value of the begChr property.
|
void |
setCtrlPr(CTCtrlPr value)
Sets the value of the ctrlPr property.
|
void |
setEndChr(CTChar value)
Sets the value of the endChr property.
|
void |
setGrow(CTOnOff value)
Sets the value of the grow property.
|
void |
setParent(Object parent) |
void |
setSepChr(CTChar value)
Sets the value of the sepChr property.
|
void |
setShp(CTShp value)
Sets the value of the shp property.
|
protected CTChar begChr
protected CTChar sepChr
protected CTChar endChr
protected CTOnOff grow
protected CTShp shp
protected CTCtrlPr ctrlPr
public CTChar getBegChr()
CTChar
public void setBegChr(CTChar value)
value
- allowed object is
CTChar
public CTChar getSepChr()
CTChar
public void setSepChr(CTChar value)
value
- allowed object is
CTChar
public CTChar getEndChr()
CTChar
public void setEndChr(CTChar value)
value
- allowed object is
CTChar
public CTOnOff getGrow()
CTOnOff
public void setGrow(CTOnOff value)
value
- allowed object is
CTOnOff
public void setShp(CTShp value)
value
- allowed object is
CTShp
public CTCtrlPr getCtrlPr()
CTCtrlPr
public void setCtrlPr(CTCtrlPr value)
value
- allowed object is
CTCtrlPr
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.