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:
parent
19d2a9ae09
commit
8a636423b2
@ -43,6 +43,12 @@ public final class FeatRecord extends StandardRecord {
|
|||||||
private int reserved3; // Should always be zero
|
private int reserved3; // Should always be zero
|
||||||
private CellRangeAddress[] cellRefs;
|
private CellRangeAddress[] cellRefs;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Contents depends on isf_sharedFeatureType :
|
||||||
|
* ISFPROTECTION -> FeatProtection
|
||||||
|
* ISFFEC2 -> FeatFormulaErr2
|
||||||
|
* ISFFACTOID -> FeatSmartTag
|
||||||
|
*/
|
||||||
private byte[] rgbFeat;
|
private byte[] rgbFeat;
|
||||||
|
|
||||||
public FeatRecord() {
|
public FeatRecord() {
|
||||||
|
Loading…
Reference in New Issue
Block a user