public static class SectPr.PgSz extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="w" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" /> <attribute name="h" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" /> <attribute name="orient" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_PageOrientation" /> <attribute name="code" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
code |
protected BigInteger |
h |
protected STPageOrientation |
orient |
protected BigInteger |
w |
Constructor and Description |
---|
PgSz() |
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.
|
BigInteger |
getCode()
Gets the value of the code property.
|
BigInteger |
getH()
Gets the value of the h property.
|
STPageOrientation |
getOrient()
Gets the value of the orient property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getW()
Gets the value of the w property.
|
void |
setCode(BigInteger value)
Sets the value of the code property.
|
void |
setH(BigInteger value)
Sets the value of the h property.
|
void |
setOrient(STPageOrientation value)
Sets the value of the orient property.
|
void |
setParent(Object parent) |
void |
setW(BigInteger value)
Sets the value of the w property.
|
protected BigInteger w
protected BigInteger h
protected STPageOrientation orient
protected BigInteger code
public BigInteger getW()
BigInteger
public void setW(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getH()
BigInteger
public void setH(BigInteger value)
value
- allowed object is
BigInteger
public STPageOrientation getOrient()
STPageOrientation
public void setOrient(STPageOrientation value)
value
- allowed object is
STPageOrientation
public BigInteger getCode()
BigInteger
public void setCode(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-2019. All Rights Reserved.