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

(Global Index)

Syntax

enum LayerType;

Description

This enumeration specifies the type of a drawing layer.

Values Summary

LAYOUT This is the layer for all standard shapes.

CONTROLSA This is the layer for the controls.

DIMENSIONIANG_LINES This is the layer for all measure shapes.

USER_DEFINED There can be zero or more layers of this type.

Values Details



LAYOUT

Syntax

LAYOUT,

Description

This is the layer for all standard shapes.


CONTROLSA

Syntax

CONTROLSA,

Description

This is the layer for the controls.


DIMENSIONIANG_LINES

Syntax

DIMENSIONIANG_LINES,

Description

This is the layer for all measure shapes.


USER_DEFINED

Syntax

USER_DEFINED,

Description

There can be zero or more layers of this type.

Top of Page