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
Internal Use Only.
Represents a container in a PDF document,
a PDFContainer contains PDFBlock.
- Author:
- Jamson Chan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PDFContainer
public PDFContainer()
-
-
Method Details
-
getBlocks
Returns the blocks in the container.- Returns:
- the blocks in the container.
-
addBlock
Adds a block to the container.- Parameters:
block- the block to add.
-