public final class FeatSmartTag extends java.lang.Object implements SharedFeature
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 and Description |
|---|
FeatSmartTag() |
FeatSmartTag(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataSize() |
void |
serialize(LittleEndianOutput out) |
java.lang.String |
toString() |
public FeatSmartTag()
public FeatSmartTag(RecordInputStream in)
public java.lang.String toString()
toString in interface SharedFeaturetoString in class java.lang.Objectpublic int getDataSize()
getDataSize in interface SharedFeaturepublic void serialize(LittleEndianOutput out)
serialize in interface SharedFeature