:: com :: sun :: star :: text ::

enum NotePrintMode
Description
enumeration values are used to define the printing of notes in a document.

Values
NOT Notes are not printed.  
ONLY Only notes are printed.  
DOC_END Notes are collected at the end of the document.  
PAGE_END Notes are collected at the end of a page and printed on an inserted page.  
Values' Details
NOT
NOT,
Description
Notes are not printed.
ONLY
ONLY,
Description
Only notes are printed.
DOC_END
DOC_END,
Description
Notes are collected at the end of the document.
PAGE_END
PAGE_END,
Description
Notes are collected at the end of a page and printed on an inserted page.
Top of Page