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(javax.xml.bind.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, setDisplacedByCustomXml
protected BigInteger colFirst
protected BigInteger colLast
public BigInteger getColFirst()
BigInteger
public void setColFirst(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getColLast()
BigInteger
public void setColLast(BigInteger value)
value
- allowed object is
BigInteger
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTMarkupRange
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2013. All Rights Reserved.