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

service EllipseShape
Description
This service is for an ellipse or circle shape.

Included Services - Summary
Shape
(referenced entity's summary:)
This abstract service specifies the general characteristics of all Shapes.
LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
FillProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering an area.
Text
(referenced entity's summary:)
This abstract service specifies the general characteristics of an optional text inside a Shape.
ShadowProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a shadow.
RotationDescriptor
(referenced entity's summary:)
This abstract service specifies the general characteristics of an optional rotation and shearing for a Shape. This service is depricated, instead please use the Transformation property of the service Shape.
Properties' Summary
CircleKind
CircleKind
This is the kind of circle.  
long
CircleStartAngle
If the kind specifies an open circle, this is the start angle.  
long
CircleEndAngle
If the kind specifies an open circle, this is the end angle.  
Included Services - Details
Shape
(referenced entity's summary:)
This abstract service specifies the general characteristics of all Shapes.
LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
FillProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering an area.
Text
(referenced entity's summary:)
This abstract service specifies the general characteristics of an optional text inside a Shape.
ShadowProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a shadow.
RotationDescriptor
(referenced entity's summary:)
This abstract service specifies the general characteristics of an optional rotation and shearing for a Shape. This service is depricated, instead please use the Transformation property of the service Shape.
Properties' Details
CircleKind
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