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(FeatSmartTag other) |
FeatSmartTag(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
FeatSmartTag |
copy() |
int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
void |
serialize(LittleEndianOutput out) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public FeatSmartTag()
public FeatSmartTag(FeatSmartTag other)
public FeatSmartTag(RecordInputStream in)
public java.lang.String toString()
toString
in interface SharedFeature
toString
in class java.lang.Object
public int getDataSize()
getDataSize
in interface SharedFeature
public void serialize(LittleEndianOutput out)
serialize
in interface SharedFeature
public FeatSmartTag copy()
copy
in interface SharedFeature
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.