Sets the InputStream to the location where the specified source object wassaved.
getHeight
doublegetHeight()
Returns a Single value that represents the height, in points, of the object.
setHeight
voidsetHeight(double value)
Sets a Single value that represents the height, in points, of the object.
getWidth
doublegetWidth()
Returns a Single value that represents the width, in points, of the object.
setWidth
voidsetWidth(double value)
Sets a Single value that represents the width, in points, of the object.
getLockAspectRatio
booleangetLockAspectRatio()
Gets the lock aspect ratio property of the specified shape.
Returns:
True if the specified shape retains its original proportions when you resizeit. False if you can change the height and width of the shape independently of one another when you resize it.
setLockAspectRatio
voidsetLockAspectRatio(boolean value)
Sets the lock aspect ratio property of the specified shape.
Parameters:
value - True if the specified shape retains its original proportions when you resizeit. False if you can change the height and width of the shape independently of one another when you resize it.