Package org.docx4j.wml
Class SectPr.PgMar
java.lang.Object
org.docx4j.wml.SectPr.PgMar
- All Implemented Interfaces:
Child
- Enclosing class:
- SectPr
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegerbottomprotected java.math.BigIntegerfooterprotected java.math.BigIntegergutterprotected java.math.BigIntegerheaderprotected java.math.BigIntegerleftprotected java.math.BigIntegerrightprotected java.math.BigIntegertop -
Constructor Summary
Constructors Constructor Description PgMar() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.math.BigIntegergetBottom()Gets the value of the bottom property.java.math.BigIntegergetFooter()Gets the value of the footer property.java.math.BigIntegergetGutter()Gets the value of the gutter property.java.math.BigIntegergetHeader()Gets the value of the header property.java.math.BigIntegergetLeft()Gets the value of the left property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.math.BigIntegergetRight()Gets the value of the right property.java.math.BigIntegergetTop()Gets the value of the top property.voidsetBottom(java.math.BigInteger value)Sets the value of the bottom property.voidsetFooter(java.math.BigInteger value)Sets the value of the footer property.voidsetGutter(java.math.BigInteger value)Sets the value of the gutter property.voidsetHeader(java.math.BigInteger value)Sets the value of the header property.voidsetLeft(java.math.BigInteger value)Sets the value of the left property.voidsetParent(java.lang.Object parent)voidsetRight(java.math.BigInteger value)Sets the value of the right property.voidsetTop(java.math.BigInteger value)Sets the value of the top property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
top
protected java.math.BigInteger top -
right
protected java.math.BigInteger right -
bottom
protected java.math.BigInteger bottom -
left
protected java.math.BigInteger left -
header
protected java.math.BigInteger header -
gutter
protected java.math.BigInteger gutter
-
-
Constructor Details
-
PgMar
public PgMar()
-
-
Method Details
-
getTop
public java.math.BigInteger getTop()Gets the value of the top property.- Returns:
- possible object is
BigInteger
-
setTop
public void setTop(java.math.BigInteger value)Sets the value of the top property.- Parameters:
value- allowed object isBigInteger
-
getRight
public java.math.BigInteger getRight()Gets the value of the right property.- Returns:
- possible object is
BigInteger
-
setRight
public void setRight(java.math.BigInteger value)Sets the value of the right property.- Parameters:
value- allowed object isBigInteger
-
getBottom
public java.math.BigInteger getBottom()Gets the value of the bottom property.- Returns:
- possible object is
BigInteger
-
setBottom
public void setBottom(java.math.BigInteger value)Sets the value of the bottom property.- Parameters:
value- allowed object isBigInteger
-
getLeft
public java.math.BigInteger getLeft()Gets the value of the left property.- Returns:
- possible object is
BigInteger
-
setLeft
public void setLeft(java.math.BigInteger value)Sets the value of the left property.- Parameters:
value- allowed object isBigInteger
-
getHeader
public java.math.BigInteger getHeader()Gets the value of the header property.- Returns:
- possible object is
BigInteger
-
setHeader
public void setHeader(java.math.BigInteger value)Sets the value of the header property.- Parameters:
value- allowed object isBigInteger
-
getGutter
public java.math.BigInteger getGutter()Gets the value of the gutter property.- Returns:
- possible object is
BigInteger
-
setGutter
public void setGutter(java.math.BigInteger value)Sets the value of the gutter property.- Parameters:
value- allowed object isBigInteger
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-