service EllipseShape in module com::sun::star::drawing::

(Global Index)

Syntax

service EllipseShape;

Description

This service is for an ellipse or circle shape.

Included Services

com::sun::star::drawing::Shape

com::sun::star::drawing::LineProperties

Description

This is a set of properties to describe the style for rendering a Line.


com::sun::star::drawing::FillProperties

Description

This is a set of properties to describe the style for rendering an area.


com::sun::star::drawing::Text

Description

This abstract service specifies the general characteristics of an optional text inside a Shape .


com::sun::star::drawing::ShadowProperties

com::sun::star::drawing::RotationDescriptor

Property Summary

CircleKind This is the kind of circle.

CircleStartAngle If the kind specifies an open circle, this is the start angle.

CircleEndAngle If the kind specifies an open circle, this is the end angle.

Property Details



CircleKind

Syntax

com::sun::star::drawing::CircleKind CircleKind;

Description

This is the kind of circle.


CircleStartAngle

Syntax

long CircleStartAngle;

Description

If the kind specifies an open circle, this is the start angle.


CircleEndAngle

Syntax

long CircleEndAngle;

Description

If the kind specifies an open circle, this is the end angle.

Top of Page