An NDoc Documented Class Library

DocPropMaskFlag Enumeration

Flags for the doc_hdr.mask property

[Serializable]
[Flags(TypeId="System.FlagsAttribute")]
public enum DocPropMaskFlag

Remarks

Missing <remarks> documentation for T:askSam.DocPropMaskFlag

Members

Member NameDescription
DOC_NONESets all flags to zero
DOC_NAMEThe name member has been modified.
DOC_AUTHORThe author member has been modified.
DOC_KEYWORDSThe keywords member has been modified.
DOC_COMMENTSThe comments member has been modified.
DOC_PACKAGEThe hpackages member has been modified.
DOC_VERSIONThe doc_version member has been modified.
DOC_REPORT_SELThe report_sel_type and report_sel_string members have been modified.
DOC_REPORT_SORTThe hreport_sort_string member has been modified.
DOC_REPORT_IFThe hreport_if_string member has been modified.
DOC_FOREGROUND_COLORThe foreground_color member has been modified.
DOC_BACKGROUND_COLORThe background_color member has been modified.
DOC_HYPER_TEXT_COLORThe hyper_text_color member has been modified.
DOC_LEFTMARGINThe doc_leftmargin member has been modified, if not defined then the default is "1.25.
DOC_RIGHTMARGINThe doc_rightmargin member has been modified, if not defined then the default is "1.25.
DOC_TOPMARGINThe doc_topmargin member has been modified, if not defined then the default is "1.
DOC_BOTTOMMARGINThe doc_bottommargin member has been modified, if not defined then the default is "1.
DOC_ORIENTATIONThe documents print orientation used for printing, if not defined then the default is portrait, if defined then the print orientation is landscape.
DOC_PAPER_TYPEThe paper_type member has been modified.
DOC_PAPER_WIDTHThe paper_width member has been modified.
DOC_PARER_HEIGHTThe paper_height member has been modified.
DOC_PAPER_SOURCEThe paper_source member has been modified.
DOC_PRINT_COPIESThe print_copies member has been modified.
DOC_COLLATE_PRINTDefined if more the copied should be collated.
DOC_DATA_ENTRY_ONTurn data entry on for this document, overrides the file settings.
DOC_DATA_ENTRY_OFFTurn data entry off for this document, overrides the file settings.
DOC_ADD_LOCATIONThe add_location, add_loc_data, and add_loc_data2 members have been modified.
DOC_REPORT_OUTPUTThe report_file_name member has been modified.
DOC_REPORT_MATCH_CASE Set if the report selection is case sensitive.
DOC_REPORT_FIELD_NAMESSet if the report output should include field names next to the field data that is output.
DOC_READONLYSet if the document is in ReadOnly mode.
DOC_ENTRYFORM_SHORTCUTThe shortcut_key member has been modified.
DOC_REPORT_ABSOLUTE_SPACINGSet if report absolute spacing is needed, this is needed for mainling labels.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace