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.Alignment
Text. m_Alignment
the alignment.Methods in adams.flow.transformer.pdfstamp that return Text.Alignment Modifier and Type Method Description Text.Alignment
Text. getAlignment()
Returns the alignment for the text.static Text.Alignment
Text.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 void
Text. setAlignment(Text.Alignment value)
Sets the alignment for the text.
-