public static class SectPr.PgMar extends java.lang.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 java.math.BigInteger |
bottom |
protected java.math.BigInteger |
footer |
protected java.math.BigInteger |
gutter |
protected java.math.BigInteger |
header |
protected java.math.BigInteger |
left |
protected java.math.BigInteger |
right |
protected java.math.BigInteger |
top |
| Constructor and Description |
|---|
PgMar() |
| 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.
|
java.math.BigInteger |
getBottom()
Gets the value of the bottom property.
|
java.math.BigInteger |
getFooter()
Gets the value of the footer property.
|
java.math.BigInteger |
getGutter()
Gets the value of the gutter property.
|
java.math.BigInteger |
getHeader()
Gets the value of the header property.
|
java.math.BigInteger |
getLeft()
Gets the value of the left property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.math.BigInteger |
getRight()
Gets the value of the right property.
|
java.math.BigInteger |
getTop()
Gets the value of the top property.
|
void |
setBottom(java.math.BigInteger value)
Sets the value of the bottom property.
|
void |
setFooter(java.math.BigInteger value)
Sets the value of the footer property.
|
void |
setGutter(java.math.BigInteger value)
Sets the value of the gutter property.
|
void |
setHeader(java.math.BigInteger value)
Sets the value of the header property.
|
void |
setLeft(java.math.BigInteger value)
Sets the value of the left property.
|
void |
setParent(java.lang.Object parent) |
void |
setRight(java.math.BigInteger value)
Sets the value of the right property.
|
void |
setTop(java.math.BigInteger value)
Sets the value of the top property.
|
protected java.math.BigInteger top
protected java.math.BigInteger right
protected java.math.BigInteger bottom
protected java.math.BigInteger left
protected java.math.BigInteger header
protected java.math.BigInteger footer
protected java.math.BigInteger gutter
public java.math.BigInteger getTop()
BigIntegerpublic void setTop(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getRight()
BigIntegerpublic void setRight(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getBottom()
BigIntegerpublic void setBottom(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getLeft()
BigIntegerpublic void setLeft(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getHeader()
BigIntegerpublic void setHeader(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getFooter()
BigIntegerpublic void setFooter(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getGutter()
BigIntegerpublic void setGutter(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic 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.