Package org.docx4j.wml
Class SectPr.PgMar
java.lang.Object
org.docx4j.wml.SectPr.PgMar
- All Implemented Interfaces:
Child
- Enclosing class:
- SectPr
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
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the bottom property.Gets the value of the footer property.Gets the value of the gutter property.Gets the value of the header property.getLeft()Gets the value of the left property.Gets the parent object in the object tree representing the unmarshalled xml document.getRight()Gets the value of the right property.getTop()Gets the value of the top property.voidsetBottom(BigInteger value) Sets the value of the bottom property.voidsetFooter(BigInteger value) Sets the value of the footer property.voidsetGutter(BigInteger value) Sets the value of the gutter property.voidsetHeader(BigInteger value) Sets the value of the header property.voidsetLeft(BigInteger value) Sets the value of the left property.voidvoidsetRight(BigInteger value) Sets the value of the right property.voidsetTop(BigInteger value) Sets the value of the top property.
-
Field Details
-
top
-
right
-
bottom
-
left
-
header
-
gutter
-
-
Constructor Details
-
PgMar
public PgMar()
-
-
Method Details
-
getTop
Gets the value of the top property.- Returns:
- possible object is
BigInteger
-
setTop
Sets the value of the top property.- Parameters:
value- allowed object isBigInteger
-
getRight
Gets the value of the right property.- Returns:
- possible object is
BigInteger
-
setRight
Sets the value of the right property.- Parameters:
value- allowed object isBigInteger
-
getBottom
Gets the value of the bottom property.- Returns:
- possible object is
BigInteger
-
setBottom
Sets the value of the bottom property.- Parameters:
value- allowed object isBigInteger
-
getLeft
Gets the value of the left property.- Returns:
- possible object is
BigInteger
-
setLeft
Sets the value of the left property.- Parameters:
value- allowed object isBigInteger
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
BigInteger
-
setHeader
Sets the value of the header property.- Parameters:
value- allowed object isBigInteger
-
getGutter
Gets the value of the gutter property.- Returns:
- possible object is
BigInteger
-
setGutter
Sets the value of the gutter property.- Parameters:
value- allowed object isBigInteger
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-