|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_PrintTableFormat
org.compiere.print.MPrintTableFormat
public class MPrintTableFormat
Table Print Format
| Field Summary |
|---|
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MPrintTableFormat(Ctx ctx,
int AD_PrintTableFormat_ID,
String trxName)
Standard Constructor |
|
MPrintTableFormat(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MPrintTableFormat |
get(Ctx ctx,
int AD_PrintTableFormat_ID,
Font standard_font)
Get Table Format. |
static MPrintTableFormat |
get(Ctx ctx,
int AD_PrintTableFormat_ID,
int AD_PrintFont_ID)
Get Table Format |
static MPrintTableFormat |
getDefault(Ctx ctx)
Get Default Table Format. |
Font |
getFunct_Font()
Get Function Font |
Color |
getFunctBG_Color()
Get Function BG Color |
Color |
getFunctFG_Color()
Get Function FG Color |
BigDecimal |
getHdrStroke()
Get Header Stroke for horizontal Lines |
Font |
getHeader_Font()
Get Table Header Font |
Stroke |
getHeader_Stroke()
Get Header Stroke |
Color |
getHeaderBG_Color()
Get Header BG Color |
Color |
getHeaderFG_Color()
Get Header Foreground |
Color |
getHeaderLine_Color()
Get Header Line Color |
Color |
getHLine_Color()
Get Horizontal Line Color. |
Stroke |
getHLine_Stroke()
Get Horizontal Line Stroke - (same DB line column) |
BigDecimal |
getLineStroke()
Get Horizontal Stroke for Lines - |
Font |
getPageFooter_Font()
Get Page Footer Font |
Color |
getPageFooterBG_Color()
Get Page Footer BG_Color |
Color |
getPageFooterFG_Color()
Get PageFooter FG_Color |
Font |
getPageHeader_Font()
Get Top Page Header Font |
Color |
getPageHeaderBG_Color()
Get Page Header BG_Color |
Color |
getPageHeaderFG_Color()
Get Page Header FG_Color |
Color |
getParameter_Color()
Get Parameter Color |
Font |
getParameter_Font()
Get Parameter Font |
Font |
getStandard_Font()
Get Stndard Font |
Color |
getVLine_Color()
Get Verical Line Color. |
Stroke |
getVLine_Stroke()
Get Vertical Line Stroke | (same DB line column) |
BigDecimal |
getVLineStroke()
Get Vertical Stroke for Lines | |
void |
setStandard_Font(Font standardFont)
Set Standard Font to derive other fonts if not defined |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPrintTableFormat(Ctx ctx,
int AD_PrintTableFormat_ID,
String trxName)
ctx - contextAD_PrintTableFormat_ID - table formattrxName - transaction
public MPrintTableFormat(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public void setStandard_Font(Font standardFont)
standardFont - standard fontpublic Font getStandard_Font()
public Font getHeader_Font()
public Color getHeaderFG_Color()
public Color getHeaderBG_Color()
public Color getHeaderLine_Color()
public Stroke getHeader_Stroke()
public BigDecimal getHdrStroke()
getHdrStroke in class X_AD_PrintTableFormatpublic Font getFunct_Font()
public Color getFunctBG_Color()
public Color getFunctFG_Color()
public Font getParameter_Font()
public Color getParameter_Color()
public Font getPageHeader_Font()
public Color getPageHeaderFG_Color()
public Color getPageHeaderBG_Color()
public Font getPageFooter_Font()
public Color getPageFooterFG_Color()
public Color getPageFooterBG_Color()
public Color getHLine_Color()
public Color getVLine_Color()
public Stroke getHLine_Stroke()
public Stroke getVLine_Stroke()
public BigDecimal getLineStroke()
getLineStroke in class X_AD_PrintTableFormatpublic BigDecimal getVLineStroke()
public static MPrintTableFormat get(Ctx ctx,
int AD_PrintTableFormat_ID,
Font standard_font)
ctx - contextAD_PrintTableFormat_ID - table formatstandard_font - standard font
public static MPrintTableFormat get(Ctx ctx,
int AD_PrintTableFormat_ID,
int AD_PrintFont_ID)
ctx - contextAD_PrintTableFormat_ID - table formatAD_PrintFont_ID - standard font
public static MPrintTableFormat getDefault(Ctx ctx)
ctx - context
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||