Remarks
The values of the Text
Displace
Displace
Displace
Displace
Above
Above
Below
Below
As
For all other combinations an exception is thrown.
(Only for compatibility) Gets or sets a value determining whether a text frame is treated as a single character or the document's text either flows around or overwrites the text frame. If the documents text flows around or overwrites the text frame, this property also determines whether the text frame is moved with the text or fixed positioned on a page.
public new TextFrameInsertionMode InsertionMode { get; }
Public ReadOnly Property InsertionMode As TextFrameInsertionMode
Member | Description |
---|---|
As |
The text frame is inserted in the text as a single character. |
Displace |
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. |
Displace |
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. |
Above |
The text frame is inserted at a certain geometrical location above the text. This means that the text frame overwrites the text. |
Below |
The text frame is inserted at a certain geometrical location below the text. This means that the text overwrites the text frame. |
Move |
The text frame is connected with a paragraph and moved with the text. |
Fixed |
The text frame is fixed positioned on a page. |
The values of the Text
Displace
Displace
Displace
Displace
Above
Above
Below
Below
As
For all other combinations an exception is thrown.