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()
CTOnOff
public void setLit(CTOnOff value)
value
- allowed object is
CTOnOff
public CTOnOff getNor()
CTOnOff
public void setNor(CTOnOff value)
value
- allowed object is
CTOnOff
public CTScript getScr()
CTScript
public void setScr(CTScript value)
value
- allowed object is
CTScript
public CTStyle getSty()
CTStyle
public void setSty(CTStyle value)
value
- allowed object is
CTStyle
public CTManualBreak getBrk()
CTManualBreak
public void setBrk(CTManualBreak value)
value
- allowed object is
CTManualBreak
public CTOnOff getAln()
CTOnOff
public void setAln(CTOnOff value)
value
- allowed object is
CTOnOff
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.