Table of Contents

Enum AlignmentPropertyValue

Namespace
iText.Layout.Properties
Assembly
itext.layout.dll

A specialized enum containing potential property values for ALIGN_ITEMS and ALIGN_SELF.

public enum AlignmentPropertyValue

Fields

BASELINE = 7
CENTER = 0
END = 2
FLEX_END = 6
FLEX_START = 5
NORMAL = 9
SELF_END = 4
SELF_START = 3
START = 1
STRETCH = 8