Table of Contents

Enum eLayoutFlow

Namespace
OfficeOpenXml.Drawing.Controls
Assembly
EPPlus.dll

String layout flow.

public enum eLayoutFlow

Fields

Horizontal = 0

Text is displayed horizontally.

HorizontalIdeographic = 2

Ideographic text is displayed horizontally.

Vertical = 1

Text is displayed vertically.

VerticalIdeographic = 3

Ideographic text is displayed vertically.