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 Details

    • PageLayout

      public PageLayout()
  • Method Details

    • textheight

      public static GenericCommand textheight()
      The normal vertical height of the page body.
    • textwidth

      public static GenericCommand textwidth()
      The full horizontal width of the entire page body.
    • linewidth

      public static GenericCommand linewidth()
      Width of the current line, decreased for each nested list.
    • paperheight

      public static GenericCommand paperheight()
      The height of the paper, as distinct from the height of the print area.
    • paperwidth

      public static GenericCommand paperwidth()
      The width of the paper, as distinct from the width of the print area.
      Returns: