public class CTHeight extends java.lang.Object implements Child
Java class for CT_Height complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Height">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="hRule" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_HeightRule" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STHeightRule |
hRule |
protected java.math.BigInteger |
val |
| Constructor and Description |
|---|
CTHeight() |
| 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.
|
STHeightRule |
getHRule()
Gets the value of the hRule property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.math.BigInteger |
getVal()
Gets the value of the val property.
|
void |
setHRule(STHeightRule value)
Sets the value of the hRule property.
|
void |
setParent(java.lang.Object parent) |
void |
setVal(java.math.BigInteger value)
Sets the value of the val property.
|
protected java.math.BigInteger val
protected STHeightRule hRule
public java.math.BigInteger getVal()
BigIntegerpublic void setVal(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic STHeightRule getHRule()
STHeightRulepublic void setHRule(STHeightRule value)
value - allowed object is
STHeightRulepublic 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–2023. All rights reserved.