Determines how an Image can be inserted in the text. The enumeration contains the following values:
Member | Description |
---|---|
As |
The image is inserted in the text as a single character. |
Displace |
The image is inserted at a certain geometrical location. The text stops at the top and continues at the bottom of the image. |
Displace |
The image is inserted at a certain geometrical location. The text flows around the image and empty areas at the left and right side are filled. |
Above |
The image is inserted at a certain geometrical location above the text. This means that the image overwrites the text. |
Below |
The image is inserted at a certain geometrical location below the text. This means that the text overwrites the image. |
Move |
The image is anchored to a paragraph and moved with the text. This member cannot be used with the Image |
Fixed |
The image is fixed positioned on a page. This member cannot be used with the Image |
Image