MsoTextCharWrap Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of text wrap.
public enum class MsoTextCharWrap
public enum MsoTextCharWrap
type MsoTextCharWrap =
Public Enum MsoTextCharWrap
- Inheritance
-
MsoTextCharWrap
Fields
Name | Value | Description |
---|---|---|
msoCharWrapMixed | -2 | Specifies a mixed text wrap. |
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. |
msoCustomCharWrap | 3 | Specifies a custom text wrap scheme. |