메소드 | 설명 | |
---|---|---|
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 |
||
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 |
public GetAnnotationsForDocument ( string pageId ) : List |
||
pageId | string | |
리턴 | List |
public RegisterAnnotation ( Annotation annotation, Microsoft.Office.Interop.Word comment ) : void | ||
annotation | Annotation | |
comment | Microsoft.Office.Interop.Word | |
리턴 | void |