Uses of Class
com.itextpdf.layout.properties.InlineVerticalAlignmentType
-
Packages that use InlineVerticalAlignmentType Package Description com.itextpdf.layout.properties -
-
Uses of InlineVerticalAlignmentType in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as InlineVerticalAlignmentType Modifier and Type Field Description private InlineVerticalAlignmentType
InlineVerticalAlignment. type
Methods in com.itextpdf.layout.properties that return InlineVerticalAlignmentType Modifier and Type Method Description InlineVerticalAlignmentType
InlineVerticalAlignment. getType()
Gets the type of InlineVerticalAlignment.static InlineVerticalAlignmentType
InlineVerticalAlignmentType. valueOf(java.lang.String name)
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.Methods in com.itextpdf.layout.properties with parameters of type InlineVerticalAlignmentType Modifier and Type Method Description void
InlineVerticalAlignment. setType(InlineVerticalAlignmentType type)
Sets the typeInlineVerticalAlignmentType
.Constructors in com.itextpdf.layout.properties with parameters of type InlineVerticalAlignmentType Constructor Description InlineVerticalAlignment(InlineVerticalAlignmentType type)
Creates an InlineVerticalAlignment with a specified type.InlineVerticalAlignment(InlineVerticalAlignmentType type, float value)
Creates an InlineVerticalAlignment with a specified type and a value.
-