Uses of Class
io.keikai.doc.io.schema.pdf.PDFBlock
-
Packages that use PDFBlock Package Description io.keikai.doc.io.schema.pdf -
-
Uses of PDFBlock in io.keikai.doc.io.schema.pdf
Subclasses of PDFBlock in io.keikai.doc.io.schema.pdf Modifier and Type Class Description classPDFParagraphInternal Use Only.classPDFTableInternal Use Only.Methods in io.keikai.doc.io.schema.pdf that return types with arguments of type PDFBlock Modifier and Type Method Description java.util.List<PDFBlock>PDFContainer. getBlocks()Returns the blocks in the container.Methods in io.keikai.doc.io.schema.pdf with parameters of type PDFBlock Modifier and Type Method Description voidPDFContainer. addBlock(PDFBlock block)Adds a block to the container.
-