| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf |
| Modifier and Type | Method and Description |
|---|---|
static PropertySet |
PropertySetFactory.create(DirectoryEntry dir,
String name)
Creates the most specific
PropertySet from an entry
in the specified POIFS Directory. |
static PropertySet |
PropertySetFactory.create(InputStream stream)
Creates the most specific
PropertySet from an InputStream. |
| Constructor and Description |
|---|
PropertySet(byte[] stream)
Creates a
PropertySet instance from a byte array
that represents a stream in the Horrible Property Set
Format. |
PropertySet(byte[] stream,
int offset,
int length)
Creates a
PropertySet instance from a byte array
that represents a stream in the Horrible Property Set
Format. |
PropertySet(InputStream stream)
Creates a
PropertySet instance from an InputStream in the Horrible Property Set Format. |
Copyright © 2007-2020. All Rights Reserved.