[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Utf32Interval

Struct Utf32Interval

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

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

public struct Utf32Interval
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

Utf32Interval(int, int, bool)

Initializes an instance of the Utf32Interval.

public Utf32Interval(int firstCode, int lastCode, bool exclude)

Parameters

firstCode int

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

lastCode int

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

exclude bool

Indicates if the interval should be excluded from the resulting set of characters.

Utf32Interval(int, int)

Initializes an instance of the Utf32Interval.

public Utf32Interval(int firstCode, int lastCode)

Parameters

firstCode int

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

lastCode int

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

Properties

Exclude

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

public bool Exclude { get; }

Property Value

bool

FirstCode

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

public int FirstCode { get; }

Property Value

int

LastCode

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

public int LastCode { get; }

Property Value

int

UnicodeBlock

Gets the value identifying the named range of Unicode characters.

public UnicodeBlock UnicodeBlock { get; }

Property Value

UnicodeBlock