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

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

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

Метод Описание
InsertComment ( this builder, string text ) : Comment

Insert a comment into the document at the current paragraph.

InsertComment ( this builder, string text, string author, string initials, System.DateTime date ) : Comment

Insert a comment into the document at the current paragraph.

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

Метод Описание
InsertComment ( DocumentBuilder builder, Comment comment, string text ) : void

Описание методов

InsertComment() публичный статический Метод

Insert a comment into the document at the current paragraph.
public static InsertComment ( this builder, string text ) : Comment
builder this The document builder to use to insert the comment.
text string The text of the comment.
Результат Comment

InsertComment() публичный статический Метод

Insert a comment into the document at the current paragraph.
public static InsertComment ( this builder, string text, string author, string initials, System.DateTime date ) : Comment
builder this The document builder to use to insert the comment.
text string The text of the comment.
author string The author's name.
initials string The author's initials.
date System.DateTime The date of the comment.
Результат Comment