C# 클래스 XWord.Annotations.AnnotationDisplay

파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
AnnotationDisplay ( Microsoft.Office.Interop.Word doc ) : System
DisplayAnnotation ( Annotation annotation ) : void

Displays an annotation in a Word document.

비공개 메소드들

메소드 설명
AdjustRange ( Microsoft.Office.Interop.Word range, Annotation annotation ) : Microsoft.Office.Interop.Word.Range
GetOffset ( int clearedContentIndex ) : int
IsMatch ( Microsoft.Office.Interop.Word range, Annotation annotation ) : bool

Determines if a Word range is matching the selected text for an annotation

StringSearch ( Annotation annotation ) : Microsoft.Office.Interop.Word.Range

Returns the range of an anootation.

WordSearch ( Annotation annotation ) : Microsoft.Office.Interop.Word.Range

Returns the range of an anootation.

메소드 상세

AnnotationDisplay() 공개 메소드

public AnnotationDisplay ( Microsoft.Office.Interop.Word doc ) : System
doc Microsoft.Office.Interop.Word
리턴 System

DisplayAnnotation() 공개 메소드

Displays an annotation in a Word document.
public DisplayAnnotation ( Annotation annotation ) : void
annotation XWiki.Annotations.Annotation
리턴 void