Uses of Class
adams.flow.transformer.pdfstamp.Text.Alignment
-
Packages that use Text.Alignment Package Description adams.flow.transformer.pdfstamp -
-
Uses of Text.Alignment in adams.flow.transformer.pdfstamp
Fields in adams.flow.transformer.pdfstamp declared as Text.Alignment Modifier and Type Field Description protected Text.AlignmentText. m_Alignmentthe alignment.Methods in adams.flow.transformer.pdfstamp that return Text.Alignment Modifier and Type Method Description Text.AlignmentText. getAlignment()Returns the alignment for the text.static Text.AlignmentText.Alignment. valueOf(String name)Returns the enum constant of this type with the specified name.static Text.Alignment[]Text.Alignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer.pdfstamp with parameters of type Text.Alignment Modifier and Type Method Description voidText. setAlignment(Text.Alignment value)Sets the alignment for the text.
-