* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
81 lines
1.2 KiB
Markdown
81 lines
1.2 KiB
Markdown
---
|
|
id: "textflag"
|
|
title: "TextFlag"
|
|
sidebar_label: "TextFlag"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [TextDontClip](textflag.md#textdontclip)
|
|
* [TextDontPrint](textflag.md#textdontprint)
|
|
* [TextExpandTabs](textflag.md#textexpandtabs)
|
|
* [TextHideMnemonic](textflag.md#texthidemnemonic)
|
|
* [TextIncludeTrailingSpaces](textflag.md#textincludetrailingspaces)
|
|
* [TextJustificationForced](textflag.md#textjustificationforced)
|
|
* [TextShowMnemonic](textflag.md#textshowmnemonic)
|
|
* [TextSingleLine](textflag.md#textsingleline)
|
|
* [TextWordWrap](textflag.md#textwordwrap)
|
|
* [TextWrapAnywhere](textflag.md#textwrapanywhere)
|
|
|
|
## Enumeration members
|
|
|
|
### TextDontClip
|
|
|
|
• **TextDontClip**: = 512
|
|
|
|
___
|
|
|
|
### TextDontPrint
|
|
|
|
• **TextDontPrint**: = 16384
|
|
|
|
___
|
|
|
|
### TextExpandTabs
|
|
|
|
• **TextExpandTabs**: = 1024
|
|
|
|
___
|
|
|
|
### TextHideMnemonic
|
|
|
|
• **TextHideMnemonic**: = 32768
|
|
|
|
___
|
|
|
|
### TextIncludeTrailingSpaces
|
|
|
|
• **TextIncludeTrailingSpaces**: = 134217728
|
|
|
|
___
|
|
|
|
### TextJustificationForced
|
|
|
|
• **TextJustificationForced**: = 65536
|
|
|
|
___
|
|
|
|
### TextShowMnemonic
|
|
|
|
• **TextShowMnemonic**: = 2048
|
|
|
|
___
|
|
|
|
### TextSingleLine
|
|
|
|
• **TextSingleLine**: = 256
|
|
|
|
___
|
|
|
|
### TextWordWrap
|
|
|
|
• **TextWordWrap**: = 4096
|
|
|
|
___
|
|
|
|
### TextWrapAnywhere
|
|
|
|
• **TextWrapAnywhere**: = 8192
|