Class PropertySetObject
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.PropertySetObject
 
- 
 public class PropertySetObject extends Object This class is used to represent the property set.
- 
- 
Field SummaryFields Modifier and Type Field Description ObjectGroupObjectDeclareobjectDeclarationObjectSpaceObjectPropSetobjectSpaceObjectPropSet
 - 
Constructor SummaryConstructors Constructor Description PropertySetObject(ObjectGroupObjectDeclare objectDeclaration, ObjectGroupObjectData objectData)Construct the PropertySetObject instance.
 
- 
- 
- 
Field Detail- 
objectDeclarationpublic ObjectGroupObjectDeclare objectDeclaration 
 - 
objectSpaceObjectPropSetpublic ObjectSpaceObjectPropSet objectSpaceObjectPropSet 
 
- 
 - 
Constructor Detail- 
PropertySetObjectpublic PropertySetObject(ObjectGroupObjectDeclare objectDeclaration, ObjectGroupObjectData objectData) throws IOException Construct the PropertySetObject instance.- Parameters:
- objectDeclaration- The Object Declaration structure.
- objectData- The Object Data structure.
- Throws:
- IOException
 
 
- 
 
-