We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I understand yStart but I don't understand what the yStartNewPage parameter is supposed to do.
The text was updated successfully, but these errors were encountered:
yStart is the current page, yStartNewPage is where new pages should start (minus top margin).
yStart
yStartNewPage
private void pageBreak() throws IOException { tableContentStream.close(); this.yStart = yStartNewPage - pageTopMargin; this.currentPage = createNewPage(); this.tableContentStream = createPdPageContentStream(); }
Sorry, something went wrong.
johnmanko
No branches or pull requests
Hello,
I understand yStart but I don't understand what the yStartNewPage parameter is supposed to do.
The text was updated successfully, but these errors were encountered: