Next: Manipulating Objects Up: Object related Commands Previous: Setting Object Properties   Index

Getting Object Properties

GetCornerRadius([``name''])
Returns the Corner Radius of the Object ``name'' The Radius is expressed in Points. If ``name'' is not given the currently selected Item is used.
GetFillColor([``name''])
Returns the name of the Fill Color of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetFillShade([``name''])
Returns the shading Value of the Fill Color of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetImageFile([``name''])
Returns the Filename for the Image in the Image Frame. If ``name'' is not given the currently selected Item is used.
GetImageScale([``name''])
Returns a Tuple containing the Scaling Values of the Image Frame ``name''. If ``name'' is not given the currently selected Item is used.
GetLineCap([``name''])
Returns the Line Cap Style of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetLineColor([``name''])
Returns the name of the Line Color of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetLineJoin([``name''])
Returns the Line Join Style of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetLineShade([``name''])
Returns the shading Value of the Line Color of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetLineStyle([``name''])
Returns the Line Style of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetLineWidth([``name''])
Returns the Line Width of the Object ``name''. If ``name'' is not given the currently selected Item is used.
GetPosition([``name''])
Returns a tuple with the actual Position of the Object ``name'' If ``name'' is not given the currently selected Item is used. The Position is expressed in the actual Measurement Unit of the Document.
GetRotation([``name''])
Returns the Rotation of the Object ``name''. The value is expressed in Degrees. If ``name'' is not given the currently selected Item is used.
GetSize([``name''])
Returns a tuple with the actual Size of the Object ``name'' If ``name'' is not given the currently selected Item is used. The Size is expressed in the actual Measurement Unit of the Document.


Next: Manipulating Objects Up: Object related Commands Previous: Setting Object Properties   Index