Uses of Class
org.compiere.print.MPrintTableFormat
-
Packages that use MPrintTableFormat Package Description org.compiere.print Provides for....org.compiere.print.layout -
-
Uses of MPrintTableFormat in org.compiere.print
Methods in org.compiere.print that return MPrintTableFormat Modifier and Type Method Description static MPrintTableFormat
MPrintTableFormat. get(Properties ctx, int AD_PrintTableFormat_ID, int AD_PrintFont_ID)
Get Table Formatstatic MPrintTableFormat
MPrintTableFormat. get(Properties ctx, int AD_PrintTableFormat_ID, Font standard_font)
Get Table Format.static MPrintTableFormat
MPrintTableFormat. getDefault(Properties ctx)
Get Default Table Format.MPrintTableFormat
MPrintFormat. getTableFormat()
Get Table FormatMPrintTableFormat
MPrintTableFormat. markImmutable()
Constructors in org.compiere.print with parameters of type MPrintTableFormat Constructor Description MPrintTableFormat(Properties ctx, MPrintTableFormat copy)
MPrintTableFormat(Properties ctx, MPrintTableFormat copy, String trxName)
MPrintTableFormat(MPrintTableFormat copy)
-
Uses of MPrintTableFormat in org.compiere.print.layout
Constructors in org.compiere.print.layout with parameters of type MPrintTableFormat Constructor Description ParameterElement(MQuery query, Properties ctx, MPrintTableFormat tFormat)
Parameter Element.PInstanceLogElement(Properties ctx, MQuery query, MPrintTableFormat tFormat)
TableElement(ValueNamePair[] columnHeader, int[] columnMaxWidth, int[] columnMaxHeight, String[] columnJustification, boolean[] fixedWidth, ArrayList<Integer> functionRows, boolean multiLineHeader, org.compiere.print.util.SerializableMatrix<Serializable> data, KeyNamePair[] pk, String pkColumnName, int pageNoStart, Rectangle firstPage, Rectangle nextPages, int repeatedColumns, HashMap<Integer,Integer> additionalLines, HashMap<Point,Font> rowColFont, HashMap<Point,Color> rowColColor, HashMap<Point,Color> rowColBackground, MPrintTableFormat tFormat, ArrayList<Integer> pageBreak, Boolean[] colSuppressRepeats, HashMap<Point,MReportLine> rowColReportLine, ArrayList<Integer> finReportSumRows)
Constructor.
-