Class WindowProtectRecord

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

public final class WindowProtectRecord extends StandardRecord
Flags whether workbook windows are protected
  • Field Details

  • Constructor Details

    • WindowProtectRecord

      public WindowProtectRecord(int options)
    • WindowProtectRecord

      public WindowProtectRecord(WindowProtectRecord other)
    • WindowProtectRecord

      public WindowProtectRecord(RecordInputStream in)
    • WindowProtectRecord

      public WindowProtectRecord(boolean protect)
  • Method Details

    • setProtect

      public void setProtect(boolean protect)
      set whether this window should be protected or not
      Parameters:
      protect - or not
    • getProtect

      public boolean getProtect()
      is this window protected or not
      Returns:
      protected or not
    • 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 WindowProtectRecord 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()