Enum eLayoutFlow
- Namespace
- OfficeOpenXml.Drawing.Controls
- Assembly
- EPPlus.dll
String layout flow.
public enum eLayoutFlow
Fields
Horizontal = 0Text is displayed horizontally.
HorizontalIdeographic = 2Ideographic text is displayed horizontally.
Vertical = 1Text is displayed vertically.
VerticalIdeographic = 3Ideographic text is displayed vertically.