spelling: format

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:20:53 -04:00
committed by Jindra Petřík
parent 8e62344cc5
commit 64859c2247
2 changed files with 3 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ public class PDFPage extends PDFObject implements Serializable {
* problems.
*
* @param orientation a PageFormat orientation constant:
* PageFormat.PORTRAIT, PageFormat.LANDSACPE or PageFromat.REVERSE_LANDSACPE
* PageFormat.PORTRAIT, PageFormat.LANDSACPE or PageFormat.REVERSE_LANDSACPE
*/
public void setOrientation(int orientation) {
pageFormat.setOrientation(orientation);
@@ -300,7 +300,7 @@ public class PDFPage extends PDFObject implements Serializable {
/**
* Returns the pages orientation: PageFormat.PORTRAIT, PageFormat.LANDSACPE
* or PageFromat.REVERSE_LANDSACPE
* or PageFormat.REVERSE_LANDSACPE
*
* @see java.awt.print.PageFormat
* @return current orientation of the page