API Reference
Enum
WordImageTextWrapping
Specifies the available options for how text should wrap around an image.
Inheritance
- Enum
- WordImageTextWrapping
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
- Field WordImageTextWrapping.BehindText
- Field WordImageTextWrapping.InFrontOfText
- Field WordImageTextWrapping.InLineWithText
- Field WordImageTextWrapping.Square
- Field WordImageTextWrapping.Through
- Field WordImageTextWrapping.Tight
- Field WordImageTextWrapping.TopAndBottom
- Property WordTextBox.WrapText
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
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
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
- provider IFormatProvider
Values
public const WordImageTextWrapping InLineWithText #No wrapping is applied and the image is placed inline with the surrounding text.
Value:
0public const WordImageTextWrapping Square #Wrap text around the image using a square boundary.
Value:
1public const WordImageTextWrapping Tight #Wrap text tightly around the outline of the image.
Value:
2public const WordImageTextWrapping Through #Allow text to flow through transparent regions of the image.
Value:
3public const WordImageTextWrapping TopAndBottom #Place text above and below the image leaving the sides clear.
Value:
4