Class PropertySetObject
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.PropertySetObject
This class is used to represent the property set.
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionPropertySetObject
(ObjectGroupObjectDeclare objectDeclaration, ObjectGroupObjectData objectData) Construct the PropertySetObject instance. -
Method Summary
-
Field Details
-
objectDeclaration
-
objectSpaceObjectPropSet
-
-
Constructor Details
-
PropertySetObject
public PropertySetObject(ObjectGroupObjectDeclare objectDeclaration, ObjectGroupObjectData objectData) throws IOException Construct the PropertySetObject instance.- Parameters:
objectDeclaration
- The Object Declaration structure.objectData
- The Object Data structure.- Throws:
IOException
-