[]
        
(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)
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)
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)
Parameters
Type Name Description
UnicodeBlock[] unicodeBlocks

An array of Unicode blocks to append.

Returns
Type Description
Utf32CodeSet

The current instance of Utf32CodeSet.