Interface CTHyperlink
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTHyperlink extends XmlObject
An XML CT_Hyperlink(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTHyperlink>
Factory
static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTEmbeddedWAVAudioFile
addNewSnd()
Appends and returns a new empty "snd" elementjava.lang.String
getAction()
Gets the "action" attributeboolean
getEndSnd()
Gets the "endSnd" attributeCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementboolean
getHighlightClick()
Gets the "highlightClick" attributeboolean
getHistory()
Gets the "history" attributejava.lang.String
getId()
Gets the "id" attributejava.lang.String
getInvalidUrl()
Gets the "invalidUrl" attributeCTEmbeddedWAVAudioFile
getSnd()
Gets the "snd" elementjava.lang.String
getTgtFrame()
Gets the "tgtFrame" attributejava.lang.String
getTooltip()
Gets the "tooltip" attributeboolean
isSetAction()
True if has "action" attributeboolean
isSetEndSnd()
True if has "endSnd" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHighlightClick()
True if has "highlightClick" attributeboolean
isSetHistory()
True if has "history" attributeboolean
isSetId()
True if has "id" attributeboolean
isSetInvalidUrl()
True if has "invalidUrl" attributeboolean
isSetSnd()
True if has "snd" elementboolean
isSetTgtFrame()
True if has "tgtFrame" attributeboolean
isSetTooltip()
True if has "tooltip" attributevoid
setAction(java.lang.String action)
Sets the "action" attributevoid
setEndSnd(boolean endSnd)
Sets the "endSnd" attributevoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setHighlightClick(boolean highlightClick)
Sets the "highlightClick" attributevoid
setHistory(boolean history)
Sets the "history" attributevoid
setId(java.lang.String id)
Sets the "id" attributevoid
setInvalidUrl(java.lang.String invalidUrl)
Sets the "invalidUrl" attributevoid
setSnd(CTEmbeddedWAVAudioFile snd)
Sets the "snd" elementvoid
setTgtFrame(java.lang.String tgtFrame)
Sets the "tgtFrame" attributevoid
setTooltip(java.lang.String tooltip)
Sets the "tooltip" attributevoid
unsetAction()
Unsets the "action" attributevoid
unsetEndSnd()
Unsets the "endSnd" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHighlightClick()
Unsets the "highlightClick" attributevoid
unsetHistory()
Unsets the "history" attributevoid
unsetId()
Unsets the "id" attributevoid
unsetInvalidUrl()
Unsets the "invalidUrl" attributevoid
unsetSnd()
Unsets the "snd" elementvoid
unsetTgtFrame()
Unsets the "tgtFrame" attributevoid
unsetTooltip()
Unsets the "tooltip" attributeXmlString
xgetAction()
Gets (as xml) the "action" attributeXmlBoolean
xgetEndSnd()
Gets (as xml) the "endSnd" attributeXmlBoolean
xgetHighlightClick()
Gets (as xml) the "highlightClick" attributeXmlBoolean
xgetHistory()
Gets (as xml) the "history" attributeSTRelationshipId
xgetId()
Gets (as xml) the "id" attributeXmlString
xgetInvalidUrl()
Gets (as xml) the "invalidUrl" attributeXmlString
xgetTgtFrame()
Gets (as xml) the "tgtFrame" attributeXmlString
xgetTooltip()
Gets (as xml) the "tooltip" attributevoid
xsetAction(XmlString action)
Sets (as xml) the "action" attributevoid
xsetEndSnd(XmlBoolean endSnd)
Sets (as xml) the "endSnd" attributevoid
xsetHighlightClick(XmlBoolean highlightClick)
Sets (as xml) the "highlightClick" attributevoid
xsetHistory(XmlBoolean history)
Sets (as xml) the "history" attributevoid
xsetId(STRelationshipId id)
Sets (as xml) the "id" attributevoid
xsetInvalidUrl(XmlString invalidUrl)
Sets (as xml) the "invalidUrl" attributevoid
xsetTgtFrame(XmlString tgtFrame)
Sets (as xml) the "tgtFrame" attributevoid
xsetTooltip(XmlString tooltip)
Sets (as xml) the "tooltip" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTHyperlink> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getSnd
CTEmbeddedWAVAudioFile getSnd()
Gets the "snd" element
-
isSetSnd
boolean isSetSnd()
True if has "snd" element
-
setSnd
void setSnd(CTEmbeddedWAVAudioFile snd)
Sets the "snd" element
-
addNewSnd
CTEmbeddedWAVAudioFile addNewSnd()
Appends and returns a new empty "snd" element
-
unsetSnd
void unsetSnd()
Unsets the "snd" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
getInvalidUrl
java.lang.String getInvalidUrl()
Gets the "invalidUrl" attribute
-
xgetInvalidUrl
XmlString xgetInvalidUrl()
Gets (as xml) the "invalidUrl" attribute
-
isSetInvalidUrl
boolean isSetInvalidUrl()
True if has "invalidUrl" attribute
-
setInvalidUrl
void setInvalidUrl(java.lang.String invalidUrl)
Sets the "invalidUrl" attribute
-
xsetInvalidUrl
void xsetInvalidUrl(XmlString invalidUrl)
Sets (as xml) the "invalidUrl" attribute
-
unsetInvalidUrl
void unsetInvalidUrl()
Unsets the "invalidUrl" attribute
-
getAction
java.lang.String getAction()
Gets the "action" attribute
-
xgetAction
XmlString xgetAction()
Gets (as xml) the "action" attribute
-
isSetAction
boolean isSetAction()
True if has "action" attribute
-
setAction
void setAction(java.lang.String action)
Sets the "action" attribute
-
xsetAction
void xsetAction(XmlString action)
Sets (as xml) the "action" attribute
-
unsetAction
void unsetAction()
Unsets the "action" attribute
-
getTgtFrame
java.lang.String getTgtFrame()
Gets the "tgtFrame" attribute
-
xgetTgtFrame
XmlString xgetTgtFrame()
Gets (as xml) the "tgtFrame" attribute
-
isSetTgtFrame
boolean isSetTgtFrame()
True if has "tgtFrame" attribute
-
setTgtFrame
void setTgtFrame(java.lang.String tgtFrame)
Sets the "tgtFrame" attribute
-
xsetTgtFrame
void xsetTgtFrame(XmlString tgtFrame)
Sets (as xml) the "tgtFrame" attribute
-
unsetTgtFrame
void unsetTgtFrame()
Unsets the "tgtFrame" attribute
-
getTooltip
java.lang.String getTooltip()
Gets the "tooltip" attribute
-
xgetTooltip
XmlString xgetTooltip()
Gets (as xml) the "tooltip" attribute
-
isSetTooltip
boolean isSetTooltip()
True if has "tooltip" attribute
-
setTooltip
void setTooltip(java.lang.String tooltip)
Sets the "tooltip" attribute
-
xsetTooltip
void xsetTooltip(XmlString tooltip)
Sets (as xml) the "tooltip" attribute
-
unsetTooltip
void unsetTooltip()
Unsets the "tooltip" attribute
-
getHistory
boolean getHistory()
Gets the "history" attribute
-
xgetHistory
XmlBoolean xgetHistory()
Gets (as xml) the "history" attribute
-
isSetHistory
boolean isSetHistory()
True if has "history" attribute
-
setHistory
void setHistory(boolean history)
Sets the "history" attribute
-
xsetHistory
void xsetHistory(XmlBoolean history)
Sets (as xml) the "history" attribute
-
unsetHistory
void unsetHistory()
Unsets the "history" attribute
-
getHighlightClick
boolean getHighlightClick()
Gets the "highlightClick" attribute
-
xgetHighlightClick
XmlBoolean xgetHighlightClick()
Gets (as xml) the "highlightClick" attribute
-
isSetHighlightClick
boolean isSetHighlightClick()
True if has "highlightClick" attribute
-
setHighlightClick
void setHighlightClick(boolean highlightClick)
Sets the "highlightClick" attribute
-
xsetHighlightClick
void xsetHighlightClick(XmlBoolean highlightClick)
Sets (as xml) the "highlightClick" attribute
-
unsetHighlightClick
void unsetHighlightClick()
Unsets the "highlightClick" attribute
-
getEndSnd
boolean getEndSnd()
Gets the "endSnd" attribute
-
xgetEndSnd
XmlBoolean xgetEndSnd()
Gets (as xml) the "endSnd" attribute
-
isSetEndSnd
boolean isSetEndSnd()
True if has "endSnd" attribute
-
setEndSnd
void setEndSnd(boolean endSnd)
Sets the "endSnd" attribute
-
xsetEndSnd
void xsetEndSnd(XmlBoolean endSnd)
Sets (as xml) the "endSnd" attribute
-
unsetEndSnd
void unsetEndSnd()
Unsets the "endSnd" attribute
-
-