You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2010/01/02 22:03:17 UTC

svn commit: r895287 - /poi/trunk/src/java/org/apache/poi/hssf/record/FeatRecord.java

Author: nick
Date: Sat Jan  2 21:03:16 2010
New Revision: 895287

URL: http://svn.apache.org/viewvc?rev=895287&view=rev
Log:
Add a note on the different shared feature types

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/record/FeatRecord.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/record/FeatRecord.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/FeatRecord.java?rev=895287&r1=895286&r2=895287&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/record/FeatRecord.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/record/FeatRecord.java Sat Jan  2 21:03:16 2010
@@ -43,6 +43,12 @@
 	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() {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org