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
public class PDFBlock extends java.lang.Object implements IPDFElement
Internal Use Only.Represents a block in a PDF document, a
PDFBlockis a child ofPDFContainer.- Author:
- Jamson Chan
-
-
Constructor Summary
Constructors Constructor Description PDFBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.keikai.doc.api.impl.node.style.ParagraphStyle.AligngetAlign()Returns the alignment of the block.voidsetAlign(io.keikai.doc.api.impl.node.style.ParagraphStyle.Align align)Sets the alignment of the block.
-
-
-
Method Detail
-
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.
-
-