C# 클래스 ExoMerge.Aspose.Common.CommentBuilder

파일 보기 프로젝트 열기: vc3/ExoMerge

공개 메소드들

메소드 설명
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