public enum ENWrapModeCommand : System.Enum
public enum ENWrapModeCommand : System.Enum
Member | Description |
---|---|
After | Block allows inline content to flow only after its right edge |
Before | Block allows inline content to flow only before its left edge |
Inline | Convert to inline |
None | The block does not use wrapping. |
Parallel | Block allows inline content to flow before its left edge and after its right edge |
Through | Block allows inline content to flow inside its area |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Text.ENWrapModeCommand
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)