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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
colFirst, colLastdisplacedByCustomXml| Constructor and Description |
|---|
CTBookmark() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
getColFirst, getColLast, setColFirst, setColLastgetDisplacedByCustomXml, setDisplacedByCustomXmlprotected String name
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTBookmarkRangeparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.