下面的代码:
Document document = new Document();
DocumentBuilder builder = new DocumentBuilder(document);
Section currentSection = builder.getCurrentSection();
currentSection.getPageSetup().setPageStartingNumber(10);
current…...DocumentBuilder(document); Section currentSection = builder.getCurrentSection();...DocumentBuilder(document); Section currentSection = builder.getCurrentSection();...