public class CTBookmarkRange extends CTMarkupRange
Java class for CT_BookmarkRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BookmarkRange">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_MarkupRange">
<attribute name="colFirst" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="colLast" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
colFirst |
protected java.math.BigInteger |
colLast |
displacedByCustomXml| Constructor and Description |
|---|
CTBookmarkRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.math.BigInteger |
getColFirst()
Gets the value of the colFirst property.
|
java.math.BigInteger |
getColLast()
Gets the value of the colLast property.
|
void |
setColFirst(java.math.BigInteger value)
Sets the value of the colFirst property.
|
void |
setColLast(java.math.BigInteger value)
Sets the value of the colLast property.
|
getDisplacedByCustomXml, setDisplacedByCustomXmlprotected java.math.BigInteger colFirst
protected java.math.BigInteger colLast
public java.math.BigInteger getColFirst()
BigIntegerpublic void setColFirst(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getColLast()
BigIntegerpublic void setColLast(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTMarkupRangeparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.