2011-09-23 4 views

답변

4

documented in the HOW-TO으로 뭔가 :

FastReportBuilder fr = new FastReportBuilder(); 
fr.addAutoText(
    AutoText.AUTOTEXT_PAGE_X_SLASH_Y, 
    AutoText.POSITION_FOOTER, 
    AutoText.ALIGNMENT_LEFT 
) 
관련 문제