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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTHyperlink.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTOfficeArtExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTEmbeddedWAVAudioFileaddNewSnd()Appends and returns a new empty "snd" elementjava.lang.StringgetAction()Gets the "action" attributebooleangetEndSnd()Gets the "endSnd" attributeCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementbooleangetHighlightClick()Gets the "highlightClick" attributebooleangetHistory()Gets the "history" attributejava.lang.StringgetId()Gets the "id" attributejava.lang.StringgetInvalidUrl()Gets the "invalidUrl" attributeCTEmbeddedWAVAudioFilegetSnd()Gets the "snd" elementjava.lang.StringgetTgtFrame()Gets the "tgtFrame" attributejava.lang.StringgetTooltip()Gets the "tooltip" attributebooleanisSetAction()True if has "action" attributebooleanisSetEndSnd()True if has "endSnd" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetHighlightClick()True if has "highlightClick" attributebooleanisSetHistory()True if has "history" attributebooleanisSetId()True if has "id" attributebooleanisSetInvalidUrl()True if has "invalidUrl" attributebooleanisSetSnd()True if has "snd" elementbooleanisSetTgtFrame()True if has "tgtFrame" attributebooleanisSetTooltip()True if has "tooltip" attributevoidsetAction(java.lang.String action)Sets the "action" attributevoidsetEndSnd(boolean endSnd)Sets the "endSnd" attributevoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetHighlightClick(boolean highlightClick)Sets the "highlightClick" attributevoidsetHistory(boolean history)Sets the "history" attributevoidsetId(java.lang.String id)Sets the "id" attributevoidsetInvalidUrl(java.lang.String invalidUrl)Sets the "invalidUrl" attributevoidsetSnd(CTEmbeddedWAVAudioFile snd)Sets the "snd" elementvoidsetTgtFrame(java.lang.String tgtFrame)Sets the "tgtFrame" attributevoidsetTooltip(java.lang.String tooltip)Sets the "tooltip" attributevoidunsetAction()Unsets the "action" attributevoidunsetEndSnd()Unsets the "endSnd" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetHighlightClick()Unsets the "highlightClick" attributevoidunsetHistory()Unsets the "history" attributevoidunsetId()Unsets the "id" attributevoidunsetInvalidUrl()Unsets the "invalidUrl" attributevoidunsetSnd()Unsets the "snd" elementvoidunsetTgtFrame()Unsets the "tgtFrame" attributevoidunsetTooltip()Unsets the "tooltip" attributeXmlStringxgetAction()Gets (as xml) the "action" attributeXmlBooleanxgetEndSnd()Gets (as xml) the "endSnd" attributeXmlBooleanxgetHighlightClick()Gets (as xml) the "highlightClick" attributeXmlBooleanxgetHistory()Gets (as xml) the "history" attributeSTRelationshipIdxgetId()Gets (as xml) the "id" attributeXmlStringxgetInvalidUrl()Gets (as xml) the "invalidUrl" attributeXmlStringxgetTgtFrame()Gets (as xml) the "tgtFrame" attributeXmlStringxgetTooltip()Gets (as xml) the "tooltip" attributevoidxsetAction(XmlString action)Sets (as xml) the "action" attributevoidxsetEndSnd(XmlBoolean endSnd)Sets (as xml) the "endSnd" attributevoidxsetHighlightClick(XmlBoolean highlightClick)Sets (as xml) the "highlightClick" attributevoidxsetHistory(XmlBoolean history)Sets (as xml) the "history" attributevoidxsetId(STRelationshipId id)Sets (as xml) the "id" attributevoidxsetInvalidUrl(XmlString invalidUrl)Sets (as xml) the "invalidUrl" attributevoidxsetTgtFrame(XmlString tgtFrame)Sets (as xml) the "tgtFrame" attributevoidxsetTooltip(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
-