Class PrintSetupRecord

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

public final class PrintSetupRecord extends StandardRecord
Stores print setup options -- bogus for HSSF (and marked as such)
Since:
2.0-pre
  • Field Details

  • Constructor Details

    • PrintSetupRecord

      public PrintSetupRecord()
    • PrintSetupRecord

      public PrintSetupRecord(PrintSetupRecord other)
    • PrintSetupRecord

      public PrintSetupRecord(RecordInputStream in)
  • Method Details

    • setPaperSize

      public void setPaperSize(short size)
    • setScale

      public void setScale(short scale)
    • setPageStart

      public void setPageStart(short start)
    • setFitWidth

      public void setFitWidth(short width)
    • setFitHeight

      public void setFitHeight(short height)
    • setOptions

      public void setOptions(short options)
    • setLeftToRight

      public void setLeftToRight(boolean ltor)
    • setLandscape

      public void setLandscape(boolean ls)
    • setValidSettings

      public void setValidSettings(boolean valid)
    • setNoColor

      public void setNoColor(boolean mono)
    • setDraft

      public void setDraft(boolean d)
    • setNotes

      public void setNotes(boolean printnotes)
    • setNoOrientation

      public void setNoOrientation(boolean orientation)
    • setUsePage

      public void setUsePage(boolean page)
    • setHResolution

      public void setHResolution(short resolution)
    • setVResolution

      public void setVResolution(short resolution)
    • setHeaderMargin

      public void setHeaderMargin(double headermargin)
    • setFooterMargin

      public void setFooterMargin(double footermargin)
    • setCopies

      public void setCopies(short copies)
    • getPaperSize

      public short getPaperSize()
    • getScale

      public short getScale()
    • getPageStart

      public short getPageStart()
    • getFitWidth

      public short getFitWidth()
    • getFitHeight

      public short getFitHeight()
    • getOptions

      public short getOptions()
    • getLeftToRight

      public boolean getLeftToRight()
    • getLandscape

      public boolean getLandscape()
    • getValidSettings

      public boolean getValidSettings()
    • getNoColor

      public boolean getNoColor()
    • getDraft

      public boolean getDraft()
    • getNotes

      public boolean getNotes()
    • getNoOrientation

      public boolean getNoOrientation()
    • getUsePage

      public boolean getUsePage()
    • getHResolution

      public short getHResolution()
    • getVResolution

      public short getVResolution()
    • getHeaderMargin

      public double getHeaderMargin()
    • getFooterMargin

      public double getFooterMargin()
    • getCopies

      public short getCopies()
    • serialize

      public void serialize(LittleEndianOutput out)
    • getSid

      public short getSid()
      Description copied from class: Record
      return the non static version of the id for this record.
      Specified by:
      getSid in class Record
      Returns:
      he id for this record
    • copy

      public PrintSetupRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getGenericRecordType

      public HSSFRecordTypes getGenericRecordType()
      Specified by:
      getGenericRecordType in interface GenericRecord
      Specified by:
      getGenericRecordType in class Record
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()