Class GenericPropertyNode

java.lang.Object
org.apache.poi.hwpf.model.PropertyNode<GenericPropertyNode>
org.apache.poi.hwpf.model.GenericPropertyNode
All Implemented Interfaces:
Comparable<GenericPropertyNode>, org.apache.poi.common.Duplicatable

@Internal public final class GenericPropertyNode extends PropertyNode<GenericPropertyNode>
  • Constructor Details

    • GenericPropertyNode

      public GenericPropertyNode(GenericPropertyNode other)
    • GenericPropertyNode

      public GenericPropertyNode(int start, int end, byte[] buf)
  • Method Details