enum NotePrintMode in module com::sun::star::text::

(Global Index)

Syntax

enum NotePrintMode;

Description

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

Values Summary

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

Syntax

NOT,

Description

Notes are not printed.


ONLY

Syntax

ONLY,

Description

Only notes are printed.


DOC_END

Syntax

DOC_END,

Description

Notes are collected at the end of the document.


PAGE_END

Syntax

PAGE_END,

Description

Notes are collected at the end of a page and printed on an inserted page.

Top of Page