Class AxisLineFormatRecord

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

public final class AxisLineFormatRecord extends StandardRecord
The axis line format record defines the axis type details.
  • Field Details

  • Constructor Details

    • AxisLineFormatRecord

      public AxisLineFormatRecord()
    • AxisLineFormatRecord

      public AxisLineFormatRecord(AxisLineFormatRecord other)
    • AxisLineFormatRecord

      public AxisLineFormatRecord(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
    • getAxisType

      public short getAxisType()
      Get the axis type field for the AxisLineFormat record.
      Returns:
      One of AXIS_TYPE_AXIS_LINE AXIS_TYPE_MAJOR_GRID_LINE AXIS_TYPE_MINOR_GRID_LINE AXIS_TYPE_WALLS_OR_FLOOR
    • setAxisType

      public void setAxisType(short field_1_axisType)
      Set the axis type field for the AxisLineFormat record.
      Parameters:
      field_1_axisType - One of AXIS_TYPE_AXIS_LINE AXIS_TYPE_MAJOR_GRID_LINE AXIS_TYPE_MINOR_GRID_LINE AXIS_TYPE_WALLS_OR_FLOOR
    • copy

      public AxisLineFormatRecord 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()