|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
org.apache.poi.hpsf |
Uses of Property in org.apache.poi.hpsf |
Subclasses of Property in org.apache.poi.hpsf | |
class |
MutableProperty
Adds writing capability to the Property class. |
Fields in org.apache.poi.hpsf declared as Property | |
protected Property[] |
Section.properties
|
Methods in org.apache.poi.hpsf that return Property | |
Property[] |
MutableSection.getProperties()
Gets this section's properties. |
Property[] |
Section.getProperties()
Returns this section's properties. |
Property[] |
PropertySet.getProperties()
Convenience method returning the Property array
contained in this property set. |
Methods in org.apache.poi.hpsf with parameters of type Property | |
static void |
TypeWriter.writeToStream(java.io.OutputStream out,
Property[] properties,
int codepage)
Writes an array of Property instances to an output stream
according to the Horrible Property Stream Format. |
void |
MutableSection.setProperties(Property[] properties)
Sets this section's properties. |
void |
MutableSection.setProperty(Property p)
Sets a property. |
Constructors in org.apache.poi.hpsf with parameters of type Property | |
MutableProperty(Property p)
Creates a MutableProperty as a copy of an existing
Property . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |