Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CFRuleRecord.html Tue Jul 14 15:11:48 2015 @@ -34,8 +34,8 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CodepageRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hssf/record/CFRuleRecord.html" target="_top">Frames</a></li> @@ -59,7 +59,7 @@ <div> <ul class="subNavList"> <li>Summary: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#nested_classes_inherited_from_class_org.apache.poi.hssf.record.CFRuleBase">Nested</a> | </li> <li><a href="#field_summary">Field</a> | </li> <li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li> @@ -94,6 +94,9 @@ <li><a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.StandardRecord</a></li> <li> <ul class="inheritance"> +<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.CFRuleBase</a></li> +<li> +<ul class="inheritance"> <li>org.apache.poi.hssf.record.CFRuleRecord</li> </ul> </li> @@ -104,16 +107,20 @@ </ul> </li> </ul> +</li> +</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public final class <span class="strong">CFRuleRecord</span> -extends <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></pre> -<div class="block">Conditional Formatting Rule Record (0x01B1).<br/></div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Dmitriy Kumshayev</dd></dl> +extends <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></pre> +<div class="block">Conditional Formatting Rule Record (0x01B1). + + <p>This is for the older-style Excel conditional formattings, + new-style (Excel 2007+) also make use of <a href="../../../../../org/apache/poi/hssf/record/CFRule12Record.html" title="class in org.apache.poi.hssf.record"><code>CFRule12Record</code></a> + and <code>CFExRuleRecord</code> for their rules.</div> </li> </ul> </div> @@ -126,17 +133,13 @@ extends <a href="../../../../../org/apac <!-- --> </a> <h3>Nested Class Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.ComparisonOperator.html" title="class in org.apache.poi.hssf.record">CFRuleRecord.ComparisonOperator</a></strong></code> </td> -</tr> -</table> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.poi.hssf.record.CFRuleBase"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class org.apache.poi.hssf.record.<a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></h3> +<code><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.ComparisonOperator.html" title="class in org.apache.poi.hssf.record">CFRuleBase.ComparisonOperator</a></code></li> +</ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> @@ -152,18 +155,17 @@ extends <a href="../../../../../org/apac <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>static byte</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#CONDITION_TYPE_CELL_VALUE_IS">CONDITION_TYPE_CELL_VALUE_IS</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static byte</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#CONDITION_TYPE_FORMULA">CONDITION_TYPE_FORMULA</a></strong></code> </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>static short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#sid">sid</a></strong></code> </td> </tr> </table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.hssf.record.CFRuleBase"> +<!-- --> +</a> +<h3>Fields inherited from class org.apache.poi.hssf.record.<a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></h3> +<code><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#_borderFormatting">_borderFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#_fontFormatting">_fontFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#_patternFormatting">_patternFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#CONDITION_TYPE_CELL_VALUE_IS">CONDITION_TYPE_CELL_VALUE_IS</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#CONDITION_TYPE_COLOR_SCALE">CONDITION_TYPE_COLOR_SCALE</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#CONDITION_TYPE_DATA_BAR">CONDITION_TYPE_DATA_BAR</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#CONDITION_TYPE_FILTER">CONDITION_TYPE_FILTER</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#CONDITION_TYPE_FORMULA">CONDITION_TYPE_FORMULA</a>, <a href="../../../../../org/apache/poi/hssf/record/ CFRuleBase.html#CONDITION_TYPE_ICON_SET">CONDITION_TYPE_ICON_SET</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#formatting_not_used">formatting_not_used</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#formatting_options">formatting_options</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#logger">logger</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_ABOVE_AVERAGE">TEMPLATE_ABOVE_AVERAGE</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_ABOVE_OR_EQUAL_TO_AVERAGE">TEMPLATE_ABOVE_OR_EQUAL_TO_AVERAGE</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_BELOW_AVERAGE">TEMPLATE_BELOW_AVERAGE</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_BELOW_OR_EQUAL_TO_AVERAGE">TEMPLATE_BELOW_OR_EQUAL_TO_AVERAGE</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_CELL_VALUE">TEMP LATE_CELL_VALUE</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_COLOR_SCALE_FORMATTING">TEMPLATE_COLOR_SCALE_FORMATTING</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_CONTAINS_BLANKS">TEMPLATE_CONTAINS_BLANKS</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_CONTAINS_ERRORS">TEMPLATE_CONTAINS_ERRORS</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_CONTAINS_NO_BLANKS">TEMPLATE_CONTAINS_NO_BLANKS</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_CONTAINS_NO_ERRORS">TEMPLATE_CONTAINS_NO_ERRORS</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_CONTAINS_TEXT">TEMPLATE_CONTAINS_TEXT</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_DATA_BAR_FORMATTING">TEMPLATE_DATA_BAR_FORMATTING</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_DUPLICATE _VALUES">TEMPLATE_DUPLICATE_VALUES</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_FILTER">TEMPLATE_FILTER</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_FORMULA">TEMPLATE_FORMULA</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_ICON_SET_FORMATTING">TEMPLATE_ICON_SET_FORMATTING</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_LAST_7_DAYS">TEMPLATE_LAST_7_DAYS</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_LAST_MONTH">TEMPLATE_LAST_MONTH</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_LAST_WEEK">TEMPLATE_LAST_WEEK</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_NEXT_MONTH">TEMPLATE_NEXT_MONTH</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_NEXT_WEEK">TEMPLATE_NEXT_WEEK</a>, <a href="../../../../../org/apache/poi/hssf/record/ CFRuleBase.html#TEMPLATE_THIS_MONTH">TEMPLATE_THIS_MONTH</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_THIS_WEEK">TEMPLATE_THIS_WEEK</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_TODAY">TEMPLATE_TODAY</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_TOMORROW">TEMPLATE_TOMORROW</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_UNIQUE_VALUES">TEMPLATE_UNIQUE_VALUES</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#TEMPLATE_YESTERDAY">TEMPLATE_YESTERDAY</a></code></li> +</ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> @@ -200,26 +202,6 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#clone()">clone</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#containsAlignFormattingBlock()">containsAlignFormattingBlock</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#containsBorderFormattingBlock()">containsBorderFormattingBlock</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#containsFontFormattingBlock()">containsFontFormattingBlock</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#containsPatternFormattingBlock()">containsPatternFormattingBlock</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#containsProtectionFormattingBlock()">containsProtectionFormattingBlock</a></strong>()</code> </td> -</tr> -<tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record">CFRuleRecord</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#create(org.apache.poi.hssf.usermodel.HSSFSheet,%20byte,%20java.lang.String,%20java.lang.String)">create</a></strong>(<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a> sheet, byte comparisonOperation, @@ -228,97 +210,23 @@ extends <a href="../../../../../org/apac <div class="block">Creates a new comparison operation rule</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record">CFRuleRecord</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#create(org.apache.poi.hssf.usermodel.HSSFSheet,%20java.lang.String)">create</a></strong>(<a href="../../../../../org/apache/poi/hssf/usermodel/HSSFSheet.html" title="class in org.apache.poi.hssf.usermodel">HSSFSheet</a> sheet, java.lang.String formulaText)</code> <div class="block">Creates a new comparison operation rule</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/cf/BorderFormatting.html" title="class in org.apache.poi.hssf.record.cf">BorderFormatting</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getBorderFormatting()">getBorderFormatting</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>byte</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getComparisonOperation()">getComparisonOperation</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>byte</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getConditionType()">getConditionType</a></strong>()</code> </td> -</tr> <tr class="rowColor"> <td class="colFirst"><code>protected int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getDataSize()">getDataSize</a></strong>()</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/cf/FontFormatting.html" title="class in org.apache.poi.hssf.record.cf">FontFormatting</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getFontFormatting()">getFontFormatting</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getOptions()">getOptions</a></strong>()</code> -<div class="block">get the option flags</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getParsedExpression1()">getParsedExpression1</a></strong>()</code> -<div class="block">get the stack of the 1st expression as a list</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getParsedExpression2()">getParsedExpression2</a></strong>()</code> -<div class="block">get the stack of the 2nd expression as a list</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/cf/PatternFormatting.html" title="class in org.apache.poi.hssf.record.cf">PatternFormatting</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getPatternFormatting()">getPatternFormatting</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#getSid()">getSid</a></strong>()</code> <div class="block">return the non static version of the id for this record.</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isBottomBorderModified()">isBottomBorderModified</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isBottomLeftTopRightBorderModified()">isBottomLeftTopRightBorderModified</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isLeftBorderModified()">isLeftBorderModified</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isPatternBackgroundColorModified()">isPatternBackgroundColorModified</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isPatternColorModified()">isPatternColorModified</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isPatternStyleModified()">isPatternStyleModified</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isRightBorderModified()">isRightBorderModified</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isTopBorderModified()">isTopBorderModified</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#isTopLeftBottomRightBorderModified()">isTopLeftBottomRightBorderModified</a></strong>()</code> </td> -</tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</a></strong>(<a href="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</a> out)</code> @@ -326,74 +234,6 @@ extends <a href="../../../../../org/apac </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setAlignFormattingUnchanged()">setAlignFormattingUnchanged</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setBorderFormatting(org.apache.poi.hssf.record.cf.BorderFormatting)">setBorderFormatting</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/cf/BorderFormatting.html" title="class in org.apache.poi.hssf.record.cf">BorderFormatting</a> borderFormatting)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setBottomBorderModified(boolean)">setBottomBorderModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setBottomLeftTopRightBorderModified(boolean)">setBottomLeftTopRightBorderModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setComparisonOperation(byte)">setComparisonOperation</a></strong>(byte operation)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setFontFormatting(org.apache.poi.hssf.record.cf.FontFormatting)">setFontFormatting</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/cf/FontFormatting.html" title="class in org.apache.poi.hssf.record.cf">FontFormatting</a> fontFormatting)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setLeftBorderModified(boolean)">setLeftBorderModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setParsedExpression1(org.apache.poi.ss.formula.ptg.Ptg[])">setParsedExpression1</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[] ptgs)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setParsedExpression2(org.apache.poi.ss.formula.ptg.Ptg[])">setParsedExpression2</a></strong>(<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[] ptgs)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setPatternBackgroundColorModified(boolean)">setPatternBackgroundColorModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setPatternColorModified(boolean)">setPatternColorModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setPatternFormatting(org.apache.poi.hssf.record.cf.PatternFormatting)">setPatternFormatting</a></strong>(<a href="../../../../../org/apache/poi/hssf/record/cf/PatternFormatting.html" title="class in org.apache.poi.hssf.record.cf">PatternFormatting</a> patternFormatting)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setPatternStyleModified(boolean)">setPatternStyleModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setProtectionFormattingUnchanged()">setProtectionFormattingUnchanged</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setRightBorderModified(boolean)">setRightBorderModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setTopBorderModified(boolean)">setTopBorderModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#setTopLeftBottomRightBorderModified(boolean)">setTopLeftBottomRightBorderModified</a></strong>(boolean modified)</code> </td> -</tr> -<tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html#toString()">toString</a></strong>()</code> <div class="block">get a string representation of the record (for biffview/debugging)</div> @@ -401,6 +241,13 @@ extends <a href="../../../../../org/apac </tr> </table> <ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hssf.record.CFRuleBase"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.poi.hssf.record.<a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></h3> +<code><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsAlignFormattingBlock()">containsAlignFormattingBlock</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsBorderFormattingBlock()">containsBorderFormattingBlock</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsFontFormattingBlock()">containsFontFormattingBlock</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsPatternFormattingBlock()">containsPatternFormattingBlock</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#containsProtectionFormattingBlock()">containsProtectionFormattingBlock</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#copyTo(org.apache.poi.hssf.record.CFRuleBase)">copyTo</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getBorderFormatting()">getBorderFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getC omparisonOperation()">getComparisonOperation</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getConditionType()">getConditionType</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFontFormatting()">getFontFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormattingBlockSize()">getFormattingBlockSize</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormula1()">getFormula1</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormula2()">getFormula2</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getFormulaSize(org.apache.poi.ss.formula.Formula)">getFormulaSize</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getOptions()">getOptions</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getParsedExpression1()">getParsedExpression1</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRul eBase.html#getParsedExpression2()">getParsedExpression2</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#getPatternFormatting()">getPatternFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isBottomBorderModified()">isBottomBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isBottomLeftTopRightBorderModified()">isBottomLeftTopRightBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isLeftBorderModified()">isLeftBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isPatternBackgroundColorModified()">isPatternBackgroundColorModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isPatternColorModified()">isPatternColorModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isPatternStyleModified()">isPatternStyleModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CF RuleBase.html#isRightBorderModified()">isRightBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isTopBorderModified()">isTopBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#isTopLeftBottomRightBorderModified()">isTopLeftBottomRightBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#parseFormula(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFSheet)">parseFormula</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#readFormatOptions(org.apache.poi.hssf.record.RecordInputStream)">readFormatOptions</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#serializeFormattingBlock(org.apache.poi.util.LittleEndianOutput)">serializeFormattingBlock</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setAlignFormattingUnchanged()">setAlignFormattingUnchanged</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase. html#setBorderFormatting(org.apache.poi.hssf.record.cf.BorderFormatting)">setBorderFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setBottomBorderModified(boolean)">setBottomBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setBottomLeftTopRightBorderModified(boolean)">setBottomLeftTopRightBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setComparisonOperation(byte)">setComparisonOperation</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setConditionType(byte)">setConditionType</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setFontFormatting(org.apache.poi.hssf.record.cf.FontFormatting)">setFontFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setFormula1(org.apache.poi.ss.formula.Formula)">setFormula1</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setFormula2(org.apache .poi.ss.formula.Formula)">setFormula2</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setLeftBorderModified(boolean)">setLeftBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setParsedExpression1(org.apache.poi.ss.formula.ptg.Ptg[])">setParsedExpression1</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setParsedExpression2(org.apache.poi.ss.formula.ptg.Ptg[])">setParsedExpression2</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternBackgroundColorModified(boolean)">setPatternBackgroundColorModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternColorModified(boolean)">setPatternColorModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternFormatting(org.apache.poi.hssf.record.cf.PatternFormatting)">setPatternFormatting</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setPatternSty leModified(boolean)">setPatternStyleModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setProtectionFormattingUnchanged()">setProtectionFormattingUnchanged</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setRightBorderModified(boolean)">setRightBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setTopBorderModified(boolean)">setTopBorderModified</a>, <a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.html#setTopLeftBottomRightBorderModified(boolean)">setTopLeftBottomRightBorderModified</a></code></li> +</ul> +<ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hssf.record.StandardRecord"> <!-- --> </a> @@ -438,33 +285,13 @@ extends <a href="../../../../../org/apac <a name="sid"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>sid</h4> <pre>public static final short sid</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.CFRuleRecord.sid">Constant Field Values</a></dd></dl> </li> </ul> -<a name="CONDITION_TYPE_CELL_VALUE_IS"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>CONDITION_TYPE_CELL_VALUE_IS</h4> -<pre>public static final byte CONDITION_TYPE_CELL_VALUE_IS</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.CFRuleRecord.CONDITION_TYPE_CELL_VALUE_IS">Constant Field Values</a></dd></dl> -</li> -</ul> -<a name="CONDITION_TYPE_FORMULA"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>CONDITION_TYPE_FORMULA</h4> -<pre>public static final byte CONDITION_TYPE_FORMULA</pre> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.CFRuleRecord.CONDITION_TYPE_FORMULA">Constant Field Values</a></dd></dl> -</li> -</ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> @@ -514,366 +341,6 @@ extends <a href="../../../../../org/apac <div class="block">Creates a new comparison operation rule</div> </li> </ul> -<a name="getConditionType()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getConditionType</h4> -<pre>public byte getConditionType()</pre> -</li> -</ul> -<a name="containsFontFormattingBlock()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>containsFontFormattingBlock</h4> -<pre>public boolean containsFontFormattingBlock()</pre> -</li> -</ul> -<a name="setFontFormatting(org.apache.poi.hssf.record.cf.FontFormatting)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setFontFormatting</h4> -<pre>public void setFontFormatting(<a href="../../../../../org/apache/poi/hssf/record/cf/FontFormatting.html" title="class in org.apache.poi.hssf.record.cf">FontFormatting</a> fontFormatting)</pre> -</li> -</ul> -<a name="getFontFormatting()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getFontFormatting</h4> -<pre>public <a href="../../../../../org/apache/poi/hssf/record/cf/FontFormatting.html" title="class in org.apache.poi.hssf.record.cf">FontFormatting</a> getFontFormatting()</pre> -</li> -</ul> -<a name="containsAlignFormattingBlock()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>containsAlignFormattingBlock</h4> -<pre>public boolean containsAlignFormattingBlock()</pre> -</li> -</ul> -<a name="setAlignFormattingUnchanged()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setAlignFormattingUnchanged</h4> -<pre>public void setAlignFormattingUnchanged()</pre> -</li> -</ul> -<a name="containsBorderFormattingBlock()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>containsBorderFormattingBlock</h4> -<pre>public boolean containsBorderFormattingBlock()</pre> -</li> -</ul> -<a name="setBorderFormatting(org.apache.poi.hssf.record.cf.BorderFormatting)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setBorderFormatting</h4> -<pre>public void setBorderFormatting(<a href="../../../../../org/apache/poi/hssf/record/cf/BorderFormatting.html" title="class in org.apache.poi.hssf.record.cf">BorderFormatting</a> borderFormatting)</pre> -</li> -</ul> -<a name="getBorderFormatting()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getBorderFormatting</h4> -<pre>public <a href="../../../../../org/apache/poi/hssf/record/cf/BorderFormatting.html" title="class in org.apache.poi.hssf.record.cf">BorderFormatting</a> getBorderFormatting()</pre> -</li> -</ul> -<a name="containsPatternFormattingBlock()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>containsPatternFormattingBlock</h4> -<pre>public boolean containsPatternFormattingBlock()</pre> -</li> -</ul> -<a name="setPatternFormatting(org.apache.poi.hssf.record.cf.PatternFormatting)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setPatternFormatting</h4> -<pre>public void setPatternFormatting(<a href="../../../../../org/apache/poi/hssf/record/cf/PatternFormatting.html" title="class in org.apache.poi.hssf.record.cf">PatternFormatting</a> patternFormatting)</pre> -</li> -</ul> -<a name="getPatternFormatting()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getPatternFormatting</h4> -<pre>public <a href="../../../../../org/apache/poi/hssf/record/cf/PatternFormatting.html" title="class in org.apache.poi.hssf.record.cf">PatternFormatting</a> getPatternFormatting()</pre> -</li> -</ul> -<a name="containsProtectionFormattingBlock()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>containsProtectionFormattingBlock</h4> -<pre>public boolean containsProtectionFormattingBlock()</pre> -</li> -</ul> -<a name="setProtectionFormattingUnchanged()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setProtectionFormattingUnchanged</h4> -<pre>public void setProtectionFormattingUnchanged()</pre> -</li> -</ul> -<a name="setComparisonOperation(byte)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setComparisonOperation</h4> -<pre>public void setComparisonOperation(byte operation)</pre> -</li> -</ul> -<a name="getComparisonOperation()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getComparisonOperation</h4> -<pre>public byte getComparisonOperation()</pre> -</li> -</ul> -<a name="getOptions()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getOptions</h4> -<pre>public int getOptions()</pre> -<div class="block">get the option flags</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>bit mask</dd></dl> -</li> -</ul> -<a name="isLeftBorderModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isLeftBorderModified</h4> -<pre>public boolean isLeftBorderModified()</pre> -</li> -</ul> -<a name="setLeftBorderModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setLeftBorderModified</h4> -<pre>public void setLeftBorderModified(boolean modified)</pre> -</li> -</ul> -<a name="isRightBorderModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isRightBorderModified</h4> -<pre>public boolean isRightBorderModified()</pre> -</li> -</ul> -<a name="setRightBorderModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setRightBorderModified</h4> -<pre>public void setRightBorderModified(boolean modified)</pre> -</li> -</ul> -<a name="isTopBorderModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isTopBorderModified</h4> -<pre>public boolean isTopBorderModified()</pre> -</li> -</ul> -<a name="setTopBorderModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setTopBorderModified</h4> -<pre>public void setTopBorderModified(boolean modified)</pre> -</li> -</ul> -<a name="isBottomBorderModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isBottomBorderModified</h4> -<pre>public boolean isBottomBorderModified()</pre> -</li> -</ul> -<a name="setBottomBorderModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setBottomBorderModified</h4> -<pre>public void setBottomBorderModified(boolean modified)</pre> -</li> -</ul> -<a name="isTopLeftBottomRightBorderModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isTopLeftBottomRightBorderModified</h4> -<pre>public boolean isTopLeftBottomRightBorderModified()</pre> -</li> -</ul> -<a name="setTopLeftBottomRightBorderModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setTopLeftBottomRightBorderModified</h4> -<pre>public void setTopLeftBottomRightBorderModified(boolean modified)</pre> -</li> -</ul> -<a name="isBottomLeftTopRightBorderModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isBottomLeftTopRightBorderModified</h4> -<pre>public boolean isBottomLeftTopRightBorderModified()</pre> -</li> -</ul> -<a name="setBottomLeftTopRightBorderModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setBottomLeftTopRightBorderModified</h4> -<pre>public void setBottomLeftTopRightBorderModified(boolean modified)</pre> -</li> -</ul> -<a name="isPatternStyleModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isPatternStyleModified</h4> -<pre>public boolean isPatternStyleModified()</pre> -</li> -</ul> -<a name="setPatternStyleModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setPatternStyleModified</h4> -<pre>public void setPatternStyleModified(boolean modified)</pre> -</li> -</ul> -<a name="isPatternColorModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isPatternColorModified</h4> -<pre>public boolean isPatternColorModified()</pre> -</li> -</ul> -<a name="setPatternColorModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setPatternColorModified</h4> -<pre>public void setPatternColorModified(boolean modified)</pre> -</li> -</ul> -<a name="isPatternBackgroundColorModified()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isPatternBackgroundColorModified</h4> -<pre>public boolean isPatternBackgroundColorModified()</pre> -</li> -</ul> -<a name="setPatternBackgroundColorModified(boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setPatternBackgroundColorModified</h4> -<pre>public void setPatternBackgroundColorModified(boolean modified)</pre> -</li> -</ul> -<a name="getParsedExpression1()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getParsedExpression1</h4> -<pre>public <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[] getParsedExpression1()</pre> -<div class="block">get the stack of the 1st expression as a list</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>list of tokens (casts stack to a list and returns it!) - this method can return null is we are unable to create Ptgs from - existing excel file - callers should check for null!</dd></dl> -</li> -</ul> -<a name="setParsedExpression1(org.apache.poi.ss.formula.ptg.Ptg[])"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setParsedExpression1</h4> -<pre>public void setParsedExpression1(<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[] ptgs)</pre> -</li> -</ul> -<a name="getParsedExpression2()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getParsedExpression2</h4> -<pre>public <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[] getParsedExpression2()</pre> -<div class="block">get the stack of the 2nd expression as a list</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>array of <a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg"><code>Ptg</code></a>s, possibly <code>null</code></dd></dl> -</li> -</ul> -<a name="setParsedExpression2(org.apache.poi.ss.formula.ptg.Ptg[])"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setParsedExpression2</h4> -<pre>public void setParsedExpression2(<a href="../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[] ptgs)</pre> -</li> -</ul> <a name="getSid()"> <!-- --> </a> @@ -972,8 +439,8 @@ extends <a href="../../../../../org/apac </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleBase.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CodepageRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hssf/record/CFRuleRecord.html" target="_top">Frames</a></li> @@ -997,7 +464,7 @@ extends <a href="../../../../../org/apac <div> <ul class="subNavList"> <li>Summary: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> +<li><a href="#nested_classes_inherited_from_class_org.apache.poi.hssf.record.CFRuleBase">Nested</a> | </li> <li><a href="#field_summary">Field</a> | </li> <li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li>
Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CellValueRecordInterface.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CellValueRecordInterface.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/CellValueRecordInterface.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CellValueRecordInterface.html Tue Jul 14 15:11:48 2015 @@ -35,7 +35,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/hssf/record/CellRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hssf/record/CellValueRecordInterface.html" target="_top">Frames</a></li> @@ -240,7 +240,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/hssf/record/CellRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/poi/hssf/record/CFHeaderRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CFHeader12Record.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/hssf/record/CellValueRecordInterface.html" target="_top">Frames</a></li> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/CodepageRecord.html Tue Jul 14 15:11:48 2015 @@ -34,7 +34,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/hssf/record/ColumnInfoRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -421,7 +421,7 @@ extends <a href="../../../../../org/apac </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.ComparisonOperator.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/poi/hssf/record/CFRuleRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/poi/hssf/record/ColumnInfoRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/FeatRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/FeatRecord.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/FeatRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/FeatRecord.html Tue Jul 14 15:11:48 2015 @@ -137,6 +137,14 @@ extends <a href="../../../../../org/apac <td class="colFirst"><code>static short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FeatRecord.html#sid">sid</a></strong></code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>static short</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FeatRecord.html#v11_sid">v11_sid</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static short</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/FeatRecord.html#v12_sid">v12_sid</a></strong></code> </td> +</tr> </table> </li> </ul> @@ -265,13 +273,33 @@ extends <a href="../../../../../org/apac <a name="sid"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>sid</h4> <pre>public static final short sid</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FeatRecord.sid">Constant Field Values</a></dd></dl> </li> </ul> +<a name="v11_sid"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>v11_sid</h4> +<pre>public static final short v11_sid</pre> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FeatRecord.v11_sid">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="v12_sid"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>v12_sid</h4> +<pre>public static final short v12_sid</pre> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.hssf.record.FeatRecord.v12_sid">Constant Field Values</a></dd></dl> +</li> +</ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/RecordFactory.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/RecordFactory.html?rev=1690972&r1=1690971&r2=1690972&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/RecordFactory.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/RecordFactory.html Tue Jul 14 15:11:48 2015 @@ -98,9 +98,7 @@ extends java.lang.Object</pre> <div class="block">Title: Record Factory<P> Description: Takes a stream and outputs an array of Record objects.<P></div> -<dl><dt><span class="strong">Author:</span></dt> - <dd>Andrew C. Oliver (acoliver at apache dot org), Marc Johnson (mjohnson at apache dot org), Glen Stampoultzis (glens at apache.org), Csaba Nagy (ncsaba at yahoo dot com)</dd> -<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/eventmodel/EventRecordFactory.html" title="class in org.apache.poi.hssf.eventmodel"><code>EventRecordFactory</code></a></dd></dl> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/hssf/eventmodel/EventRecordFactory.html" title="class in org.apache.poi.hssf.eventmodel"><code>EventRecordFactory</code></a></dd></dl> </li> </ul> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
