VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentDrawingWrappingStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DocumentDrawingWrappingStyle Enumeration
    In This Topic
    Specifies available wrapping styles for document drawing.
    Syntax
    'Declaration
    
    Public Enum DocumentDrawingWrappingStyle
       Inherits System.Enum
    
    
    public enum DocumentDrawingWrappingStyle : System.Enum
    
    
    __value public enum DocumentDrawingWrappingStyle : public System.Enum
    
    
    public enum class DocumentDrawingWrappingStyle : public System.Enum
    
    
    Members
    MemberDescription
    InlineThe inline.
    SquareThe text wraps a drawing using rectangle contour of an image.
    SquareLeftOnlyThe text wraps around drawing using a rectangular contour to the left of the image.
    SquareRightOnlyThe text wraps around drawing using a rectangular contour to the right of the image.
    SquareLargestOnlyThe text wraps around drawing using a rectangular contour along the largest side of the image.
    TightText wraps around drawing along the image's transparency contour. The shape is opaque.
    TightLeftOnlyText wraps around drawing along a transparency contour to the left of the image. The shape is opaque.
    TightRightOnlyText wraps around drawing along a transparency contour to the right of the image. The shape is opaque.
    TightLargestOnlyText wraps around drawing along a transparency contour along the image's longest side. The shape is opaque.
    ThroughText wraps around drawing along the image's transparency outline.
    ThroughLeftOnlyText wraps around drawing along a transparency path to the left of the image.
    ThroughRightOnlyText wraps around drawing along a transparency outline to the right of the image.
    ThroughLargestOnlyText wraps around drawing along the transparency contour along the longest side of the image.
    TopAndBottomText wraps around drawing only at the top and bottom.
    BehindTextText does not wrap around drawing. The image is located below the text.
    OverTextText does not wrap around drawing. The image is located above the text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentDrawingWrappingStyle

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also