C# 클래스 ExoMerge.Aspose.Extensions.DocumentBuilderExtensions

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

공개 메소드들

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