C# 클래스 ExoMerge.Aspose.Extensions.FieldStartExtensions

파일 보기 프로젝트 열기: vc3/ExoMerge

공개 메소드들

메소드 설명
ParseInlineField ( this start ) : string

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.

ParseInlineField ( this start, FieldEnd &end ) : string

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.

ParseInlineField ( this start, FieldSeparator &separator, string &result, FieldEnd &end ) : string

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.

비공개 메소드들

메소드 설명
GetText ( FieldStart start, string code, FieldSeparator separator = null, string result = null, FieldEnd end = null, bool useRawFieldChars = false ) : string
ParseInlineCode ( FieldStart start, Node &lastNode ) : string
ParseInlineResult ( FieldStart start, string code, FieldSeparator separator, Node &lastNode ) : string

메소드 상세

ParseInlineField() 공개 정적인 메소드

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.
public static ParseInlineField ( this start ) : string
start this
리턴 string

ParseInlineField() 공개 정적인 메소드

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.
public static ParseInlineField ( this start, FieldEnd &end ) : string
start this
end FieldEnd
리턴 string

ParseInlineField() 공개 정적인 메소드

Gets the code for a field, starting at the given field start node. If the field is not well formed, then an exception is thrown.
public static ParseInlineField ( this start, FieldSeparator &separator, string &result, FieldEnd &end ) : string
start this
separator FieldSeparator
result string
end FieldEnd
리턴 string