public class CTOMathArgPr extends java.lang.Object implements Child
Java class for CT_OMathArgPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OMathArgPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="argSz" type="{http://schemas.openxmlformats.org/officeDocument/2006/math}CT_Integer2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTInteger2 |
argSz |
| Constructor and Description |
|---|
CTOMathArgPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTInteger2 |
getArgSz()
Gets the value of the argSz property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setArgSz(CTInteger2 value)
Sets the value of the argSz property.
|
void |
setParent(java.lang.Object parent) |
protected CTInteger2 argSz
public CTInteger2 getArgSz()
CTInteger2public void setArgSz(CTInteger2 value)
value - allowed object is
CTInteger2public java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.