API Reference
Class
WordTemplateHyperlink
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
- uri System.Uri
- tooltip System.String = ""
- addStyle System.Boolean = true
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object