C# 클래스 AnnotationMaintainer, xwiki-office

상속: IAnnotationMaintainer
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office

공개 메소드들

메소드 설명
AnnotationMaintainer ( ) : System
ClearComments ( ) : void

Deletes the annotations and Word comments for a given page.

GetAnnotationsForDocument ( string pageId ) : List
RegisterAnnotation ( Annotation annotation, Microsoft.Office.Interop.Word comment ) : void
UpdateAnnotations ( ) : List

Updates the annotations for the active page

비공개 메소드들

메소드 설명
ClientChanged ( Object sender, EventArgs args ) : void
FilterWordComments ( List activeComments, List &oldComments, List &newComments ) : void
GetAnnotationByCommentIndex ( int commentIndex ) : Annotation
GetAnnotationForWordComment ( Microsoft.Office.Interop.Word comment ) : Annotation
GetCommentAuthor ( ) : String
GetUpdateAnnotationsList ( ) : List
GetWordComments ( ) : List
UpdateAnnotation ( Annotation annotation, Microsoft.Office.Interop.Word comment ) : void

메소드 상세

AnnotationMaintainer() 공개 메소드

public AnnotationMaintainer ( ) : System
리턴 System

ClearComments() 공개 메소드

Deletes the annotations and Word comments for a given page.
public ClearComments ( ) : void
리턴 void

GetAnnotationsForDocument() 공개 메소드

public GetAnnotationsForDocument ( string pageId ) : List
pageId string
리턴 List

RegisterAnnotation() 공개 메소드

public RegisterAnnotation ( Annotation annotation, Microsoft.Office.Interop.Word comment ) : void
annotation Annotation
comment Microsoft.Office.Interop.Word
리턴 void

UpdateAnnotations() 공개 메소드

Updates the annotations for the active page
public UpdateAnnotations ( ) : List
리턴 List