public sealed class WordDocumentParsingContext : IWordDocumentParsingContext
Public NotInheritable Class WordDocumentParsingContext
Implements IWordDocumentParsingContext
public ref class WordDocumentParsingContext sealed : IWordDocumentParsingContext
[<SealedAttribute>]
type WordDocumentParsingContext =
class
interface IWordDocumentParsingContext
end
WordDocumentParsingContext | Инициализирует новый экземпляр класса WordDocumentParsingContext |
CurrentPosition | Текущая позиция. |
HasBlocks | Определяет, были ли добавлены блоки в контекст обработки. |
HasPlaceholders | Определяет, были ли добавлены плейсхолдеры в контекст обработки. |
Info | Дополнительная информация. |
OrderedBlocks | Отсортированные в порядке добавления блоки. |
Placeholders | Плейсхолдеры. |
RulesContainer | Контейнер с правилами парсинга. |
WordDocument | Документ Word. |
AddBlock | Добавляет новый блок в контекст парсинга. |
AddPlaceholder | Добавляет плейсхолдер в контекст парсинга. Устанавливает идентификатор плейсхолдера. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetCurrentPosition | Возвращает копию текущей позиции в документе Word. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetBlockT | Возвращает уже добавленный блок определённого типа по его идентификатору. |