Footer su posizioni fisse (parametro Height a valori <0)
git-svn-id: svn://10.65.10.50/trunk@4972 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1450aca822
commit
d57a6fb87b
@ -2213,6 +2213,15 @@ HIDDEN bool font_handler(TMask_field& f, KEY key)
|
||||
TMask* TPrint_section::_msk = NULL;
|
||||
|
||||
|
||||
word TPrint_section::height() const
|
||||
{
|
||||
if (_height<0)
|
||||
return printer().formlen()+_height;
|
||||
else
|
||||
return _height;
|
||||
}
|
||||
|
||||
|
||||
TExpression & TPrint_section::eval_expr(TExpression & expr,int defaultfile_id)
|
||||
{
|
||||
for (int j=0; j<expr.numvar(); j++) { // scansione delle variabili dell'espressione di rvalue
|
||||
|
@ -577,8 +577,7 @@ public:
|
||||
word columns()
|
||||
{ tab(0); return _nfld; }
|
||||
// @cmember Ritorna l'altezza della sezione
|
||||
word height() const
|
||||
{ return _height;}
|
||||
word height() const ;
|
||||
// @cmember Ritorna l'altezza minima delle sottosezioni
|
||||
word subs_height() const ;
|
||||
// @cmember Ritorna l'offset della prima colonna
|
||||
|
Loading…
x
Reference in New Issue
Block a user