Specifies type of text data.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public enum TextDataType |
| Visual Basic |
|---|
Public Enumeration TextDataType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Normal text data; a stream of characters. | |
| Words | 1 | Word text data; a stream of characters which starts and ends at word boundaries. | |
| Line | 2 | Line text data; not a stream but a line. | |
| Rectangle | 3 | Rectangle text data; graphically layouted text. |