Class FeatSmartTag
- java.lang.Object
-
- org.apache.poi.hssf.record.common.FeatSmartTag
-
- All Implemented Interfaces:
GenericRecord,SharedFeature
public final class FeatSmartTag extends java.lang.Object implements SharedFeature
Title: FeatSmartTag (Smart Tag Shared Feature) common record partThis 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 Constructor Description FeatSmartTag()FeatSmartTag(FeatSmartTag other)FeatSmartTag(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatSmartTagcopy()intgetDataSize()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()voidserialize(LittleEndianOutput out)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
FeatSmartTag
public FeatSmartTag()
-
FeatSmartTag
public FeatSmartTag(FeatSmartTag other)
-
FeatSmartTag
public FeatSmartTag(RecordInputStream in)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceSharedFeature- Overrides:
toStringin classjava.lang.Object
-
getDataSize
public int getDataSize()
- Specified by:
getDataSizein interfaceSharedFeature
-
serialize
public void serialize(LittleEndianOutput out)
- Specified by:
serializein interfaceSharedFeature
-
copy
public FeatSmartTag copy()
- Specified by:
copyin interfaceSharedFeature
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-