Package org.docx4j.dml
Class CTHyperlink
java.lang.Object
org.docx4j.dml.CTHyperlink
- All Implemented Interfaces:
Child
Java class for CT_Hyperlink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Hyperlink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="snd" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EmbeddedWAVAudioFile" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
<attribute name="invalidUrl" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="action" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="tgtFrame" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="history" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="highlightClick" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="endSnd" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected CTOfficeArtExtensionListprotected Booleanprotected Booleanprotected Stringprotected Stringprotected CTEmbeddedWAVAudioFileprotected Stringprotected String -
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 action property.Gets the value of the extLst property.getId()Drawing Object Hyperlink TargetGets the value of the invalidUrl property.Gets the parent object in the object tree representing the unmarshalled xml document.getSnd()Gets the value of the snd property.Gets the value of the tgtFrame property.Gets the value of the tooltip property.booleanisEndSnd()Gets the value of the endSnd property.booleanGets the value of the highlightClick property.booleanGets the value of the history property.voidSets the value of the action property.voidSets the value of the endSnd property.voidSets the value of the extLst property.voidsetHighlightClick(Boolean value) Sets the value of the highlightClick property.voidsetHistory(Boolean value) Sets the value of the history property.voidSets the value of the id property.voidsetInvalidUrl(String value) Sets the value of the invalidUrl property.voidvoidsetSnd(CTEmbeddedWAVAudioFile value) Sets the value of the snd property.voidsetTgtFrame(String value) Sets the value of the tgtFrame property.voidsetTooltip(String value) Sets the value of the tooltip property.
-
Field Details
-
snd
-
extLst
-
id
-
invalidUrl
-
action
-
tgtFrame
-
tooltip
-
history
-
highlightClick
-
endSnd
-
-
Constructor Details
-
CTHyperlink
public CTHyperlink()
-
-
Method Details
-
getSnd
Gets the value of the snd property.- Returns:
- possible object is
CTEmbeddedWAVAudioFile
-
setSnd
Sets the value of the snd property.- Parameters:
value- allowed object isCTEmbeddedWAVAudioFile
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getId
Drawing Object Hyperlink Target- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getInvalidUrl
Gets the value of the invalidUrl property.- Returns:
- possible object is
String
-
setInvalidUrl
Sets the value of the invalidUrl property.- Parameters:
value- allowed object isString
-
getAction
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
Sets the value of the action property.- Parameters:
value- allowed object isString
-
getTgtFrame
Gets the value of the tgtFrame property.- Returns:
- possible object is
String
-
setTgtFrame
Sets the value of the tgtFrame property.- Parameters:
value- allowed object isString
-
getTooltip
Gets the value of the tooltip property.- Returns:
- possible object is
String
-
setTooltip
Sets the value of the tooltip property.- Parameters:
value- allowed object isString
-
isHistory
public boolean isHistory()Gets the value of the history property.- Returns:
- possible object is
Boolean
-
setHistory
Sets the value of the history property.- Parameters:
value- allowed object isBoolean
-
isHighlightClick
public boolean isHighlightClick()Gets the value of the highlightClick property.- Returns:
- possible object is
Boolean
-
setHighlightClick
Sets the value of the highlightClick property.- Parameters:
value- allowed object isBoolean
-
isEndSnd
public boolean isEndSnd()Gets the value of the endSnd property.- Returns:
- possible object is
Boolean
-
setEndSnd
Sets the value of the endSnd property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-