[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Utf32CodeSet.Exclude

Exclude Method

Exclude(int, int)

Excludes an interval of UTF-32 characters (code points).

Declaration
public Utf32CodeSet Exclude(int firstCode, int lastCode)
Parameters
Type Name Description
int firstCode

The first UTF-32 character (code point) of the interval.

int lastCode

The last UTF-32 character (code point) of the interval.

Returns
Type Description
Utf32CodeSet

The current instance of Utf32CodeSet.

Exclude(UnicodeBlock)

Excludes a named range of Unicode characters.

Declaration
public Utf32CodeSet Exclude(UnicodeBlock unicodeBlock)
Parameters
Type Name Description
UnicodeBlock unicodeBlock

The named range of Unicode characters.

Returns
Type Description
Utf32CodeSet

The current instance of Utf32CodeSet.

Exclude(params UnicodeBlock[])

Excludes several named ranges of Unicode characters.

Declaration
public Utf32CodeSet Exclude(params UnicodeBlock[] unicodeBlocks)
Parameters
Type Name Description
UnicodeBlock[] unicodeBlocks

An array of Unicode blocks to exclude.

Returns
Type Description
Utf32CodeSet

The current instance of Utf32CodeSet.