TableOfContents.java 236 B

1234567891011
  1. package com.github.jhonnymertz.wkhtmltopdf.wrapper.objects;
  2. /**
  3. * The type Table of contents.
  4. */
  5. public class TableOfContents extends BaseObject {
  6. @Override
  7. public String SetObjectIdentifier() {
  8. return "toc";
  9. }
  10. }