Class FeatSmartTag
java.lang.Object
org.apache.poi.hssf.record.common.FeatSmartTag
- All Implemented Interfaces:
SharedFeature
Title: FeatSmartTag (Smart Tag Shared Feature) common record part
This record part specifies Smart Tag data for a sheet, stored as part
of a Shared Feature. It can be found in records such as FeatRecord
.
It is made up of a hash, and a set of Factoid Data that makes up
the smart tags.
For more details, see page 669 of the Excel binary file
format documentation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FeatSmartTag
public FeatSmartTag() -
FeatSmartTag
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceSharedFeature
- Overrides:
toString
in classObject
-
getDataSize
public int getDataSize()- Specified by:
getDataSize
in interfaceSharedFeature
-
serialize
- Specified by:
serialize
in interfaceSharedFeature
-