IPicture
TextWrappingType Property
|
Gets \ sets text wrapping type of the picture.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TextWrappingType TextWrappingType { get; set; }
Property TextWrappingType As TextWrappingType
Get
Set
property TextWrappingType TextWrappingType {
TextWrappingType get ();
void set (TextWrappingType value);
}
abstract TextWrappingType : TextWrappingType with get, set
Property Value
Type:
TextWrappingType
See Also