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

(Global Index)

Syntax

enum PolygonKind;

Description

This enumeration defines the type of polygon.

Values Summary

LINE This is the PolygonKind for a LineShape.

POLY This is the PolygonKind for a PolyPolygonShape.

PLIN This is the PolygonKind for a PolyLineShape.

PATHLINE This is the PolygonKind for an OpenBezierShape.

PATHFILL This is the PolygonKind for a ClosedBezierShape.

FREELINE This is the PolygonKind for an OpenFreeHandShape.

FREEFILL This is the PolygonKind for a ClosedFreeHandShape.

PATHPOLY This is the PolygonKind for a PolyPolygonPathShape.

PATHPLIN This is the PolygonKind for a PolyLinePathShape.

Values Details



LINE

Syntax

LINE,

Description

This is the PolygonKind for a LineShape.


POLY

Syntax

POLY,

Description

This is the PolygonKind for a PolyPolygonShape.


PLIN

Syntax

PLIN,

Description

This is the PolygonKind for a PolyLineShape.


PATHLINE

Syntax

PATHLINE,

Description

This is the PolygonKind for an OpenBezierShape.


PATHFILL

Syntax

PATHFILL,

Description

This is the PolygonKind for a ClosedBezierShape.


FREELINE

Syntax

FREELINE,

Description

This is the PolygonKind for an OpenFreeHandShape.


FREEFILL

Syntax

FREEFILL,

Description

This is the PolygonKind for a ClosedFreeHandShape.


PATHPOLY

Syntax

PATHPOLY,

Description

This is the PolygonKind for a PolyPolygonPathShape.


PATHPLIN

Syntax

PATHPLIN,

Description

This is the PolygonKind for a PolyLinePathShape.

Top of Page