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

service RectangleShape
Description
This service is for a rectangle Shape.

Included Services - Summary
Shape
(referenced entity's summary:)
This abstract service specifies the general characteristics of all Shapes.
FillProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering an area.
LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
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
long
CornerRadius
For Shapes with rounded corners, this is the radius of the corners.  
Included Services - Details
Shape
(referenced entity's summary:)
This abstract service specifies the general characteristics of all Shapes.
FillProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering an area.
LineProperties
(referenced entity's summary:)
This is a set of properties to describe the style for rendering a Line.
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
CornerRadius
long CornerRadius;
Description
For Shapes with rounded corners, this is the radius of the corners.

 
Top of Page