Class PageLayout
java.lang.Object
ch.stegmaier.java2tex.commands.registry.PageLayout
Commands for controlling the general page layout.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommandWidth of the current line, decreased for each nested list.static ch.stegmaier.java2tex.core.GenericCommandThe height of the paper, as distinct from the height of the print area.static ch.stegmaier.java2tex.core.GenericCommandThe width of the paper, as distinct from the width of the print area.static ch.stegmaier.java2tex.core.GenericCommandThe normal vertical height of the page body.static ch.stegmaier.java2tex.core.GenericCommandThe full horizontal width of the entire page body.
-
Constructor Details
-
PageLayout
public PageLayout()
-
-
Method Details
-
textheight
public static ch.stegmaier.java2tex.core.GenericCommand textheight()The normal vertical height of the page body. -
textwidth
public static ch.stegmaier.java2tex.core.GenericCommand textwidth()The full horizontal width of the entire page body. -
linewidth
public static ch.stegmaier.java2tex.core.GenericCommand linewidth()Width of the current line, decreased for each nested list. -
paperheight
public static ch.stegmaier.java2tex.core.GenericCommand paperheight()The height of the paper, as distinct from the height of the print area. -
paperwidth
public static ch.stegmaier.java2tex.core.GenericCommand paperwidth()The width of the paper, as distinct from the width of the print area.
-