Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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

Properties' 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.

Properties' Details

CircleKind
 
com::sun::star::drawing::CircleKind CircleKind;
Description
This is the kind of circle.
CircleStartAngle
 
long CircleStartAngle;
Description
If the kind specifies an open circle, this is the start angle.
CircleEndAngle
 
long CircleEndAngle;
Description
If the kind specifies an open circle, this is the end angle.

Top of Page