Specifies type of text data.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public enum TextDataType
Visual Basic
Public Enumeration TextDataType

Members

Member nameValueDescription
Normal0 Normal text data; a stream of characters.
Words1 Word text data; a stream of characters which starts and ends at word boundaries.
Line2 Line text data; not a stream but a line.
Rectangle3 Rectangle text data; graphically layouted text.

See Also