C# Класс ExoMerge.Aspose.Common.CommentBuilder

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

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

Метод Описание
WrapInComment ( NodeRange nodeRange, string text ) : Comment

Wraps a range of nodes in a comment.

WrapInComment ( NodeRange nodeRange, string text, string author, string initials, System.DateTime date ) : Comment

Wraps a range of nodes in a comment.

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

Метод Описание
InsertComment ( NodeRange nodeRange, Comment comment ) : void

Inserts a comment into a document.

SetCommentText ( Comment comment, string text ) : void

Sets a comments text.

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

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

Wraps a range of nodes in a comment.
public static WrapInComment ( NodeRange nodeRange, string text ) : Comment
nodeRange NodeRange The range of nodes to wrap in a comment.
text string The text of the comment.
Результат Comment

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

Wraps a range of nodes in a comment.
public static WrapInComment ( NodeRange nodeRange, string text, string author, string initials, System.DateTime date ) : Comment
nodeRange NodeRange The range of nodes to wrap in a 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