Class PDFBlock

    • 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.Align getAlign()
      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 Detail

      • PDFBlock

        public PDFBlock()
    • 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.