public class CTDocGrid extends Object implements 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>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
charSpace |
protected BigInteger |
linePitch |
protected STDocGrid |
type |
Constructor and Description |
---|
CTDocGrid() |
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 |
getCharSpace()
Gets the value of the charSpace property.
|
BigInteger |
getLinePitch()
Gets the value of the linePitch property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STDocGrid |
getType()
Gets the value of the type property.
|
void |
setCharSpace(BigInteger value)
Sets the value of the charSpace property.
|
void |
setLinePitch(BigInteger value)
Sets the value of the linePitch property.
|
void |
setParent(Object parent) |
void |
setType(STDocGrid value)
Sets the value of the type property.
|
protected STDocGrid type
protected BigInteger linePitch
protected BigInteger charSpace
public STDocGrid getType()
STDocGrid
public void setType(STDocGrid value)
value
- allowed object is
STDocGrid
public BigInteger getLinePitch()
BigInteger
public void setLinePitch(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getCharSpace()
BigInteger
public void setCharSpace(BigInteger value)
value
- allowed object is
BigInteger
public 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-2019. All Rights Reserved.