C# Class XWord.Annotations.RangeExtension

Afficher le fichier Open project: xwiki-contrib/xwiki-office

Méthodes publiques

Méthode 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

Méthode Description
ClearContent ( String content ) : String

Method Details

GetCleanedText() public static méthode

public static GetCleanedText ( this range ) : String
range this
Résultat String

IsWhiteSpace() public static méthode

public static IsWhiteSpace ( this s ) : bool
s this
Résultat bool

MapDeletedCharsOffsets() public static méthode

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