Add a note on the different shared feature types

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@895287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2010-01-02 21:03:16 +00:00
parent 19d2a9ae09
commit 8a636423b2
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ public final class FeatRecord extends StandardRecord {
private int reserved3; // Should always be zero
private CellRangeAddress[] cellRefs;
/**
* Contents depends on isf_sharedFeatureType :
* ISFPROTECTION -> FeatProtection
* ISFFEC2 -> FeatFormulaErr2
* ISFFACTOID -> FeatSmartTag
*/
private byte[] rgbFeat;
public FeatRecord() {