enum DrawViewMode in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

enum DrawViewMode;

Description

This enumeration specifies the viewmode of a view in a presentation document.

Values Summary

DRAW The view shows the drawing pages.

NOTES The view shows the notes pages.

HANDOUT The view shows the handout pages,

Values Details



DRAW

Syntax

DRAW,

Description

The view shows the drawing pages.


NOTES

Syntax

NOTES,

Description

The view shows the notes pages.


HANDOUT

Syntax

HANDOUT,

Description

The view shows the handout pages,

Top of Page