public class CTZoom extends Object implements Child
Java class for CT_Zoom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Zoom"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="val" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Zoom" /> <attribute name="percent" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
percent |
protected STZoom |
val |
Constructor and Description |
---|
CTZoom() |
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getPercent()
Gets the value of the percent property.
|
STZoom |
getVal()
Gets the value of the val property.
|
void |
setParent(Object parent) |
void |
setPercent(BigInteger value)
Sets the value of the percent property.
|
void |
setVal(STZoom value)
Sets the value of the val property.
|
protected STZoom val
protected BigInteger percent
public STZoom getVal()
STZoom
public void setVal(STZoom value)
value
- allowed object is
STZoom
public BigInteger getPercent()
BigInteger
public void setPercent(BigInteger value)
value
- allowed object is
BigInteger
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-2018. All Rights Reserved.