Data Type : Composite Data; Form; Rich Text

CDDOCUMENT - Defines the attributes of a form.
----------------------------------------------------------------------------------------------------------


#include <editods.h>

Definition :

typedef struct {
  BSIG Header;
  WORD PaperColor; /* Color of the paper being used */
  WORD FormFlags; /* Form Flags */
  WORD NotePrivileges; /* Privs for notes created when
WORD Spare[1];
Description :

This defines the structure of the document information field in a form note. A document information field is an item with name $INFO (ITEM_NAME_DOCUMENT) and data type TYPE_COMPOSITE. The document information field defines attributes of documents created with that form.

Header: Defines this composite data item as a CDDOCUMENT item.
PaperColor: Background color of document:
See Also :

COLOR_VALUE
----------------------------------------------------------------------------------------------------------