Class PageLayout

java.lang.Object
ch.stegmaier.java2tex.commands.registry.PageLayout

public class PageLayout extends Object
Commands for controlling the general page layout.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.GenericCommand
    Width of the current line, decreased for each nested list.
    static ch.stegmaier.java2tex.core.GenericCommand
    The height of the paper, as distinct from the height of the print area.
    static ch.stegmaier.java2tex.core.GenericCommand
    The width of the paper, as distinct from the width of the print area.
    static ch.stegmaier.java2tex.core.GenericCommand
    The normal vertical height of the page body.
    static ch.stegmaier.java2tex.core.GenericCommand
    The full horizontal width of the entire page body.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.