Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WrapFormat Class
Properties Methods

In This Topic
    WrapFormat Class Members
    In This Topic

    The following tables list the members exposed by WrapFormat.

    Public Properties
     NameDescription
    Public Property Gets or sets whether a floating shape is displayed behind the text of the document when the document is displayed. When a shape is displayed within a document, that shape can intersect with text in the document. This property determines whether the text or the object is rendered on top in case of overlapping.  
    Public Property Gets or sets the minimum distance that is maintained between the bottom edge of a shape and any subsequent text within the document when this shape is displayed within the document's contents.  
    Public Property Gets or sets the minimum distance that is maintained between the left edge of the shape and any subsequent text within the document when this shape is displayed within the document's contents.  
    Public Property Gets or sets the minimum distance that is maintained between the right edge of the shape and any subsequent text within the document when this shape is displayed within the document's contents.  
    Public Property Gets or sets the minimum distance that is maintained between the top edge of the shape and any subsequent text within the document when this shape is displayed within the document's contents.  
    Public Property Gets or sets a value indicating whether the document text wraps on both sides of a shape, on either the left or right side only, or on the side of the shape that is farthest from the page margin.  
    Public Property Gets or sets the wrap type of a shape.  
    Public Property Gets or sets the wrapping polygon that is used to determine the extents to which text can wrap around the shape in the document.  
    Top
    Public Methods
     NameDescription
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Top
    See Also