Package | Description |
---|---|
org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method and Description |
---|---|
static Ole10Native |
Ole10Native.createFromEmbeddedOleObject(DirectoryNode directory)
Creates an instance of this class from an embedded OLE Object.
|
static Ole10Native |
Ole10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs)
Creates an instance of this class from an embedded OLE Object.
|
Constructor and Description |
---|
Ole10Native(byte[] data,
int offset)
Creates an instance and fills the fields based on the data in the given buffer.
|
Ole10Native(byte[] data,
int offset,
boolean plain)
Deprecated.
parameter plain is ignored, use
Ole10Native.Ole10Native(byte[],int) |
Copyright © 2007-2019. All Rights Reserved.