Skip to content

Commit 6efd111

Browse files
committed
Api reference for Aspose.Cells for Java
1 parent 13dd442 commit 6efd111

File tree

61 files changed

+1039
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1039
-318
lines changed

english/java/com.aspose.cells/_index.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
113113
| [CollectionBase](../com.aspose.cells/collectionbase) | Provides the abstract base class for a strongly typed collection. |
114114
| [Color](../com.aspose.cells/color) | Represents an ARGB (alpha, red, green, blue) color. |
115115
| [ColorDepth](../com.aspose.cells/colordepth) | Enumerates Bit Depth Type for tiff image. |
116-
| [ColorFilter](../com.aspose.cells/colorfilter) | Represents filtering the range by color. |
116+
| [ColorFilter](../com.aspose.cells/colorfilter) | Represents setting for filtering the range by color. |
117117
| [ColorHelper](../com.aspose.cells/colorhelper) | Provides helper functions about color. |
118118
| [ColorScale](../com.aspose.cells/colorscale) | Describe the ColorScale conditional formatting rule. |
119119
| [ColorType](../com.aspose.cells/colortype) | Represents all color type |
@@ -164,7 +164,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
164164
| [CustomGeometry](../com.aspose.cells/customgeometry) | Represents a custom geometric shape. |
165165
| [CustomImplementationFactory](../com.aspose.cells/customimplementationfactory) | Factory to create some instances which may be re-implemented by user for special purpose. |
166166
| [CustomPiovtFieldGroupItem](../com.aspose.cells/custompiovtfieldgroupitem) | Represents an item of custom grouped field. |
167-
| [CustomProperty](../com.aspose.cells/customproperty) | Represents identifier information. |
167+
| [CustomProperty](../com.aspose.cells/customproperty) | Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet. |
168168
| [CustomPropertyCollection](../com.aspose.cells/custompropertycollection) | A collection of [CustomProperty](../com.aspose.cells/customproperty) objects that represent additional information. |
169169
| [CustomRenderSettings](../com.aspose.cells/customrendersettings) | Represents custom settings during rendering. |
170170
| [CustomXmlPart](../com.aspose.cells/customxmlpart) | Represents a Custom XML Data Storage Part (custom XML data within a package). |
@@ -320,6 +320,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
320320
| [HtmlFormatHandlingType](../com.aspose.cells/htmlformathandlingtype) | Specifies how to handle formatting from the HTML source |
321321
| [HtmlHiddenColDisplayType](../com.aspose.cells/htmlhiddencoldisplaytype) | Represents two types of showing the hidden columns in html. |
322322
| [HtmlHiddenRowDisplayType](../com.aspose.cells/htmlhiddenrowdisplaytype) | Represents two types of showing the hidden rows in html. |
323+
| [HtmlLayoutMode](../com.aspose.cells/htmllayoutmode) | Represents the layout mode for HTML rendering. |
323324
| [HtmlLinkTargetType](../com.aspose.cells/htmllinktargettype) | Represents the type of target attribute in HTML tag. |
324325
| [HtmlLoadOptions](../com.aspose.cells/htmlloadoptions) | Represents options when importing a html file. |
325326
| [HtmlOfficeMathOutputType](../com.aspose.cells/htmlofficemathoutputtype) | Represents how export OfficeMath to HTML. |
@@ -371,8 +372,8 @@ Provides core apis and features to manipulate spreadsheet files and data directl
371372
| [ListBox](../com.aspose.cells/listbox) | Represents a list box object. |
372373
| [ListBoxActiveXControl](../com.aspose.cells/listboxactivexcontrol) | Represents a ListBox ActiveX control. |
373374
| [ListColumn](../com.aspose.cells/listcolumn) | Represents a column in a Table. |
374-
| [ListColumnCollection](../com.aspose.cells/listcolumncollection) | Represents A collection of all the [ListColumn](../com.aspose.cells/listcolumn) objects in the specified ListObject object. |
375-
| [ListObject](../com.aspose.cells/listobject) | Represents a list object on a worksheet. |
375+
| [ListColumnCollection](../com.aspose.cells/listcolumncollection) | Represents a list of all the [ListColumn](../com.aspose.cells/listcolumn) objects in the table. |
376+
| [ListObject](../com.aspose.cells/listobject) | Represents a table in a worksheet. |
376377
| [ListObjectCollection](../com.aspose.cells/listobjectcollection) | Represents a collection of [ListObject](../com.aspose.cells/listobject) objects in the worksheet. |
377378
| [LoadDataFilterOptions](../com.aspose.cells/loaddatafilteroptions) | Represents the options to filter data when loading workbook from template. |
378379
| [LoadFilter](../com.aspose.cells/loadfilter) | Represents the filter that provides options for loading data when loading workbook from template. |
@@ -496,12 +497,12 @@ Provides core apis and features to manipulate spreadsheet files and data directl
496497
| [PivotFieldDataDisplayFormat](../com.aspose.cells/pivotfielddatadisplayformat) | Represents data display format in the PivotTable data field. |
497498
| [PivotFieldGroupSettings](../com.aspose.cells/pivotfieldgroupsettings) | Represents the group setting of pivot field. |
498499
| [PivotFieldGroupType](../com.aspose.cells/pivotfieldgrouptype) | Represents the group type of pivot field. |
499-
| [PivotFieldSortSetting](../com.aspose.cells/pivotfieldsortsetting) | Represents the setting of sorting pivot fields. |
500+
| [PivotFieldSortSetting](../com.aspose.cells/pivotfieldsortsetting) | Represents the setting for sorting pivot fields. |
500501
| [PivotFieldSubtotalType](../com.aspose.cells/pivotfieldsubtotaltype) | Summary description for PivotFieldSubtotalType. |
501502
| [PivotFieldType](../com.aspose.cells/pivotfieldtype) | Represents PivotTable field type. |
502503
| [PivotFilter](../com.aspose.cells/pivotfilter) | Represents a PivotFilter in PivotFilter Collection. |
503-
| [PivotFilterCollection](../com.aspose.cells/pivotfiltercollection) | Represents a collection of all the PivotFilter objects |
504-
| [PivotFilterType](../com.aspose.cells/pivotfiltertype) | Represents PivotTable Filter type. |
504+
| [PivotFilterCollection](../com.aspose.cells/pivotfiltercollection) | Represents a collection of all the PivotFilters. |
505+
| [PivotFilterType](../com.aspose.cells/pivotfiltertype) | Represents the filter type of the pivot table. |
505506
| [PivotFormatCondition](../com.aspose.cells/pivotformatcondition) | Represents a PivotTable Format Condition in PivotFormatCondition Collection. |
506507
| [PivotFormatConditionCollection](../com.aspose.cells/pivotformatconditioncollection) | Represents PivotTable Format Conditions. |
507508
| [PivotGlobalizationSettings](../com.aspose.cells/pivotglobalizationsettings) | Represents the globalization settings for pivot tables. |
@@ -514,12 +515,12 @@ Provides core apis and features to manipulate spreadsheet files and data directl
514515
| [PivotMissingItemLimitType](../com.aspose.cells/pivotmissingitemlimittype) | Represents number of items to retain per field. |
515516
| [PivotNumbericRangeGroupSettings](../com.aspose.cells/pivotnumbericrangegroupsettings) | Represents the numberic range group of the pivot field. |
516517
| [PivotOptions](../com.aspose.cells/pivotoptions) | Represents a complex type that specifies the pivot controls that appear on the chart |
517-
| [PivotPageFields](../com.aspose.cells/pivotpagefields) | Represents the pivot page field items if the pivot table data source is consolidation ranges. |
518+
| [PivotPageFields](../com.aspose.cells/pivotpagefields) | Represents the pivot page items if the pivot table data source is consolidation ranges. |
518519
| [PivotRefreshState](../com.aspose.cells/pivotrefreshstate) | The state for refreshing pivot tables. |
519520
| [PivotShowValuesSetting](../com.aspose.cells/pivotshowvaluessetting) | Represents the settings about showing values as when the ShowDataAs calculation is in use. |
520521
| [PivotTable](../com.aspose.cells/pivottable) | Summary description for PivotTable. |
521522
| [PivotTableAutoFormatType](../com.aspose.cells/pivottableautoformattype) | Represents PivotTable auto format type. |
522-
| [PivotTableCalculateOption](../com.aspose.cells/pivottablecalculateoption) | Rerepsents the options of calcuating the pivot table. |
523+
| [PivotTableCalculateOption](../com.aspose.cells/pivottablecalculateoption) | Rerepsents the options of calculating data of the pivot table. |
523524
| [PivotTableCollection](../com.aspose.cells/pivottablecollection) | Represents the collection of all the PivotTable objects on the specified worksheet. |
524525
| [PivotTableFormat](../com.aspose.cells/pivottableformat) | Represents the format defined in the PivotTable. |
525526
| [PivotTableFormatCollection](../com.aspose.cells/pivottableformatcollection) | Represents the collection of formats applied to PivotTable. |
@@ -696,7 +697,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
696697
| [SxRng](../com.aspose.cells/sxrng) | Represents Group Range in a PivotField. |
697698
| [SystemTimeInterruptMonitor](../com.aspose.cells/systemtimeinterruptmonitor) | Simple implementation of [AbstractInterruptMonitor](../com.aspose.cells/abstractinterruptmonitor) by checking and comparing current system time with user specified limit. |
698699
| [TableDataSourceType](../com.aspose.cells/tabledatasourcetype) | Represents the table's data source type. |
699-
| [TableStyle](../com.aspose.cells/tablestyle) | Represents the table style. |
700+
| [TableStyle](../com.aspose.cells/tablestyle) | Represents the style of the table. |
700701
| [TableStyleCollection](../com.aspose.cells/tablestylecollection) | Represents all custom table styles. |
701702
| [TableStyleElement](../com.aspose.cells/tablestyleelement) | Represents the element of the table style. |
702703
| [TableStyleElementCollection](../com.aspose.cells/tablestyleelementcollection) | Represents all elements of the table style. |
@@ -753,7 +754,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
753754
| [Title](../com.aspose.cells/title) | Encapsulates the object that represents the title of chart or axis. |
754755
| [ToggleButtonActiveXControl](../com.aspose.cells/togglebuttonactivexcontrol) | Represents a ToggleButton ActiveX control. |
755756
| [Top10](../com.aspose.cells/top10) | Describe the Top10 conditional formatting rule. |
756-
| [Top10Filter](../com.aspose.cells/top10filter) | Represents the top 10 filter. |
757+
| [Top10Filter](../com.aspose.cells/top10filter) | Represents the top N (percent or number of items) to filter by. |
757758
| [TotalsCalculation](../com.aspose.cells/totalscalculation) | Determines the type of calculation in the Totals row of the list column. |
758759
| [Trendline](../com.aspose.cells/trendline) | Represents a trendline in a chart. |
759760
| [TrendlineCollection](../com.aspose.cells/trendlinecollection) | Represents a collection of all the [Trendline](../com.aspose.cells/trendline) objects for the specified data series. |

english/java/com.aspose.cells/abstractcalculationengine/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ User should not modify any part of the Workbook directly in this implementation(
7070
| [isParamLiteralRequired()](#isParamLiteralRequired--) | Indicates whether this engine needs the literal text of parameter while doing calculation. |
7171
| [notify()](#notify--) | |
7272
| [notifyAll()](#notifyAll--) | |
73+
| [skipCalculation()](#skipCalculation--) | Skips the calculation for the entire formula that references to the function currently under evaluation. |
7374
| [toString()](#toString--) | |
7475
| [wait()](#wait--) | |
7576
| [wait(long arg0)](#wait-long-) | |
@@ -209,6 +210,18 @@ public final native void notifyAll()
209210

210211

211212

213+
### skipCalculation() {#skipCalculation--}
214+
```
215+
public void skipCalculation()
216+
```
217+
218+
219+
Skips the calculation for the entire formula that references to the function currently under evaluation.
220+
221+
**Remarks**
222+
223+
This method can be invoked in the implementation of [calculate(CalculationData)](../../com.aspose.cells/abstractcalculationengine\#calculate-CalculationData-) to skip the calculation for the entire formula and the original value of the formula will be kept without change.
224+
212225
### toString() {#toString--}
213226
```
214227
public String toString()

english/java/com.aspose.cells/arcshape/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,9 @@ Gets the worksheet range linked to the control's value.
11441144

11451145
```
11461146
if (shape.getLinkedCell().equals("$B$6"))
1147+
{
11471148
shape.setLinkedCell("A1");
1149+
}
11481150
shape.updateSelectedValue();
11491151
```
11501152

english/java/com.aspose.cells/button/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,9 @@ Gets the worksheet range linked to the control's value.
10191019

10201020
```
10211021
if (shape.getLinkedCell().equals("$B$6"))
1022+
{
10221023
shape.setLinkedCell("A1");
1024+
}
10231025
shape.updateSelectedValue();
10241026
```
10251027

english/java/com.aspose.cells/cellsdrawing/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,9 @@ Gets the worksheet range linked to the control's value.
984984

985985
```
986986
if (shape.getLinkedCell().equals("$B$6"))
987+
{
987988
shape.setLinkedCell("A1");
989+
}
988990
shape.updateSelectedValue();
989991
```
990992

english/java/com.aspose.cells/chartshape/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,9 @@ Gets the worksheet range linked to the control's value.
10471047

10481048
```
10491049
if (shape.getLinkedCell().equals("$B$6"))
1050+
{
10501051
shape.setLinkedCell("A1");
1052+
}
10511053
shape.updateSelectedValue();
10521054
```
10531055

english/java/com.aspose.cells/checkbox/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,9 @@ Gets the worksheet range linked to the control's value.
10341034

10351035
```
10361036
if (shape.getLinkedCell().equals("$B$6"))
1037+
{
10371038
shape.setLinkedCell("A1");
1039+
}
10381040
shape.updateSelectedValue();
10391041
```
10401042

english/java/com.aspose.cells/colorfilter/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ColorFilter
33
second_title: Aspose.Cells for Java API Reference
4-
description: Represents filtering the range by color.
4+
description: Represents setting for filtering the range by color.
55
type: docs
66
url: /java/com.aspose.cells/colorfilter/
77
---
@@ -12,7 +12,7 @@ java.lang.Object
1212
public class ColorFilter
1313
```
1414

15-
Represents filtering the range by color.
15+
Represents setting for filtering the range by color.
1616
## Methods
1717

1818
| Method | Description |

english/java/com.aspose.cells/combobox/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,9 @@ Gets the worksheet range linked to the control's value.
10541054

10551055
```
10561056
if (shape.getLinkedCell().equals("$B$6"))
1057+
{
10571058
shape.setLinkedCell("A1");
1059+
}
10581060
shape.updateSelectedValue();
10591061
```
10601062

english/java/com.aspose.cells/commentshape/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,9 @@ Gets the worksheet range linked to the control's value.
10231023

10241024
```
10251025
if (shape.getLinkedCell().equals("$B$6"))
1026+
{
10261027
shape.setLinkedCell("A1");
1028+
}
10271029
shape.updateSelectedValue();
10281030
```
10291031

0 commit comments

Comments
 (0)