A BarcodeFrame object represents a barcode and its layout in a Text Control document. A barcode can be positioned in the document like an image or a text frame, either geometrically or as a single character. Geometrically its position can either be relative to a paragraph to which it is anchored or relative to the complete document. Additionally the BarcodeFrame object handles the positioning of the barcode in the document.

Syntax

BarcodeFrame

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)
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)
refresh Refreshes the barcode.
setAlignment Sets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from FrameBase)
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)

Properties

Property Description
barcode The barcode control associated with the barcode frame.