public class CTBorderBox extends Object implements Child
Java class for CT_BorderBox complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BorderBox">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="borderBoxPr" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_BorderBoxPr" minOccurs="0"/>
<element name="e" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_OMathArg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBorderBoxPr |
borderBoxPr |
protected CTOMathArg |
e |
| Constructor and Description |
|---|
CTBorderBox() |
| 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.
|
CTBorderBoxPr |
getBorderBoxPr()
Gets the value of the borderBoxPr property.
|
CTOMathArg |
getE()
Gets the value of the e property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setBorderBoxPr(CTBorderBoxPr value)
Sets the value of the borderBoxPr property.
|
void |
setE(CTOMathArg value)
Sets the value of the e property.
|
void |
setParent(Object parent) |
protected CTBorderBoxPr borderBoxPr
protected CTOMathArg e
public CTBorderBoxPr getBorderBoxPr()
CTBorderBoxPrpublic void setBorderBoxPr(CTBorderBoxPr value)
value - allowed object is
CTBorderBoxPrpublic CTOMathArg getE()
CTOMathArgpublic void setE(CTOMathArg value)
value - allowed object is
CTOMathArgpublic 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-2021. All Rights Reserved.