Word Reports
TextWrapping Enumeration



KellermanSoftware.WordReports Namespace : TextWrapping Enumeration
Text wrapping values
Syntax
Public Enum TextWrapping 
   Inherits System.Enum
Dim instance As TextWrapping
public enum TextWrapping : System.Enum 
public enum class TextWrapping : public System.Enum 
Members
MemberDescription
BehindText The image appears behind the text
InFrontOfText The image appears in front of the text
InLineWithText Image appears in the same line with text
Square Text wraps around a square space that surrounds the image
Through Text wraps around the image edges
Tight Text wraps around the image edges
TopAndBottom Text flows above and below the image
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.WordReports.TextWrapping

Requirements

Target Platforms: Windows 7, 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

Reference

KellermanSoftware.WordReports Namespace