public class CTDiv extends Object implements Child
Java class for CT_Div complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Div"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="blockQuote" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/> <element name="bodyDiv" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/> <element name="marLeft" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SignedTwipsMeasure"/> <element name="marRight" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SignedTwipsMeasure"/> <element name="marTop" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SignedTwipsMeasure"/> <element name="marBottom" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SignedTwipsMeasure"/> <element name="divBdr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_DivBdr" minOccurs="0"/> <element name="divsChild" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Divs" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BooleanDefaultTrue |
blockQuote |
protected BooleanDefaultTrue |
bodyDiv |
protected CTDivBdr |
divBdr |
protected List<CTDivs> |
divsChild |
protected BigInteger |
id |
protected CTSignedTwipsMeasure |
marBottom |
protected CTSignedTwipsMeasure |
marLeft |
protected CTSignedTwipsMeasure |
marRight |
protected CTSignedTwipsMeasure |
marTop |
Constructor and Description |
---|
CTDiv() |
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.
|
BooleanDefaultTrue |
getBlockQuote()
Gets the value of the blockQuote property.
|
BooleanDefaultTrue |
getBodyDiv()
Gets the value of the bodyDiv property.
|
CTDivBdr |
getDivBdr()
Gets the value of the divBdr property.
|
List<CTDivs> |
getDivsChild()
Gets the value of the divsChild property.
|
BigInteger |
getId()
Gets the value of the id property.
|
CTSignedTwipsMeasure |
getMarBottom()
Gets the value of the marBottom property.
|
CTSignedTwipsMeasure |
getMarLeft()
Gets the value of the marLeft property.
|
CTSignedTwipsMeasure |
getMarRight()
Gets the value of the marRight property.
|
CTSignedTwipsMeasure |
getMarTop()
Gets the value of the marTop property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setBlockQuote(BooleanDefaultTrue value)
Sets the value of the blockQuote property.
|
void |
setBodyDiv(BooleanDefaultTrue value)
Sets the value of the bodyDiv property.
|
void |
setDivBdr(CTDivBdr value)
Sets the value of the divBdr property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setMarBottom(CTSignedTwipsMeasure value)
Sets the value of the marBottom property.
|
void |
setMarLeft(CTSignedTwipsMeasure value)
Sets the value of the marLeft property.
|
void |
setMarRight(CTSignedTwipsMeasure value)
Sets the value of the marRight property.
|
void |
setMarTop(CTSignedTwipsMeasure value)
Sets the value of the marTop property.
|
void |
setParent(Object parent) |
protected BooleanDefaultTrue blockQuote
protected BooleanDefaultTrue bodyDiv
protected CTSignedTwipsMeasure marLeft
protected CTSignedTwipsMeasure marRight
protected CTSignedTwipsMeasure marTop
protected CTSignedTwipsMeasure marBottom
protected CTDivBdr divBdr
protected BigInteger id
public BooleanDefaultTrue getBlockQuote()
BooleanDefaultTrue
public void setBlockQuote(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public BooleanDefaultTrue getBodyDiv()
BooleanDefaultTrue
public void setBodyDiv(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public CTSignedTwipsMeasure getMarLeft()
CTSignedTwipsMeasure
public void setMarLeft(CTSignedTwipsMeasure value)
value
- allowed object is
CTSignedTwipsMeasure
public CTSignedTwipsMeasure getMarRight()
CTSignedTwipsMeasure
public void setMarRight(CTSignedTwipsMeasure value)
value
- allowed object is
CTSignedTwipsMeasure
public CTSignedTwipsMeasure getMarTop()
CTSignedTwipsMeasure
public void setMarTop(CTSignedTwipsMeasure value)
value
- allowed object is
CTSignedTwipsMeasure
public CTSignedTwipsMeasure getMarBottom()
CTSignedTwipsMeasure
public void setMarBottom(CTSignedTwipsMeasure value)
value
- allowed object is
CTSignedTwipsMeasure
public CTDivBdr getDivBdr()
CTDivBdr
public void setDivBdr(CTDivBdr value)
value
- allowed object is
CTDivBdr
public List<CTDivs> getDivsChild()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the divsChild property.
For example, to add a new item, do as follows:
getDivsChild().add(newItem);
Objects of the following type(s) are allowed in the list
CTDivs
public BigInteger getId()
BigInteger
public void setId(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.