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

A class used to represent a field which resides within a single composite (i.e. paragraph) node.
파일 보기 프로젝트 열기: vc3/ExoMerge 1 사용 예제들

공개 메소드들

메소드 설명
Create ( FieldStart start ) : InlineField

Create an inline field for the given field start node.

GetCode ( ) : string

Gets the code of the field, e.g. " MERGEFIELD MyField ".

GetEnd ( ) : FieldEnd

Gets the field end node.

GetNodes ( ) : IEnumerable

Gets the node that make up the inline field.

IsValid ( ) : bool

Determines if the field is a valid inline field.

TryParse ( FieldStart start, InlineField &field ) : bool

Attempt to create an inline field for the given start field.

비공개 메소드들

메소드 설명
FindMatchingEnd ( FieldStart start ) : FieldEnd

Find the FieldEnd node that matches the field's start node.

InlineField ( FieldStart start ) : System.Collections.Generic

메소드 상세

Create() 공개 정적인 메소드

Create an inline field for the given field start node.
public static Create ( FieldStart start ) : InlineField
start FieldStart
리턴 InlineField

GetCode() 공개 메소드

Gets the code of the field, e.g. " MERGEFIELD MyField ".
public GetCode ( ) : string
리턴 string

GetEnd() 공개 메소드

Gets the field end node.
public GetEnd ( ) : FieldEnd
리턴 FieldEnd

GetNodes() 공개 메소드

Gets the node that make up the inline field.
public GetNodes ( ) : IEnumerable
리턴 IEnumerable

IsValid() 공개 메소드

Determines if the field is a valid inline field.
public IsValid ( ) : bool
리턴 bool

TryParse() 공개 정적인 메소드

Attempt to create an inline field for the given start field.
public static TryParse ( FieldStart start, InlineField &field ) : bool
start FieldStart
field InlineField
리턴 bool