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 BigInteger |
colFirst |
protected BigInteger |
colLast |
displacedByCustomXml| Constructor and Description |
|---|
CTBookmarkRange() |
| 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 |
getColFirst()
Gets the value of the colFirst property.
|
BigInteger |
getColLast()
Gets the value of the colLast property.
|
void |
setColFirst(BigInteger value)
Sets the value of the colFirst property.
|
void |
setColLast(BigInteger value)
Sets the value of the colLast property.
|
getDisplacedByCustomXml, setDisplacedByCustomXmlprotected BigInteger colFirst
protected BigInteger colLast
public BigInteger getColFirst()
BigIntegerpublic void setColFirst(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getColLast()
BigIntegerpublic void setColLast(BigInteger value)
value - allowed object is
BigIntegerpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTMarkupRangeparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.