MsoTextCharWrap Enum

Definition

Indicates the type of text wrap.

public enum class MsoTextCharWrap
public enum MsoTextCharWrap
type MsoTextCharWrap = 
Public Enum MsoTextCharWrap
Inheritance
MsoTextCharWrap

Fields

msoCharWrapMixed -2

Specifies a mixed text wrap.

msoCustomCharWrap 3

Specifies a custom text wrap scheme.

msoNoCharWrap 0

Specifies no text wrapping.

msoStandardCharWrap 1

Specifies wrapping text around the standard boundry of an object.

msoStrictCharWrap 2

Specifies text wrapping that adheres to restrictions imposed by some languages such as Chinese and Japanese alphabets.

Applies to