public class CTRPR extends Object implements Child
Java class for CT_RPR complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RPR">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lit" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<choice>
<element name="nor" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
<sequence>
<group ref="{http://schemas.openxmlformats.org/officeDocument/2006/math}EG_ScriptStyle"/>
</sequence>
</choice>
<element name="brk" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_ManualBreak" minOccurs="0"/>
<element name="aln" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OnOff" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOnOff |
aln |
protected CTManualBreak |
brk |
protected CTOnOff |
lit |
protected CTOnOff |
nor |
protected CTScript |
scr |
protected CTStyle |
sty |
| Constructor and Description |
|---|
CTRPR() |
| 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.
|
CTOnOff |
getAln()
Gets the value of the aln property.
|
CTManualBreak |
getBrk()
Gets the value of the brk property.
|
CTOnOff |
getLit()
Gets the value of the lit property.
|
CTOnOff |
getNor()
Gets the value of the nor property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTScript |
getScr()
Gets the value of the scr property.
|
CTStyle |
getSty()
Gets the value of the sty property.
|
void |
setAln(CTOnOff value)
Sets the value of the aln property.
|
void |
setBrk(CTManualBreak value)
Sets the value of the brk property.
|
void |
setLit(CTOnOff value)
Sets the value of the lit property.
|
void |
setNor(CTOnOff value)
Sets the value of the nor property.
|
void |
setParent(Object parent) |
void |
setScr(CTScript value)
Sets the value of the scr property.
|
void |
setSty(CTStyle value)
Sets the value of the sty property.
|
protected CTOnOff lit
protected CTOnOff nor
protected CTScript scr
protected CTStyle sty
protected CTManualBreak brk
protected CTOnOff aln
public CTOnOff getLit()
CTOnOffpublic void setLit(CTOnOff value)
value - allowed object is
CTOnOffpublic CTOnOff getNor()
CTOnOffpublic void setNor(CTOnOff value)
value - allowed object is
CTOnOffpublic CTScript getScr()
CTScriptpublic void setScr(CTScript value)
value - allowed object is
CTScriptpublic CTStyle getSty()
CTStylepublic void setSty(CTStyle value)
value - allowed object is
CTStylepublic CTManualBreak getBrk()
CTManualBreakpublic void setBrk(CTManualBreak value)
value - allowed object is
CTManualBreakpublic CTOnOff getAln()
CTOnOffpublic void setAln(CTOnOff value)
value - allowed object is
CTOnOffpublic 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-2020. All Rights Reserved.