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, colLast
displacedByCustomXml
Constructor and Description |
---|
CTBookmark() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.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, setColLast
getDisplacedByCustomXml, setDisplacedByCustomXml
protected String name
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
afterUnmarshal
in class CTBookmarkRange
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.