Class PDFContainer

java.lang.Object
io.keikai.doc.io.schema.pdf.PDFContainer
All Implemented Interfaces:
IPDFElement
Direct Known Subclasses:
PDFHeaderFooter, PDFSection, PDFTableCell

public class PDFContainer extends Object implements IPDFElement
Internal Use Only.

Represents a container in a PDF document, a PDFContainer contains PDFBlock.

Author:
Jamson Chan
  • Constructor Details

    • PDFContainer

      public PDFContainer()
  • Method Details

    • getBlocks

      public List<PDFBlock> getBlocks()
      Returns the blocks in the container.
      Returns:
      the blocks in the container.
    • addBlock

      public void addBlock(PDFBlock block)
      Adds a block to the container.
      Parameters:
      block - the block to add.