MsoTextCharWrap Enumeration

Indicates the type of text wrap.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoTextCharWrap
'Usage
Dim instance As MsoTextCharWrap
public enum MsoTextCharWrap

Members

Member name Description
msoCharWrapMixed Specifies a mixed text wrap.
msoNoCharWrap Specifies no text wrapping.
msoStandardCharWrap Specifies wrapping text around the standard boundry of an object.
msoStrictCharWrap Specifies text wrapping that adheres to restrictions imposed by some languages such as Chinese and Japanese alphabets.
msoCustomCharWrap Specifies a custom text wrap scheme.

See Also

Reference

Microsoft.Office.Core Namespace