Package io.keikai.doc.io.schema.pdf
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 java.lang.Object implements IPDFElement
Internal Use Only.Represents a container in a PDF document, a
PDFContainercontainsPDFBlock.- Author:
- Jamson Chan
-
-
Constructor Summary
Constructors Constructor Description PDFContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBlock(PDFBlock block)Adds a block to the container.java.util.List<PDFBlock>getBlocks()Returns the blocks in the container.
-