Package | Description |
---|---|
org.zkoss.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Parent
Behavior for parent (directory) properties
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryProperty
Directory property
|
class |
DocumentProperty
Trivial extension of Property for POIFSDocuments
|
class |
Property
This abstract base class is the ancestor of all classes
implementing POIFS Property behavior.
|
class |
RootProperty
Root property
|
Modifier and Type | Method and Description |
---|---|
Child |
Property.getNextChild()
Get the next Child, if any
|
Child |
Child.getNextChild()
Get the next Child, if any
|
Child |
Property.getPreviousChild()
Get the previous Child, if any
|
Child |
Child.getPreviousChild()
Get the previous Child, if any
|
Modifier and Type | Method and Description |
---|---|
void |
Property.setNextChild(Child child)
Set the next Child
|
void |
Parent.setNextChild(Child child)
Set the next Child
|
void |
Child.setNextChild(Child child)
Set the next Child
|
void |
Property.setPreviousChild(Child child)
Set the previous Child
|
void |
Parent.setPreviousChild(Child child)
Set the previous Child
|
void |
Child.setPreviousChild(Child child)
Set the previous Child
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.