C# Class XWord.Annotations.RangeExtension

显示文件 Open project: xwiki-contrib/xwiki-office

Public Methods

Method Description
GetCleanedText ( this range ) : String
IsWhiteSpace ( this s ) : bool
MapDeletedCharsOffsets ( this range ) : int>.Dictionary

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

Private Methods

Method Description
ClearContent ( String content ) : String

Method Details

GetCleanedText() public static method

public static GetCleanedText ( this range ) : String
range this
return String

IsWhiteSpace() public static method

public static IsWhiteSpace ( this s ) : bool
s this
return bool

MapDeletedCharsOffsets() public static method

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