Uses of Enum Class
be.quodlibet.boxable.TextType
Packages that use TextType
-
Uses of TextType in be.quodlibet.boxable
Methods in be.quodlibet.boxable that return TextTypeModifier and TypeMethodDescriptionstatic TextTypeReturns the enum constant of this class with the specified name.static TextType[]TextType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in be.quodlibet.boxable with parameters of type TextTypeModifierConstructorDescriptionParagraph(String text, org.apache.pdfbox.pdmodel.font.PDFont font, float fontSize, float width, HorizontalAlignment align, Color color, TextType textType, WrappingFunction wrappingFunction) Paragraph(String text, org.apache.pdfbox.pdmodel.font.PDFont font, float fontSize, float width, HorizontalAlignment align, Color color, TextType textType, WrappingFunction wrappingFunction, float lineSpacing)