Class EscherPart

java.lang.Object
org.apache.poi.hpbf.model.HPBFPart
org.apache.poi.hpbf.model.EscherPart
Direct Known Subclasses:
EscherDelayStm, EscherStm

public abstract class EscherPart extends HPBFPart
Parent class of all Escher parts
  • Constructor Details

  • Method Details

    • setMaxRecordLength

      public static void setMaxRecordLength(int length)
      Parameters:
      length - the max record length allowed for EscherPart
    • getMaxRecordLength

      public static int getMaxRecordLength()
      Returns:
      the max record length allowed for EscherPart
    • getEscherRecords

      public EscherRecord[] getEscherRecords()