|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryNode | |
|---|---|
| org.apache.poi | |
| org.apache.poi.hdgf | |
| org.apache.poi.hslf | |
| org.apache.poi.hslf.record | |
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| org.apache.poi.hwpf | |
| org.apache.poi.poifs.dev | DEV package serves two purposes. |
| org.apache.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. |
| Uses of DirectoryNode in org.apache.poi |
|---|
| Fields in org.apache.poi declared as DirectoryNode | |
|---|---|
protected DirectoryNode |
POIDocument.directory
The directory that our document lives in |
| Constructors in org.apache.poi with parameters of type DirectoryNode | |
|---|---|
POIDocument(DirectoryNode dir,
POIFSFileSystem fs)
|
|
| Uses of DirectoryNode in org.apache.poi.hdgf |
|---|
| Constructors in org.apache.poi.hdgf with parameters of type DirectoryNode | |
|---|---|
HDGFDiagram(DirectoryNode dir,
POIFSFileSystem fs)
|
|
| Uses of DirectoryNode in org.apache.poi.hslf |
|---|
| Constructors in org.apache.poi.hslf with parameters of type DirectoryNode | |
|---|---|
HSLFSlideShow(DirectoryNode dir,
POIFSFileSystem filesystem)
Constructs a Powerpoint document from a specific point in a POIFS Filesystem. |
|
| Uses of DirectoryNode in org.apache.poi.hslf.record |
|---|
| Constructors in org.apache.poi.hslf.record with parameters of type DirectoryNode | |
|---|---|
CurrentUserAtom(DirectoryNode dir)
Find the Current User in the filesystem, and create from that |
|
| Uses of DirectoryNode in org.apache.poi.hssf.usermodel |
|---|
| Constructors in org.apache.poi.hssf.usermodel with parameters of type DirectoryNode | |
|---|---|
HSSFWorkbook(DirectoryNode directory,
POIFSFileSystem fs,
boolean preserveNodes)
given a POI POIFSFileSystem object, and a specific directory within it, read in its Workbook and populate the high and low level models. |
|
| Uses of DirectoryNode in org.apache.poi.hwpf |
|---|
| Constructors in org.apache.poi.hwpf with parameters of type DirectoryNode | |
|---|---|
HWPFDocument(DirectoryNode directory,
POIFSFileSystem pfilesystem)
This constructor loads a Word document from a specific point in a POIFSFileSystem, probably not the default. |
|
| Uses of DirectoryNode in org.apache.poi.poifs.dev |
|---|
| Methods in org.apache.poi.poifs.dev with parameters of type DirectoryNode | |
|---|---|
static void |
POIFSLister.displayDirectory(DirectoryNode dir,
java.lang.String indent)
|
| Uses of DirectoryNode in org.apache.poi.poifs.filesystem |
|---|
| Methods in org.apache.poi.poifs.filesystem that return DirectoryNode | |
|---|---|
DirectoryNode |
POIFSFileSystem.getRoot()
get the root entry |
| Constructors in org.apache.poi.poifs.filesystem with parameters of type DirectoryNode | |
|---|---|
EntryNode(Property property,
DirectoryNode parent)
create a DocumentNode. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||