Enum InlineVerticalAlignmentType
- Namespace
- iText.Layout.Properties
- Assembly
- itext.layout.dll
The possible values for GetType().
public enum InlineVerticalAlignmentType
Fields
BASELINE = 0
BOTTOM = 9
FIXED = 5
Fixed is used when a length value is given in css.
FRACTION = 6
Fixed is used when a percentage value is given in css.
MIDDLE = 7
SUB = 3
SUPER = 4
TEXT_BOTTOM = 2
TEXT_TOP = 1
TOP = 8