Chapter Contents

Previous

Next
Print Manager class: _setPagenumberJust

Print Manager class: _setPagenumberJust



Sets the page number justification of the document


Syntax
Details

Syntax

return = objectName._setPagenumberJust( );


Details

Valid values for justification are
'CENTER' center the number on the page
'LEFT' print number on the left of the page
'RIGHT' print number on the right of the page
'INSIDE' print number on the inside of the page
'OUTSIDE' print number on the outside of the page

INSIDE and OUTSIDE are relative to the bound edge of the paper. The default justification for the number is 'CENTER'. This method will program halt if justification is not one of the valid values listed above.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.