The Image object represents an image in a Text Control document.

Syntax

Image

Introduced: X18.

Methods

Method Description
changeZOrder Changes the frame's z-order.
(Inherited from FrameBase)
getAlignment Gets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from FrameBase)
getBounds Gets the frame's bounding rectangle relative to the upper left corner of the document.
(Inherited from FrameBase)
getHorizontalScaling Gets an images's horizontal scaling factor in percent.
getID Gets an identifier for the frame.
(Inherited from FrameBase)
getInsertionMode Gets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.
(Inherited from FrameBase)
getLocation Gets, in twips, the frame's current location.
(Inherited from FrameBase)
getMoveable Gets whether a frame can be moved in the document at run time with the built-in mouse interface.
(Inherited from FrameBase)
getName Gets the name for the frame.
(Inherited from FrameBase)
getSize Gets the frame's size in twips.
(Inherited from FrameBase)
getSizeable Gets whether the frame can be resized at run time with the built-in mouse interface.
(Inherited from FrameBase)
getTextDistances Gets the distances, in twips, between the frame and the document's text.
(Inherited from FrameBase)
getTextPosition Gets the frame's character position in the document's text (one-based).
(Inherited from FrameBase)
getVerticalScaling Gets an images's vertical scaling factor in percent.
setAlignment Sets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from FrameBase)
setHorizontalScaling Sets an images's horizontal scaling factor in percent.
setID Sets an identifier for the frame.
(Inherited from FrameBase)
setInsertionMode Sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.
(Inherited from FrameBase)
setLocation Sets, in twips, the frame's current location.
(Inherited from FrameBase)
setMoveable Sets whether a frame can be moved in the document at run time with the built-in mouse interface.
(Inherited from FrameBase)
setName Sets a name for the frame.
(Inherited from FrameBase)
setSize Sets the frame's size in twips.
(Inherited from FrameBase)
setSizeable Sets whether the frame can be resized at run time with the built-in mouse interface.
(Inherited from FrameBase)
setTextDistances Sets the distances, in twips, between the frame and the document's text.
(Inherited from FrameBase)
setVerticalScaling Sets an images's vertical scaling factor in percent.