com.github.jhonnymertz.wkhtmltopdf.wrapper.objects.TableOfContents Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-wkhtmltopdf-wrapper Show documentation
Show all versions of java-wkhtmltopdf-wrapper Show documentation
A Java based wrapper for the wkhtmltopdf command line tool. As the name implies, it uses WebKit to
convert HTML documents to PDFs.
package com.github.jhonnymertz.wkhtmltopdf.wrapper.objects;
/**
* The type Table of contents.
*/
public class TableOfContents extends BaseObject {
@Override
public String SetObjectIdentifier() {
return "toc";
}
}