Class FeatSmartTag

java.lang.Object
org.apache.poi.hssf.record.common.FeatSmartTag
All Implemented Interfaces:
SharedFeature

public final class FeatSmartTag extends Object implements 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.