C# Класс ApiExamples.ExParagraph

Наследование: ApiExampleBase
Показать файл Открыть проект

Приватные методы

Метод Описание
GetFormatRevision ( ) : void
InsertField ( ) : void
InsertFieldAfterParagraphWithoutChangingDocumentAuthor ( ) : void
InsertFieldAfterRunText ( ) : void
InsertFieldAfterTextInParagraph ( ) : void
InsertFieldAfterTextInParagraphWithoutUpdateField ( ) : void
InsertFieldBeforeParagraphWithoutDocumentAuthor ( ) : void
InsertFieldBeforeRunText ( ) : void
InsertFieldBeforeTextInParagraph ( ) : void
InsertFieldBeforeTextInParagraphWithoutUpdateField ( ) : void
InsertFieldEmptyParagraphWithUpdateField ( ) : void
InsertFieldEmptyParagraphWithoutUpdateField ( ) : void
InsertFieldUsingFieldCode ( Document doc, string fieldCode, Node refNode, bool isAfter, int paraIndex ) : void

Insert field into the first paragraph of the current document using field code

InsertFieldUsingFieldCodeFieldString ( Document doc, string fieldCode, string fieldValue, Node refNode, bool isAfter, int paraIndex ) : void

Insert field into the first paragraph of the current document using field code and field string

InsertFieldUsingFieldType ( Document doc, FieldType fieldType, bool updateField, Node refNode, bool isAfter, int paraIndex ) : void

Insert field into the first paragraph of the current document using field type

InsertFieldWithoutSeparator ( ) : void