Class FeatProtection

java.lang.Object
org.apache.poi.hssf.record.common.FeatProtection
All Implemented Interfaces:
SharedFeature

public final class FeatProtection extends Object implements SharedFeature
Title: FeatProtection (Protection Shared Feature) common record part

This record part specifies Protection data for a sheet, stored as part of a Shared Feature. It can be found in records such as FeatRecord

  • Field Details

    • NO_SELF_RELATIVE_SECURITY_FEATURE

      public static final long NO_SELF_RELATIVE_SECURITY_FEATURE
      See Also:
    • HAS_SELF_RELATIVE_SECURITY_FEATURE

      public static final long HAS_SELF_RELATIVE_SECURITY_FEATURE
      See Also:
  • Constructor Details

    • FeatProtection

      public FeatProtection()
    • FeatProtection

      public FeatProtection(RecordInputStream in)
  • Method Details