Package org.docx4j.wml
Class CTBookmarkRange
java.lang.Object
org.docx4j.wml.CTMarkup
org.docx4j.wml.CTMarkupRange
org.docx4j.wml.CTBookmarkRange
- All Implemented Interfaces:
Child
- Direct Known Subclasses:
CTBookmark
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>
-
Field Summary
FieldsFields inherited from class org.docx4j.wml.CTMarkupRange
displacedByCustomXml -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the colFirst property.Gets the value of the colLast property.voidsetColFirst(BigInteger value) Sets the value of the colFirst property.voidsetColLast(BigInteger value) Sets the value of the colLast property.Methods inherited from class org.docx4j.wml.CTMarkupRange
getDisplacedByCustomXml, setDisplacedByCustomXml
-
Field Details
-
colFirst
-
colLast
-
-
Constructor Details
-
CTBookmarkRange
public CTBookmarkRange()
-
-
Method Details
-
getColFirst
Gets the value of the colFirst property.- Returns:
- possible object is
BigInteger
-
setColFirst
Sets the value of the colFirst property.- Parameters:
value- allowed object isBigInteger
-
getColLast
Gets the value of the colLast property.- Returns:
- possible object is
BigInteger
-
setColLast
Sets the value of the colLast property.- Parameters:
value- allowed object isBigInteger
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTMarkupRange- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-