C# 클래스 ExoMerge.Aspose.Common.HyperlinkField

Class used to represent a HYPERLINK field.
상속: InlineField
파일 보기 프로젝트 열기: vc3/ExoMerge 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
HyperlinkField ( FieldStart start ) : System.Text.RegularExpressions

메소드 상세

GetValue() 공개 메소드

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

TryParse() 공개 정적인 메소드

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
리턴 bool