Class HeaderCell
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.HeaderCell
-
public class HeaderCell extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ObjectSpaceObjectPropSet
objectData
ObjectGroupObjectDeclare
objectDeclaration
-
Constructor Summary
Constructors Constructor Description HeaderCell()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HeaderCell
createInstance(ObjectGroupDataElementData objectElement)
Create the instance of Header Cell.
-
-
-
Field Detail
-
objectDeclaration
public ObjectGroupObjectDeclare objectDeclaration
-
objectData
public ObjectSpaceObjectPropSet objectData
-
-
Method Detail
-
createInstance
public static HeaderCell createInstance(ObjectGroupDataElementData objectElement) throws IOException
Create the instance of Header Cell.- Parameters:
objectElement
- The instance of ObjectGroupDataElementData.- Returns:
- Returns the instacne of HeaderCell.
- Throws:
IOException
-
-