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.HorizontalAlignmentAbstractSpreadSheetPdfProclet. m_HorizontalAlignmentthe horizontal alignment (if not 100% wide).Methods in adams.flow.transformer.pdfproclet that return AbstractSpreadSheetPdfProclet.HorizontalAlignment Modifier and Type Method Description AbstractSpreadSheetPdfProclet.HorizontalAlignmentAbstractSpreadSheetPdfProclet. getHorizontalAlignment()Returns how to align the table on the page when not 100% wide.static AbstractSpreadSheetPdfProclet.HorizontalAlignmentAbstractSpreadSheetPdfProclet.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 voidAbstractSpreadSheetPdfProclet. setHorizontalAlignment(AbstractSpreadSheetPdfProclet.HorizontalAlignment value)Sets how to align the table on the page when not 100% wide.
-