Web-based responsive document annotation tool
activeannoservice / project.layout.elements.action / OpenTextInput
class OpenTextInput : ActionElement
A multi line text input field
| Name | Summary |
|---|---|
| <init> | A multi line text input fieldOpenTextInput(referenceAnnotationDefinitionID: AnnotationID, showApplyAutoCorrectButton: Boolean = false, highlightDifferencesToDocumentData: String? = null) |
| Name | Summary |
|---|---|
| highlightDifferencesToDocumentData | Reference document data by keyval highlightDifferencesToDocumentData: String? |
| showApplyAutoCorrectButton | Ability to apply auto correct in the frontendval showApplyAutoCorrectButton: Boolean |
| Name | Summary |
|---|---|
| denormalize | suspend fun denormalize(denormalizedAnnotationSchema: DenormalizedAnnotationSchema): DenormalizedOpenTextInput |
| equals | fun equals(other: Any?): Boolean |
| hashCode | fun hashCode(): Int |