C# Класс ExoMerge.Aspose.Extensions.FieldStartExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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