C# 클래스 XWord.Annotations.RangeExtension

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

공개 메소드들

메소드 설명
GetCleanedText ( this range ) : String
IsWhiteSpace ( this s ) : bool
MapDeletedCharsOffsets ( this range ) : int>.Dictionary

Computes the offset for the Word content and the cleared content.

비공개 메소드들

메소드 설명
ClearContent ( String content ) : String

메소드 상세

GetCleanedText() 공개 정적인 메소드

public static GetCleanedText ( this range ) : String
range this
리턴 String

IsWhiteSpace() 공개 정적인 메소드

public static IsWhiteSpace ( this s ) : bool
s this
리턴 bool

MapDeletedCharsOffsets() 공개 정적인 메소드

Computes the offset for the Word content and the cleared content.
public static MapDeletedCharsOffsets ( this range ) : int>.Dictionary
range this
리턴 int>.Dictionary