C# Класс XWord.Annotations.RangeExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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