Class ClickHyperlink

java.lang.Object
com.independentsoft.office.drawing.ClickHyperlink

public class ClickHyperlink extends Object
The Class ClickHyperlink.
  • Constructor Details

    • ClickHyperlink

      public ClickHyperlink()
      Instantiates a new click hyperlink.
    • ClickHyperlink

      public ClickHyperlink(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new click hyperlink.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public ClickHyperlink clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toXml

      public String toXml(String declarations)
      To xml.
      Parameters:
      declarations - optional xmlns attributes for hosts that do not have the "a" prefix in scope at the element (e.g. wp:docPr precedes a:graphic's declaration)
      Returns:
      the string
    • getRelationshipId

      public String getRelationshipId()
      Gets the relationship id kept for an External target.
      Returns:
      the relationship id
    • getSound

      public Sound getSound()
      Gets the sound to play on activation (a:snd).
      Returns:
      the sound
    • setSound

      public void setSound(Sound sound)
      Sets the sound to play on activation (a:snd).
      Parameters:
      sound - the new sound
    • getExtensionList

      public ExtensionList getExtensionList()
      Gets the DrawingML extension list (a:extLst).
      Returns:
      the extension list
    • setExtensionList

      public void setExtensionList(ExtensionList extensionList)
      Sets the DrawingML extension list (a:extLst).
      Parameters:
      extensionList - the new extension list
    • getAction

      public String getAction()
      Gets the action.
      Returns:
      the action
    • setAction

      public void setAction(String action)
      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 (default true).
      Returns:
      true, if is history
    • setHistory

      public void setHistory(boolean history)
      Sets the history.
      Parameters:
      history - the new history
    • getInvalidUrl

      public String getInvalidUrl()
      Gets the invalid url.
      Returns:
      the invalid url
    • setInvalidUrl

      public void setInvalidUrl(String invalidUrl)
      Sets the invalid url.
      Parameters:
      invalidUrl - the new invalid url
    • getTargetFrame

      public String getTargetFrame()
      Gets the target frame.
      Returns:
      the target frame
    • setTargetFrame

      public void setTargetFrame(String targetFrame)
      Sets the target frame.
      Parameters:
      targetFrame - the new target frame
    • getTooltip

      public String getTooltip()
      Gets the tooltip.
      Returns:
      the tooltip
    • setTooltip

      public void setTooltip(String tooltip)
      Sets the tooltip.
      Parameters:
      tooltip - the new tooltip