Determines how the frame of an image, text frame, chart, barcode or drawing can be inserted in the text. The enumeration contains the following values:

Members

Member Description
AsCharacter The frame is inserted in the text as a single character.
DisplaceCompleteLines The frame is inserted at a certain geometrical location. The text stops at the top and continues at the bottom of the frame.
DisplaceText The frame is inserted at a certain geometrical location. The text flows around the frame and empty areas at the left and right side are filled.
AboveTheText The frame is inserted at a certain geometrical location above the text. This means that the frame overwrites the text.
BelowTheText The frame is inserted at a certain geometrical location below the text. This means that the text overwrites the frame.
MoveWithText The frame is anchored to a paragraph and moved with the text.
FixedOnPage The frame is fixed positioned on a page.

See Also

ChartCollection.Add Methods BarcodeCollection.Add Methods DrawingCollection.Add Methods, SignatureFieldCollection.Add Methods and FrameBase.InsertionMode Property.