Interface PageFormat

All Known Implementing Classes:
AbstractPageFormat, DefaultPageFormat, LandscapeA4, LandscapeB5, LandscapeLegal, LandscapeLetter, Ledger, PortraitA4, PortraitB5, PortraitLegal, PortraitLetter, Tabloid

public interface PageFormat
Author:
Jorge Campins
  • Method Details

    • ordinal

      default int ordinal()
    • getPaperSize

      String getPaperSize()
    • isLandscapeOrientation

      boolean isLandscapeOrientation()
    • isPortraitOrientation

      boolean isPortraitOrientation()
    • getColumnWidth

      int getColumnWidth()
    • getPageWidth

      int getPageWidth()
    • getPageHeight

      int getPageHeight()
    • getTopMargin

      int getTopMargin()
    • getBottomMargin

      int getBottomMargin()
    • getLeftMargin

      int getLeftMargin()
    • getRightMargin

      int getRightMargin()