Version

TextFrameWrap Enumeration

Determines how other text will be allowed to wrap around the text frame
Syntax
'Declaration
 
Public Enum TextFrameWrap 
   Inherits System.Enum
public enum TextFrameWrap : System.Enum 
Members
MemberDescription
Aroundallow Text to wrap around the remaining space on each line around this text frame in the document.
AutoUse the default wrapping behavior
NoneDisallow wrapping of text around the text frame.
NotBesideDisallow wrapping of text around the text frame.
ThroughAllow text from other paragraphs to wrap around the text in the text frame.
TightAllow text from other paragraphs to tightly wrap around the text in the text frame.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also