Package org.apache.poi.sl.draw.binding
Class CTHyperlink
- java.lang.Object
-
- org.apache.poi.sl.draw.binding.CTHyperlink
-
public class CTHyperlink extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description CTHyperlink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAction()Gets the value of the action property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetId()Drawing Object Hyperlink Targetjava.lang.StringgetInvalidUrl()Gets the value of the invalidUrl property.CTEmbeddedWAVAudioFilegetSnd()Gets the value of the snd property.java.lang.StringgetTgtFrame()Gets the value of the tgtFrame property.java.lang.StringgetTooltip()Gets the value of the tooltip property.booleanisEndSnd()Gets the value of the endSnd property.booleanisHighlightClick()Gets the value of the highlightClick property.booleanisHistory()Gets the value of the history property.booleanisSetAction()booleanisSetEndSnd()booleanisSetExtLst()booleanisSetHighlightClick()booleanisSetHistory()booleanisSetId()booleanisSetInvalidUrl()booleanisSetSnd()booleanisSetTgtFrame()booleanisSetTooltip()voidsetAction(java.lang.String value)Sets the value of the action property.voidsetEndSnd(boolean value)Sets the value of the endSnd property.voidsetExtLst(CTOfficeArtExtensionList value)Sets 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.voidsetId(java.lang.String value)Sets the value of the id property.voidsetInvalidUrl(java.lang.String value)Sets the value of the invalidUrl property.voidsetSnd(CTEmbeddedWAVAudioFile value)Sets the value of the snd property.voidsetTgtFrame(java.lang.String value)Sets the value of the tgtFrame property.voidsetTooltip(java.lang.String value)Sets the value of the tooltip property.voidunsetEndSnd()voidunsetHighlightClick()voidunsetHistory()
-
-
-
Method Detail
-
getSnd
public CTEmbeddedWAVAudioFile getSnd()
Gets the value of the snd property.- Returns:
- possible object is
CTEmbeddedWAVAudioFile
-
setSnd
public void setSnd(CTEmbeddedWAVAudioFile value)
Sets the value of the snd property.- Parameters:
value- allowed object isCTEmbeddedWAVAudioFile
-
isSetSnd
public boolean isSetSnd()
-
getExtLst
public CTOfficeArtExtensionList getExtLst()
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
public void setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
isSetExtLst
public boolean isSetExtLst()
-
getId
public java.lang.String getId()
Drawing Object Hyperlink Target- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId()
-
getInvalidUrl
public java.lang.String getInvalidUrl()
Gets the value of the invalidUrl property.- Returns:
- possible object is
String
-
setInvalidUrl
public void setInvalidUrl(java.lang.String value)
Sets the value of the invalidUrl property.- Parameters:
value- allowed object isString
-
isSetInvalidUrl
public boolean isSetInvalidUrl()
-
getAction
public java.lang.String getAction()
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
public void setAction(java.lang.String value)
Sets the value of the action property.- Parameters:
value- allowed object isString
-
isSetAction
public boolean isSetAction()
-
getTgtFrame
public java.lang.String getTgtFrame()
Gets the value of the tgtFrame property.- Returns:
- possible object is
String
-
setTgtFrame
public void setTgtFrame(java.lang.String value)
Sets the value of the tgtFrame property.- Parameters:
value- allowed object isString
-
isSetTgtFrame
public boolean isSetTgtFrame()
-
getTooltip
public java.lang.String getTooltip()
Gets the value of the tooltip property.- Returns:
- possible object is
String
-
setTooltip
public void setTooltip(java.lang.String value)
Sets the value of the tooltip property.- Parameters:
value- allowed object isString
-
isSetTooltip
public boolean isSetTooltip()
-
isHistory
public boolean isHistory()
Gets the value of the history property.- Returns:
- possible object is
Boolean
-
setHistory
public void setHistory(boolean value)
Sets the value of the history property.- Parameters:
value- allowed object isBoolean
-
isSetHistory
public boolean isSetHistory()
-
unsetHistory
public void unsetHistory()
-
isHighlightClick
public boolean isHighlightClick()
Gets the value of the highlightClick property.- Returns:
- possible object is
Boolean
-
setHighlightClick
public void setHighlightClick(boolean value)
Sets the value of the highlightClick property.- Parameters:
value- allowed object isBoolean
-
isSetHighlightClick
public boolean isSetHighlightClick()
-
unsetHighlightClick
public void unsetHighlightClick()
-
isEndSnd
public boolean isEndSnd()
Gets the value of the endSnd property.- Returns:
- possible object is
Boolean
-
setEndSnd
public void setEndSnd(boolean value)
Sets the value of the endSnd property.- Parameters:
value- allowed object isBoolean
-
isSetEndSnd
public boolean isSetEndSnd()
-
unsetEndSnd
public void unsetEndSnd()
-
-