Package org.docx4j.wml
Class CTMoveBookmark
java.lang.Object
org.docx4j.wml.CTMarkup
org.docx4j.wml.CTMarkupRange
org.docx4j.wml.CTBookmarkRange
org.docx4j.wml.CTBookmark
org.docx4j.wml.CTMoveBookmark
- All Implemented Interfaces:
Child
Java class for CT_MoveBookmark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MoveBookmark">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Bookmark">
<attribute name="author" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="date" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DateTime" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.docx4j.wml.CTBookmark
nameFields inherited from class org.docx4j.wml.CTBookmarkRange
colFirst, colLastFields 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 author property.getDate()Gets the value of the date property.voidSets the value of the author property.voidsetDate(XMLGregorianCalendar value) Sets the value of the date property.Methods inherited from class org.docx4j.wml.CTBookmark
getName, setNameMethods inherited from class org.docx4j.wml.CTBookmarkRange
getColFirst, getColLast, setColFirst, setColLastMethods inherited from class org.docx4j.wml.CTMarkupRange
getDisplacedByCustomXml, setDisplacedByCustomXml
-
Field Details
-
author
-
date
-
-
Constructor Details
-
CTMoveBookmark
public CTMoveBookmark()
-
-
Method Details
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTBookmark- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-