WdFarEastLineBreakLevel 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.
Specifies the line break control level for the specified document.
public enum class WdFarEastLineBreakLevel
[System.Runtime.InteropServices.Guid("25E17C0C-411C-325C-8596-29DF87921D53")]
public enum WdFarEastLineBreakLevel
type WdFarEastLineBreakLevel =
Public Enum WdFarEastLineBreakLevel
- Inheritance
-
WdFarEastLineBreakLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFarEastLineBreakLevelNormal | 0 | Normal line break control. |
wdFarEastLineBreakLevelStrict | 1 | Strict line break control. |
wdFarEastLineBreakLevelCustom | 2 | Custom line break control. |