Uses of Class
adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet.HorizontalAlignment
-
Packages that use AbstractSpreadSheetPdfProclet.HorizontalAlignment Package Description adams.flow.transformer.pdfproclet -
-
Uses of AbstractSpreadSheetPdfProclet.HorizontalAlignment in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as AbstractSpreadSheetPdfProclet.HorizontalAlignment Modifier and Type Field Description protected AbstractSpreadSheetPdfProclet.HorizontalAlignment
AbstractSpreadSheetPdfProclet. m_HorizontalAlignment
the horizontal alignment (if not 100% wide).Methods in adams.flow.transformer.pdfproclet that return AbstractSpreadSheetPdfProclet.HorizontalAlignment Modifier and Type Method Description AbstractSpreadSheetPdfProclet.HorizontalAlignment
AbstractSpreadSheetPdfProclet. getHorizontalAlignment()
Returns how to align the table on the page when not 100% wide.static AbstractSpreadSheetPdfProclet.HorizontalAlignment
AbstractSpreadSheetPdfProclet.HorizontalAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractSpreadSheetPdfProclet.HorizontalAlignment[]
AbstractSpreadSheetPdfProclet.HorizontalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer.pdfproclet with parameters of type AbstractSpreadSheetPdfProclet.HorizontalAlignment Modifier and Type Method Description void
AbstractSpreadSheetPdfProclet. setHorizontalAlignment(AbstractSpreadSheetPdfProclet.HorizontalAlignment value)
Sets how to align the table on the page when not 100% wide.
-