public static class SectPr.PgMar 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="top" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="right" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="bottom" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="left" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="header" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="footer" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="gutter" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
bottom |
protected BigInteger |
footer |
protected BigInteger |
gutter |
protected BigInteger |
header |
protected BigInteger |
left |
protected BigInteger |
right |
protected BigInteger |
top |
| Constructor and Description |
|---|
PgMar() |
| 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 |
getBottom()
Gets the value of the bottom property.
|
BigInteger |
getFooter()
Gets the value of the footer property.
|
BigInteger |
getGutter()
Gets the value of the gutter property.
|
BigInteger |
getHeader()
Gets the value of the header property.
|
BigInteger |
getLeft()
Gets the value of the left property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getRight()
Gets the value of the right property.
|
BigInteger |
getTop()
Gets the value of the top property.
|
void |
setBottom(BigInteger value)
Sets the value of the bottom property.
|
void |
setFooter(BigInteger value)
Sets the value of the footer property.
|
void |
setGutter(BigInteger value)
Sets the value of the gutter property.
|
void |
setHeader(BigInteger value)
Sets the value of the header property.
|
void |
setLeft(BigInteger value)
Sets the value of the left property.
|
void |
setParent(Object parent) |
void |
setRight(BigInteger value)
Sets the value of the right property.
|
void |
setTop(BigInteger value)
Sets the value of the top property.
|
protected BigInteger top
protected BigInteger right
protected BigInteger bottom
protected BigInteger left
protected BigInteger header
protected BigInteger footer
protected BigInteger gutter
public BigInteger getTop()
BigIntegerpublic void setTop(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRight()
BigIntegerpublic void setRight(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getBottom()
BigIntegerpublic void setBottom(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getLeft()
BigIntegerpublic void setLeft(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getHeader()
BigIntegerpublic void setHeader(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getFooter()
BigIntegerpublic void setFooter(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getGutter()
BigIntegerpublic void setGutter(BigInteger value)
value - allowed object is
BigIntegerpublic 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.