Uses of Enum
com.itextpdf.layout.properties.InlineVerticalAlignmentType
Packages that use InlineVerticalAlignmentType
-
Uses of InlineVerticalAlignmentType in com.itextpdf.layout.properties
Subclasses with type arguments of type InlineVerticalAlignmentType in com.itextpdf.layout.propertiesFields in com.itextpdf.layout.properties declared as InlineVerticalAlignmentTypeModifier and TypeFieldDescriptionprivate InlineVerticalAlignmentTypeInlineVerticalAlignment.typeMethods in com.itextpdf.layout.properties that return InlineVerticalAlignmentTypeModifier and TypeMethodDescriptionInlineVerticalAlignment.getType()Gets the type of InlineVerticalAlignment.static InlineVerticalAlignmentTypeReturns 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.Methods in com.itextpdf.layout.properties with parameters of type InlineVerticalAlignmentTypeModifier and TypeMethodDescriptionvoidInlineVerticalAlignment.setType(InlineVerticalAlignmentType type) Sets the typeInlineVerticalAlignmentType.Constructors in com.itextpdf.layout.properties with parameters of type InlineVerticalAlignmentTypeModifierConstructorDescriptionCreates an InlineVerticalAlignment with a specified type.InlineVerticalAlignment(InlineVerticalAlignmentType type, float value) Creates an InlineVerticalAlignment with a specified type and a value.