[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Utf32Interval

Utf32Interval Struct

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

Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
public struct Utf32Interval
Public Structure Utf32Interval

Constructors

Name Description
Utf32Interval(int, int)

Initializes an instance of the Utf32Interval.

Utf32Interval(int, int, bool)

Initializes an instance of the Utf32Interval.

Properties

Name Description
Exclude

Gets a value indicating if the interval should be excluded from the resulting set of characters.

FirstCode

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

LastCode

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

UnicodeBlock

Gets the value identifying the named range of Unicode characters.