public class CTHyperlink extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected Boolean |
endSnd |
protected CTOfficeArtExtensionList |
extLst |
protected Boolean |
highlightClick |
protected Boolean |
history |
protected String |
id |
protected String |
invalidUrl |
protected CTEmbeddedWAVAudioFile |
snd |
protected String |
tgtFrame |
protected String |
tooltip |
Constructor and Description |
---|
CTHyperlink() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the value of the action property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getId()
Drawing Object Hyperlink Target
|
String |
getInvalidUrl()
Gets the value of the invalidUrl property.
|
CTEmbeddedWAVAudioFile |
getSnd()
Gets the value of the snd property.
|
String |
getTgtFrame()
Gets the value of the tgtFrame property.
|
String |
getTooltip()
Gets the value of the tooltip property.
|
boolean |
isEndSnd()
Gets the value of the endSnd property.
|
boolean |
isHighlightClick()
Gets the value of the highlightClick property.
|
boolean |
isHistory()
Gets the value of the history property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setEndSnd(Boolean value)
Sets the value of the endSnd property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setHighlightClick(Boolean value)
Sets the value of the highlightClick property.
|
void |
setHistory(Boolean value)
Sets the value of the history property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInvalidUrl(String value)
Sets the value of the invalidUrl property.
|
void |
setSnd(CTEmbeddedWAVAudioFile value)
Sets the value of the snd property.
|
void |
setTgtFrame(String value)
Sets the value of the tgtFrame property.
|
void |
setTooltip(String value)
Sets the value of the tooltip property.
|
protected CTEmbeddedWAVAudioFile snd
protected CTOfficeArtExtensionList extLst
protected String id
protected String invalidUrl
protected String action
protected String tgtFrame
protected String tooltip
protected Boolean history
protected Boolean highlightClick
protected Boolean endSnd
public CTEmbeddedWAVAudioFile getSnd()
CTEmbeddedWAVAudioFile
public void setSnd(CTEmbeddedWAVAudioFile value)
value
- allowed object is
CTEmbeddedWAVAudioFile
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public void setId(String value)
value
- allowed object is
String
public String getInvalidUrl()
String
public void setInvalidUrl(String value)
value
- allowed object is
String
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public String getTgtFrame()
String
public void setTgtFrame(String value)
value
- allowed object is
String
public String getTooltip()
String
public void setTooltip(String value)
value
- allowed object is
String
public boolean isHistory()
Boolean
public void setHistory(Boolean value)
value
- allowed object is
Boolean
public boolean isHighlightClick()
Boolean
public void setHighlightClick(Boolean value)
value
- allowed object is
Boolean
public boolean isEndSnd()
Boolean
Copyright © 2007-2014. All Rights Reserved.