Class ShrinkToPortrait


public class ShrinkToPortrait extends ImageMapping
Deprecated.
Deprecated in Version 1.1. Use 'ShrinkToFit' instead.

The image mapping that places the image onto portrait pages of the specified size

Place images onto portrait pages. Large images are scaled down to fit onto getPageSize().
  • Constructor Details

    • ShrinkToPortrait

      public ShrinkToPortrait()
      Deprecated.
  • Method Details

    • getPageSize

      public Size getPageSize()
      Deprecated.

      The page size (Getter)

      All output pages are created as that size and in portrait mode.

      Default value: "A4" (210mm 297mm)

    • setPageSize

      public void setPageSize(Size value)
      Deprecated.

      The page size (Setter)

      All output pages are created as that size and in portrait mode.

      Default value: "A4" (210mm 297mm)

      Throws:
      IllegalArgumentException - The argument is smaller than "3pt 3pt" or larger than "14400pt 14400pt".
      IllegalArgumentException - if value is null
    • getPageMargin

      public Margin getPageMargin()
      Deprecated.

      The page margin (Getter)

      Default value: 20mm (0.79in)
    • setPageMargin

      public void setPageMargin(Margin value)
      Deprecated.

      The page margin (Setter)

      Default value: 20mm (0.79in)
      Throws:
      IllegalArgumentException - The argument has negative margin values.
      IllegalArgumentException - if value is null