Determines how a TextFrame can be inserted in the text. The enumeration contains the following values:

Members

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

See Also

TextFrameCollection.Add Methods, TextFrame.InsertionMode Property.