C# Class ExoMerge.Aspose.Common.HyperlinkField

Class used to represent a HYPERLINK field.
Inheritance: InlineField
Show file Open project: vc3/ExoMerge Class Usage Examples

Public Methods

Method Description
GetValue ( int &startIndex, int &endIndex ) : string

Gets the value of the hyperlink, e.g. "https://mysite.com".

TryParse ( FieldStart start, HyperlinkField &field ) : bool

Attempts to parse a field, starting at the given field start node, as a hyperlink field.

Private Methods

Method Description
HyperlinkField ( FieldStart start ) : System.Text.RegularExpressions

Method Details

GetValue() public method

Gets the value of the hyperlink, e.g. "https://mysite.com".
public GetValue ( int &startIndex, int &endIndex ) : string
startIndex int
endIndex int
return string

TryParse() public static method

Attempts to parse a field, starting at the given field start node, as a hyperlink field.
public static TryParse ( FieldStart start, HyperlinkField &field ) : bool
start FieldStart
field HyperlinkField
return bool