API Reference
Enum
WrapTextImage
Specifies the available options for how text should wrap around an image.
Inheritance
- Enum
- WrapTextImage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordImage.WrapText
- Property WordTextBox.WrapText
- Method WordWrapTextImage.GetWrapTextImage
- Field WrapTextImage.BehindText
- Field WrapTextImage.InFrontOfText
- Field WrapTextImage.InLineWithText
- Field WrapTextImage.Square
- Field WrapTextImage.Through
- Field WrapTextImage.Tight
- Field WrapTextImage.TopAndBottom
Accepted by parameters
- Method FooterContentBuilder.Image
- Method HeaderContentBuilder.Image
- Method ImageBuilder.Wrap
- Method WordDocument.AddTextBox
- Method WordHeader.AddTextBox
- Constructor WordImage.WordImage
- Constructor WordImage.WordImage
- Constructor WordImage.WordImage
- Constructor WordImage.WordImage
- Method WordParagraph.AddImage
- Method WordParagraph.AddImage
- Method WordParagraph.AddImage
- Method WordParagraph.AddImageFromBase64
- Method WordParagraph.AddImageFromResource
- Method WordParagraph.AddTextBox
- Method WordParagraph.InsertImage
- Method WordParagraph.InsertImage
- Method WordParagraph.InsertImage
- Method WordParagraph.InsertImageFromBase64
- Method WordSection.AddTextBox
- Constructor WordTextBox.WordTextBox
- Constructor WordTextBox.WordTextBox
- Constructor WordTextBox.WordTextBox
- Method WordWrapTextImage.AppendWrapTextImage
- Method WordWrapTextImage.SetWrapTextImage
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WrapTextImage InLineWithText #No wrapping is applied and the image is placed inline with the surrounding text.
Value:
0public const WrapTextImage Through #Allow text to flow through transparent regions of the image.
Value:
3public const WrapTextImage TopAndBottom #Place text above and below the image leaving the sides clear.
Value:
4