public final class FeatSmartTag extends 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(FeatSmartTag other) |
FeatSmartTag(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
FeatSmartTag |
copy() |
int |
getDataSize() |
Map<String,Supplier<?>> |
getGenericProperties() |
void |
serialize(LittleEndianOutput out) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic FeatSmartTag()
public FeatSmartTag(FeatSmartTag other)
public FeatSmartTag(RecordInputStream in)
public String toString()
toString in interface SharedFeaturetoString in class Objectpublic int getDataSize()
getDataSize in interface SharedFeaturepublic void serialize(LittleEndianOutput out)
serialize in interface SharedFeaturepublic FeatSmartTag copy()
copy in interface SharedFeaturepublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord