[]
        
(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)
Public Function Exclude(firstCode As Integer, lastCode As Integer) As Utf32CodeSet
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)
Public Function Exclude(unicodeBlock As UnicodeBlock) As Utf32CodeSet
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)
Public Function Exclude(ParamArray unicodeBlocks As UnicodeBlock()) As Utf32CodeSet
Parameters
Type Name Description
UnicodeBlock[] unicodeBlocks

An array of Unicode blocks to exclude.

Returns
Type Description
Utf32CodeSet

The current instance of Utf32CodeSet.