An NDoc Documented Class Library

DocPropEntryFormSaveLocation Enumeration

Entry Form add location types

[Serializable]
public enum DocPropEntryFormSaveLocation

Remarks

Missing <remarks> documentation for T:askSam.DocPropEntryFormSaveLocation

Members

Member NameDescription
EFAL_FILE_DEFAULTThis is the default setting when nothing is set inside the entry form.
EFAL_END_OF_FILEEnd of the file.
EFAL_TOP_OF_FILETop of the file.
EFAL_AFTER_CUR_DOCAfter the current document being ended.
EFAL_AFTER_DOC_NAMEAfter the document name stored in the add_loc_data value.
EFAL_BOT_OF_CUR_DOCAdd the entry form to the bottom of the current document.
EFAL_TOP_OF_CUR_DOCAdd the entry form to the top of the current document.
EFAL_AT_CURSOR_POSAdd the entry form at the current editing position in the current document.
EFAL_AT_LINE_NUMadd_loc_data2 will contain the line number.
EFAL_BEFORE_WORD_OR_FIELDadd_loc_data will have the string, max 256 characters including the NULL.
EFAL_AFTER_WORD_OR_FIELDadd_loc_data will have the string, max 256 characters including the NULL.
EFAL_BEFORE_CUR_DOCAdd the Entry Form before the current document.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace