Class 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 Details

    • name

      protected String name
  • Constructor Details

    • CTBookmark

      public CTBookmark()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Overrides:
      afterUnmarshal in class CTBookmarkRange
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.