Package io.keikai.doc.io.schema.pdf
Class PDFBlock
java.lang.Object
io.keikai.doc.io.schema.pdf.PDFBlock
- All Implemented Interfaces:
IPDFElement
- Direct Known Subclasses:
PDFParagraph,PDFTable
Internal Use Only.
Represents a block in a PDF document,
a PDFBlock is a child of PDFContainer.
- Author:
- Jamson Chan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PDFBlock
public PDFBlock()
-
-
Method Details
-
getAlign
public io.keikai.doc.api.impl.node.style.ParagraphStyle.Align getAlign()Returns the alignment of the block.- Returns:
- the alignment of the block.
-
setAlign
public void setAlign(io.keikai.doc.api.impl.node.style.ParagraphStyle.Align align) Sets the alignment of the block.- Parameters:
align- the alignment of the block.
-