Entry Form add location types
Missing <remarks> documentation for T:askSam.DocPropEntryFormSaveLocation
| Member Name | Description |
|---|---|
| EFAL_FILE_DEFAULT | This is the default setting when nothing is set inside the entry form. |
| EFAL_END_OF_FILE | End of the file. |
| EFAL_TOP_OF_FILE | Top of the file. |
| EFAL_AFTER_CUR_DOC | After the current document being ended. |
| EFAL_AFTER_DOC_NAME | After the document name stored in the add_loc_data value. |
| EFAL_BOT_OF_CUR_DOC | Add the entry form to the bottom of the current document. |
| EFAL_TOP_OF_CUR_DOC | Add the entry form to the top of the current document. |
| EFAL_AT_CURSOR_POS | Add the entry form at the current editing position in the current document. |
| EFAL_AT_LINE_NUM | add_loc_data2 will contain the line number. |
| EFAL_BEFORE_WORD_OR_FIELD | add_loc_data will have the string, max 256 characters including the NULL. |
| EFAL_AFTER_WORD_OR_FIELD | add_loc_data will have the string, max 256 characters including the NULL. |
| EFAL_BEFORE_CUR_DOC | Add the Entry Form before the current document. |
Namespace: askSam
Assembly: asnetsdk (in asnetsdk.dll)