Package org.docx4j.wml
Class CTDocGrid
java.lang.Object
org.docx4j.wml.CTDocGrid
- All Implemented Interfaces:
Child
Java class for CT_DocGrid complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DocGrid">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DocGrid" />
<attribute name="linePitch" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="charSpace" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 charSpace property.Gets the value of the linePitch property.Gets the parent object in the object tree representing the unmarshalled xml document.getType()Gets the value of the type property.voidsetCharSpace(BigInteger value) Sets the value of the charSpace property.voidsetLinePitch(BigInteger value) Sets the value of the linePitch property.voidvoidSets the value of the type property.
-
Field Details
-
type
-
linePitch
-
charSpace
-
-
Constructor Details
-
CTDocGrid
public CTDocGrid()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
STDocGrid
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTDocGrid
-
getLinePitch
Gets the value of the linePitch property.- Returns:
- possible object is
BigInteger
-
setLinePitch
Sets the value of the linePitch property.- Parameters:
value- allowed object isBigInteger
-
getCharSpace
Gets the value of the charSpace property.- Returns:
- possible object is
BigInteger
-
setCharSpace
Sets the value of the charSpace 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.
-