Interactive form elements, such as text boxes.
More...
|
| enum | JawsMako::eFieldType {
JawsMako::eFTInherited
, JawsMako::eFTButton
, JawsMako::eFTText
, JawsMako::eFTChoice
,
JawsMako::eFTSignature
} |
| | The type of a form field. These map to field types present in the pdf specification. More...
|
| enum | JawsMako::eFieldFlags {
JawsMako::eFFReadOnly = 1
, JawsMako::eFFRequired = (1 << 1)
, JawsMako::eFFNoExport = (1 << 2)
, JawsMako::eFFNoToggleToOff = (1 << 14)
,
JawsMako::eFFRadio = (1 << 15)
, JawsMako::eFFPushButton = (1 << 16)
, JawsMako::eFFRadiosInUnison = (1 << 25)
, JawsMako::eFFMultiline = (1 << 12)
,
JawsMako::eFFPassword = (1 << 13)
, JawsMako::eFFCombo = (1 << 17)
, JawsMako::eFFEdit = (1 << 18)
, JawsMako::eFFSort = (1 << 19)
,
JawsMako::eFFFileSelect = (1 << 20)
, JawsMako::eFFMultiSelect = (1 << 21)
, JawsMako::eFFDoNotSpellCheck = (1 << 22)
, JawsMako::eFFDoNotScroll = (1 << 23)
,
JawsMako::eFFComb = (1 << 24)
, JawsMako::eFFRichText = (1 << 25)
, JawsMako::eFFCommitOnSelChanged = (1 << 26)
} |
| | Flags used in form fields. More...
|
| enum | JawsMako::eQuadding { JawsMako::eQLeftJustified = 0
, JawsMako::eQCentered = 1
, JawsMako::eQRightJustified = 2
, JawsMako::eQInherited
} |
| | The type of quadding (justification) used for variable text in a form field. More...
|
| enum | JawsMako::IWidgetAnnotation::eHighlightMode {
JawsMako::IWidgetAnnotation::eHMNone = 0
, JawsMako::IWidgetAnnotation::eHMInvert
, JawsMako::IWidgetAnnotation::eHMOutline
, JawsMako::IWidgetAnnotation::eHMPush
,
JawsMako::IWidgetAnnotation::eHMToggle
} |
| | The highlight mode for a Widget annotation. More...
|
| enum | JawsMako::IWidgetAnnotation::eFontEncoding {
JawsMako::IWidgetAnnotation::eFELatin = 0
, JawsMako::IWidgetAnnotation::eFEJapanese
, JawsMako::IWidgetAnnotation::eFESimplifiedChinese
, JawsMako::IWidgetAnnotation::eFETraditionalChinese
,
JawsMako::IWidgetAnnotation::eFEKorean
} |
| | Encoding scheme used for form fonts. More...
|
Interactive form elements, such as text boxes.
◆ eFieldFlags
Flags used in form fields.
| Enumerator |
|---|
| eFFReadOnly | 1 | |
| eFFRequired | (1 << 1) | |
| eFFNoExport | (1 << 2) | |
| eFFNoToggleToOff | (1 << 14) | |
| eFFRadio | (1 << 15) | |
| eFFPushButton | (1 << 16) | |
| eFFRadiosInUnison | (1 << 25) | |
| eFFMultiline | (1 << 12) | |
| eFFPassword | (1 << 13) | |
| eFFCombo | (1 << 17) | |
| eFFEdit | (1 << 18) | |
| eFFSort | (1 << 19) | |
| eFFFileSelect | (1 << 20) | |
| eFFMultiSelect | (1 << 21) | |
| eFFDoNotSpellCheck | (1 << 22) | |
| eFFDoNotScroll | (1 << 23) | |
| eFFComb | (1 << 24) | |
| eFFRichText | (1 << 25) | |
| eFFCommitOnSelChanged | (1 << 26) | |
◆ eFieldType
The type of a form field. These map to field types present in the pdf specification.
| Enumerator |
|---|
| eFTInherited | Inherited.
|
| eFTButton | Button.
|
| eFTText | Text box.
|
| eFTChoice | Checkbox.
|
| eFTSignature | Digital signature.
|
◆ eFontEncoding
Encoding scheme used for form fonts.
| Enumerator |
|---|
| eFELatin | 0 | |
| eFEJapanese | | |
| eFESimplifiedChinese | | |
| eFETraditionalChinese | | |
| eFEKorean | | |
◆ eHighlightMode
The highlight mode for a Widget annotation.
| Enumerator |
|---|
| eHMNone | 0 | |
| eHMInvert | | |
| eHMOutline | | |
| eHMPush | | |
| eHMToggle | | |
◆ eQuadding
The type of quadding (justification) used for variable text in a form field.
| Enumerator |
|---|
| eQLeftJustified | 0 | |
| eQCentered | 1 | |
| eQRightJustified | 2 | |
| eQInherited | | |