|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MPrintTableFormat | |
|---|---|
| org.compiere.print | Provides for.... |
| org.compiere.print.layout | |
| Uses of MPrintTableFormat in org.compiere.print |
|---|
| Methods in org.compiere.print that return MPrintTableFormat | |
|---|---|
static MPrintTableFormat |
MPrintTableFormat.get(Ctx ctx,
int AD_PrintTableFormat_ID,
Font standard_font)
Get Table Format. |
static MPrintTableFormat |
MPrintTableFormat.get(Ctx ctx,
int AD_PrintTableFormat_ID,
int AD_PrintFont_ID)
Get Table Format |
static MPrintTableFormat |
MPrintTableFormat.getDefault(Ctx ctx)
Get Default Table Format. |
MPrintTableFormat |
MPrintFormat.getTableFormat()
Get Table Format |
| Uses of MPrintTableFormat in org.compiere.print.layout |
|---|
| Constructors in org.compiere.print.layout with parameters of type MPrintTableFormat | |
|---|---|
ParameterElement(Query query,
Ctx ctx,
MPrintTableFormat tFormat)
Parameter Element. |
|
TableElement(ValueNamePair[] columnHeader,
int[] columnMaxWidth,
int[] columnMaxHeight,
String[] columnJustification,
boolean[] fixedWidth,
ArrayList<Integer> functionRows,
boolean multiLineHeader,
Object[][] 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)
Constructor. |
|
|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||