Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed7d892de7
commit
8bb5d65cf8
@ -48,7 +48,7 @@ public final class HSSFSheetConditionalFormatting implements SheetConditionalFor
|
|||||||
* TODO - formulas containing cell references are currently not parsed properly
|
* TODO - formulas containing cell references are currently not parsed properly
|
||||||
*
|
*
|
||||||
* @param comparisonOperation - a constant value from
|
* @param comparisonOperation - a constant value from
|
||||||
* <tt>{@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator}</tt>: <p>
|
* <tt>{@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator}</tt>: <p>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>BETWEEN</li>
|
* <li>BETWEEN</li>
|
||||||
* <li>NOT_BETWEEN</li>
|
* <li>NOT_BETWEEN</li>
|
||||||
@ -62,8 +62,8 @@ public final class HSSFSheetConditionalFormatting implements SheetConditionalFor
|
|||||||
* </p>
|
* </p>
|
||||||
* @param formula1 - formula for the valued, compared with the cell
|
* @param formula1 - formula for the valued, compared with the cell
|
||||||
* @param formula2 - second formula (only used with
|
* @param formula2 - second formula (only used with
|
||||||
* {@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator#BETWEEN}) and
|
* {@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator#BETWEEN}) and
|
||||||
* {@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator#NOT_BETWEEN} operations)
|
* {@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator#NOT_BETWEEN} operations)
|
||||||
*/
|
*/
|
||||||
public HSSFConditionalFormattingRule createConditionalFormattingRule(
|
public HSSFConditionalFormattingRule createConditionalFormattingRule(
|
||||||
byte comparisonOperation,
|
byte comparisonOperation,
|
||||||
|
@ -56,7 +56,7 @@ public class XSSFSheetConditionalFormatting implements SheetConditionalFormattin
|
|||||||
* TODO - formulas containing cell references are currently not parsed properly
|
* TODO - formulas containing cell references are currently not parsed properly
|
||||||
*
|
*
|
||||||
* @param comparisonOperation - a constant value from
|
* @param comparisonOperation - a constant value from
|
||||||
* <tt>{@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator}</tt>: <p>
|
* <tt>{@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator}</tt>: <p>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>BETWEEN</li>
|
* <li>BETWEEN</li>
|
||||||
* <li>NOT_BETWEEN</li>
|
* <li>NOT_BETWEEN</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user