API Reference

Class

WordTemplateHyperlink

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Describes an external hyperlink supplied to a Word template placeholder.

Inheritance

  • Object
  • WordTemplateHyperlink

Constructors

public WordTemplateHyperlink(String text, Uri uri, String tooltip = "", Boolean addStyle = true) #

Creates a hyperlink value.

Parameters

text System.String requiredposition: 0
uri System.Uri requiredposition: 1
tooltip System.String = "" optionalposition: 2
addStyle System.Boolean = true optionalposition: 3

Properties

public String Text { get; } #

Gets the visible hyperlink text.

public Uri Uri { get; } #

Gets the absolute hyperlink target.

public String Tooltip { get; } #

Gets the optional hyperlink tooltip.

public Boolean AddStyle { get; } #

Gets whether the standard Word hyperlink style is applied.