mirror of https://github.com/apache/poi.git
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
58fd770335
commit
9e213d5d78
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue