Uses of Enum
com.itextpdf.layout.properties.InlineVerticalAlignmentType
-
Uses of InlineVerticalAlignmentType in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionInlineVerticalAlignment.getType()
Gets the type of InlineVerticalAlignment.static InlineVerticalAlignmentType
Returns the enum constant of this type with the specified name.static InlineVerticalAlignmentType[]
InlineVerticalAlignmentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
InlineVerticalAlignment.setType
(InlineVerticalAlignmentType type) Sets the typeInlineVerticalAlignmentType
.ModifierConstructorDescriptionCreates an InlineVerticalAlignment with a specified type.InlineVerticalAlignment
(InlineVerticalAlignmentType type, float value) Creates an InlineVerticalAlignment with a specified type and a value.