[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Utf32CodeSet.-ctor

Utf32CodeSet Constructor

Utf32CodeSet()

Initializes an instance of the Utf32CodeSet.

Declaration
public Utf32CodeSet()
Public Sub New()

Utf32CodeSet(params int[])

Initializes an instance of the Utf32CodeSet.

Declaration
public Utf32CodeSet(params int[] firstLastCodes)
Public Sub New(ParamArray firstLastCodes As Integer())
Parameters
Type Name Description
int[] firstLastCodes

Pairs of the first and last UTF-32 characters forming intervals to append.

Utf32CodeSet(params UnicodeBlock[])

Initializes an instance of the Utf32CodeSet.

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

An array of named Unicode blocks.