Class PlotGrowthRecord

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

public final class PlotGrowthRecord extends StandardRecord
The plot growth record specifies the scaling factors used when a font is scaled.
  • Field Details

  • Constructor Details

    • PlotGrowthRecord

      public PlotGrowthRecord()
    • PlotGrowthRecord

      public PlotGrowthRecord(PlotGrowthRecord other)
    • PlotGrowthRecord

      public PlotGrowthRecord(RecordInputStream in)
  • Method Details

    • 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 PlotGrowthRecord copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getHorizontalScale

      public int getHorizontalScale()
      Get the horizontalScale field for the PlotGrowth record.
    • setHorizontalScale

      public void setHorizontalScale(int field_1_horizontalScale)
      Set the horizontalScale field for the PlotGrowth record.
    • getVerticalScale

      public int getVerticalScale()
      Get the verticalScale field for the PlotGrowth record.
    • setVerticalScale

      public void setVerticalScale(int field_2_verticalScale)
      Set the verticalScale field for the PlotGrowth record.
    • getGenericRecordType

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

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