Package org.docx4j.wml
Class CTBookmark
java.lang.Object
org.docx4j.wml.CTMarkup
org.docx4j.wml.CTMarkupRange
org.docx4j.wml.CTBookmarkRange
org.docx4j.wml.CTBookmark
- All Implemented Interfaces:
Child
- Direct Known Subclasses:
CTMoveBookmark
public class CTBookmark extends CTBookmarkRange
Java class for CT_Bookmark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Bookmark">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_BookmarkRange">
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringnameFields inherited from class org.docx4j.wml.CTBookmarkRange
colFirst, colLastFields inherited from class org.docx4j.wml.CTMarkupRange
displacedByCustomXml -
Constructor Summary
Constructors Constructor Description CTBookmark() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetName()Gets the value of the name property.voidsetName(java.lang.String value)Sets the value of the name property.Methods inherited from class org.docx4j.wml.CTBookmarkRange
getColFirst, getColLast, setColFirst, setColLastMethods inherited from class org.docx4j.wml.CTMarkupRange
getDisplacedByCustomXml, setDisplacedByCustomXmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
protected java.lang.String name
-
-
Constructor Details
-
CTBookmark
public CTBookmark()
-
-
Method Details
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTBookmarkRange- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-