[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Utf32CodeSet.Append

Append Method

Append(int, int)

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

Declaration
public Utf32CodeSet Append(int firstCode, int lastCode)
Public Function Append(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.

Append(UnicodeBlock)

Appends a named range of Unicode characters.

Declaration
public Utf32CodeSet Append(UnicodeBlock unicodeBlock)
Public Function Append(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.

Append(params UnicodeBlock[])

Appends several named ranges of Unicode characters.

Declaration
public Utf32CodeSet Append(params UnicodeBlock[] unicodeBlocks)
Public Function Append(ParamArray unicodeBlocks As UnicodeBlock()) As Utf32CodeSet
Parameters
Type Name Description
UnicodeBlock[] unicodeBlocks

An array of Unicode blocks to append.

Returns
Type Description
Utf32CodeSet

The current instance of Utf32CodeSet.