Skip to main content

Add Hyperlink to Document

Adds a hyperlink to given document.

Input

  • Text to Display: Text displayed in the document representing the hyperlink.
    • Type: System.String
    • Required
  • Address: Add a hyperlink to a Word document.
    • Type: System.String
    • Required

Insert Option

  • Position Where to Insert: Position Where to Insert
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Start
      • End
      • Before
      • After
      • Replace
  • Location: The location relative to which to insert the hyperlink.
    • Type: System.Int32
    • Dropdown Options:
      • Document
      • Text
  • ** Text to Search For**: Text to Search For
    • Type: System.String
  • Occurrence: It is used to specify where to look for the presence of the given expression.
    • Type: System.Int32
    • Dropdown Options:
      • All
      • First
      • Last
      • Specific
  • Occurence Index: Returns the index where the given expression is found
    • Type: System.Int32

Result

  • Found: Indicates if found or not.
    • Type: System.Boolean

Details

  • This activity can only be used within a Word Application Scope activity. Word application must be installed on the machine where the process will run.