Class DocumentProperty

java.lang.Object
org.docx4j.org.apache.poi.poifs.property.Property
org.docx4j.org.apache.poi.poifs.property.DocumentProperty
All Implemented Interfaces:
POIFSViewable, Child

public class DocumentProperty
extends Property
Trivial extension of Property for POIFSDocuments
  • Constructor Details

    • DocumentProperty

      public DocumentProperty​(java.lang.String name, int size)
      Constructor
      Parameters:
      name - POIFSDocument name
      size - POIFSDocument size
    • DocumentProperty

      protected DocumentProperty​(int index, byte[] array, int offset)
      reader constructor
      Parameters:
      index - index number
      array - byte data
      offset - offset into byte data
  • Method Details