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 Object implements IPDFElement
Internal Use Only.

Represents a block in a PDF document, a PDFBlock is a child of PDFContainer.

Author:
Jamson Chan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.keikai.doc.api.impl.node.style.ParagraphStyle.Align
    Returns the alignment of the block.
    void
    setAlign(io.keikai.doc.api.impl.node.style.ParagraphStyle.Align align)
    Sets the alignment of the block.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.