mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 06:05:25 +00:00
spelling: format
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
8e62344cc5
commit
64859c2247
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user