Package com.justifiedsolutions.openpdf.pdf

This package contains the model for a PDF document.
  • Interface Summary 
    Interface Description
    Footer
    A footer for a Document.
    Header
    A header for a Document.
    RunningMarginal
    Represents either a header or footer for a Document.
  • Class Summary 
    Class Description
    Chapter
    A Chapter is a specialization of a Section that can only be created by a Document.
    Document
    Represents a PDF document.
    Margin
    A Margin represents how much space between the edge of the page and where content is allowed to be displayed.
    PageNumberFooter
    A convenience class that places "Page N" at the bottom of a page (where N is the page number).
    Section
    A Section displays it's content as follows:
  • Enum Summary 
    Enum Description
    HorizontalAlignment
    Represents the different horizontal alignments that can be utilized on text.
    Metadata
    Enumerates the supported metadata fields in a PDF document.
    PageSize
    Represents common page sizes.
    VerticalAlignment
    Represents the different horizontal alignments that can be utilized on text.
  • Exception Summary 
    Exception Description
    DocumentException
    An Exception thrown when some illegal action or state is triggered with a Document.