Class ClickHyperlink
java.lang.Object
com.independentsoft.office.drawing.ClickHyperlink
The Class ClickHyperlink.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new click hyperlink.ClickHyperlink(InternalXMLStreamReader reader)Instantiates a new click hyperlink. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the action.Gets the invalid url.Gets the target frame.Gets the tooltip.booleanChecks if is end sounds.booleanChecks if is highlight click.booleanChecks if is history.voidSets the action.voidsetEndSounds(boolean endSounds)Sets the end sounds.voidsetHighlightClick(boolean highlightClick)Sets the highlight click.voidsetHistory(boolean history)Sets the history.voidsetInvalidUrl(String invalidUrl)Sets the invalid url.voidsetTargetFrame(String targetFrame)Sets the target frame.voidsetTooltip(String tooltip)Sets the tooltip.toString()
-
Constructor Details
-
ClickHyperlink
public ClickHyperlink()Instantiates a new click hyperlink. -
ClickHyperlink
Instantiates a new click hyperlink.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getAction
Gets the action.- Returns:
- the action
-
setAction
Sets the action.- Parameters:
action- the new action
-
isEndSounds
public boolean isEndSounds()Checks if is end sounds.- Returns:
- true, if is end sounds
-
setEndSounds
public void setEndSounds(boolean endSounds)Sets the end sounds.- Parameters:
endSounds- the new end sounds
-
isHighlightClick
public boolean isHighlightClick()Checks if is highlight click.- Returns:
- true, if is highlight click
-
setHighlightClick
public void setHighlightClick(boolean highlightClick)Sets the highlight click.- Parameters:
highlightClick- the new highlight click
-
isHistory
public boolean isHistory()Checks if is history.- Returns:
- true, if is history
-
setHistory
public void setHistory(boolean history)Sets the history.- Parameters:
history- the new history
-
getInvalidUrl
Gets the invalid url.- Returns:
- the invalid url
-
setInvalidUrl
Sets the invalid url.- Parameters:
invalidUrl- the new invalid url
-
getTargetFrame
Gets the target frame.- Returns:
- the target frame
-
setTargetFrame
Sets the target frame.- Parameters:
targetFrame- the new target frame
-
getTooltip
Gets the tooltip.- Returns:
- the tooltip
-
setTooltip
Sets the tooltip.- Parameters:
tooltip- the new tooltip
-