Skip to content

Commit 2edf90e

Browse files
committed
Aspose.Cells for Java 26.4
1 parent 47142bc commit 2edf90e

29 files changed

Lines changed: 455 additions & 225 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ Provides core apis and features to manipulate spreadsheet files and data directl
9191
| [CharacterBulletValue](../com.aspose.cells/characterbulletvalue) | Represents the character bullet. |
9292
| [Chart](../com.aspose.cells/chart) | Encapsulates the object that represents a single Excel chart. |
9393
| [ChartArea](../com.aspose.cells/chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
94-
| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating chart. |
94+
| [ChartCalculateOptions](../com.aspose.cells/chartcalculateoptions) | Represents the options for calculating the chart. |
9595
| [ChartCollection](../com.aspose.cells/chartcollection) | Encapsulates a collection of [Chart](../com.aspose.cells/chart) objects. |
96-
| [ChartColorPaletteType](../com.aspose.cells/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in Excel chart. |
96+
| [ChartColorPaletteType](../com.aspose.cells/chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in an Excel chart. |
9797
| [ChartDataTable](../com.aspose.cells/chartdatatable) | Represents a chart data table. |
9898
| [ChartDataValue](../com.aspose.cells/chartdatavalue) | Encapsulates chart data value |
9999
| [ChartFrame](../com.aspose.cells/chartframe) | Encapsulates the object that represents the frame object in a chart. |
100-
| [ChartGlobalizationSettings](../com.aspose.cells/chartglobalizationsettings) | Represents the globalization settings for chart. |
100+
| [ChartGlobalizationSettings](../com.aspose.cells/chartglobalizationsettings) | Represents the globalization settings for a chart. |
101101
| [ChartLineFormattingType](../com.aspose.cells/chartlineformattingtype) | Represents line format type of chart line. |
102102
| [ChartMarkerType](../com.aspose.cells/chartmarkertype) | Represents the marker style in a line chart, scatter chart, or radar chart. |
103103
| [ChartPoint](../com.aspose.cells/chartpoint) | Represents a single point in a series in a chart. |
@@ -396,7 +396,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
396396
| [LowCodeSaveOptionsProviderOfPlaceHolders](../com.aspose.cells/lowcodesaveoptionsproviderofplaceholders) | Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders. |
397397
| [LowCodeSplitOptions](../com.aspose.cells/lowcodesplitoptions) | Options for splitting spreadsheet. |
398398
| [MapChartLabelLayout](../com.aspose.cells/mapchartlabellayout) | Represents the layout of map chart's labels. |
399-
| [MapChartProjectionType](../com.aspose.cells/mapchartprojectiontype) | Represents projection type of the map chart. |
399+
| [MapChartProjectionType](../com.aspose.cells/mapchartprojectiontype) | Represents the projection type of the map chart. |
400400
| [MapChartRegionType](../com.aspose.cells/mapchartregiontype) | Represents the region type of the map chart. |
401401
| [MarkdownLoadOptions](../com.aspose.cells/markdownloadoptions) | Represents the options for loading markdown document. |
402402
| [MarkdownSaveOptions](../com.aspose.cells/markdownsaveoptions) | Represents the save options for markdown. |
@@ -672,7 +672,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
672672
| [Sparkline](../com.aspose.cells/sparkline) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
673673
| [SparklineAxisMinMaxType](../com.aspose.cells/sparklineaxisminmaxtype) | Represents the minimum and maximum value types for the sparkline vertical axis. |
674674
| [SparklineCollection](../com.aspose.cells/sparklinecollection) | Encapsulates a collection of [Sparkline](../com.aspose.cells/sparkline) objects. |
675-
| [SparklineGroup](../com.aspose.cells/sparklinegroup) | [Sparkline](../com.aspose.cells/sparkline) is organized into sparkline group. |
675+
| [SparklineGroup](../com.aspose.cells/sparklinegroup) | [Sparkline](../com.aspose.cells/sparkline) is organized into a sparkline group. |
676676
| [SparklineGroupCollection](../com.aspose.cells/sparklinegroupcollection) | Encapsulates a collection of [SparklineGroup](../com.aspose.cells/sparklinegroup) objects. |
677677
| [SparklinePresetStyleType](../com.aspose.cells/sparklinepresetstyletype) | Represents the preset style types for sparkline. |
678678
| [SparklineType](../com.aspose.cells/sparklinetype) | Represents the sparkline types. |

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ Represents axis bins
2222
| [getCount()](#getCount--) | Gets the count of axis bins |
2323
| [getOverflow()](#getOverflow--) | Gets the overflow of axis bins |
2424
| [getUnderflow()](#getUnderflow--) | Gets the underflow of axis bins |
25-
| [getWidth()](#getWidth--) | Gets the width of axis bin |
25+
| [getWidth()](#getWidth--) | Gets the width of the axis bin. |
2626
| [hashCode()](#hashCode--) | |
2727
| [isAutomatic()](#isAutomatic--) | Indicates whether the axis bins are automatic. |
28-
| [isByCategory()](#isByCategory--) | Indicates whether grouping data by category |
28+
| [isByCategory()](#isByCategory--) | Indicates whether grouping data by category is enabled. |
2929
| [notify()](#notify--) | |
3030
| [notifyAll()](#notifyAll--) | |
3131
| [resetOverflow()](#resetOverflow--) | Reset the overflow |
3232
| [resetUnderflow()](#resetUnderflow--) | Reset the underflow |
3333
| [setAutomatic(boolean value)](#setAutomatic-boolean-) | Indicates whether the axis bins are automatic. |
34-
| [setByCategory(boolean value)](#setByCategory-boolean-) | Indicates whether grouping data by category |
34+
| [setByCategory(boolean value)](#setByCategory-boolean-) | Indicates whether grouping data by category is enabled. |
3535
| [setCount(int value)](#setCount-int-) | Sets the count of axis bins |
3636
| [setOverflow(double value)](#setOverflow-double-) | Sets the overflow of axis bins |
3737
| [setUnderflow(double value)](#setUnderflow-double-) | Sets the underflow of axis bins |
38-
| [setWidth(double value)](#setWidth-double-) | Sets the width of axis bin |
38+
| [setWidth(double value)](#setWidth-double-) | Sets the width of the axis bin. |
3939
| [toString()](#toString--) | |
4040
| [wait()](#wait--) | |
4141
| [wait(long arg0)](#wait-long-) | |
@@ -101,7 +101,7 @@ public double getWidth()
101101
```
102102

103103

104-
Gets the width of axis bin
104+
Gets the width of the axis bin.
105105

106106
**Returns:**
107107
double
@@ -135,7 +135,7 @@ public boolean isByCategory()
135135
```
136136

137137

138-
Indicates whether grouping data by category
138+
Indicates whether grouping data by category is enabled.
139139

140140
**Returns:**
141141
boolean
@@ -202,7 +202,7 @@ public void setByCategory(boolean value)
202202
```
203203

204204

205-
Indicates whether grouping data by category
205+
Indicates whether grouping data by category is enabled.
206206

207207
**Parameters:**
208208
| Parameter | Type | Description |
@@ -254,7 +254,7 @@ public void setWidth(double value)
254254
```
255255

256256

257-
Sets the width of axis bin
257+
Sets the width of the axis bin.
258258

259259
**Parameters:**
260260
| Parameter | Type | Description |

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

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

15-
Represents the options for calculating chart.
15+
Represents the options for calculating the chart.
1616
## Constructors
1717

1818
| Constructor | Description |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ChartColorPaletteType
33
second_title: Aspose.Cells for Java API Reference
4-
description: Enumerates all Monochromatic Palettes used in Excel chart.
4+
description: Enumerates all Monochromatic Palettes used in an Excel chart.
55
type: docs
66
url: /java/com.aspose.cells/chartcolorpalettetype/
77
---
@@ -12,7 +12,7 @@ java.lang.Object
1212
public final class ChartColorPaletteType
1313
```
1414

15-
Enumerates all Monochromatic Palettes used in Excel chart.
15+
Enumerates all Monochromatic Palettes used in an Excel chart.
1616
## Fields
1717

1818
| Field | Description |

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

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

15-
Represents the globalization settings for chart.
15+
Represents the globalization settings for a chart.
1616
## Constructors
1717

1818
| Constructor | Description |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Represents the text direction type of the chart.
1818
| Field | Description |
1919
| --- | --- |
2020
| [HORIZONTAL](#HORIZONTAL) | Horizontal direction type. |
21-
| [ROTATE_270](#ROTATE-270) | Rotate 270 angle. |
22-
| [ROTATE_90](#ROTATE-90) | Rotate 90 angle. |
21+
| [ROTATE_270](#ROTATE-270) | Rotate 270-degree angle. |
22+
| [ROTATE_90](#ROTATE-90) | Rotate 90-degree angle. |
2323
| [STACKED](#STACKED) | Stacked text. |
2424
| [VERTICAL](#VERTICAL) | Vertical direction type. |
2525
## Methods
@@ -49,15 +49,15 @@ public static final int ROTATE_270
4949
```
5050

5151

52-
Rotate 270 angle.
52+
Rotate 270-degree angle.
5353

5454
### ROTATE_90 {#ROTATE-90}
5555
```
5656
public static final int ROTATE_90
5757
```
5858

5959

60-
Rotate 90 angle.
60+
Rotate 90-degree angle.
6161

6262
### STACKED {#STACKED}
6363
```

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Encapsulates the object that represents the frame object which contains text.
4141
| [getHeightRatioToChart()](#getHeightRatioToChart--) | Gets the height of frame in units of ratio of the chart area. |
4242
| [getLinkedSource()](#getLinkedSource--) | Gets a reference to the worksheet. |
4343
| [getReadingOrder()](#getReadingOrder--) | Represents text reading order. |
44-
| [getRotationAngle()](#getRotationAngle--) | Represents text rotation angle. |
44+
| [getRotationAngle()](#getRotationAngle--) | Represents the text rotation angle. |
4545
| [getShadow()](#getShadow--) | True if the frame has a shadow. |
4646
| [getShapeProperties()](#getShapeProperties--) | Gets the [getShapeProperties()](../../com.aspose.cells/chartframe\#getShapeProperties--) object. |
4747
| [getText()](#getText--) | Gets the text of a frame's title. |
@@ -64,7 +64,7 @@ Encapsulates the object that represents the frame object which contains text.
6464
| [isAutomaticRotation()](#isAutomaticRotation--) | Indicates whether the text of the chart is automatically rotated. |
6565
| [isAutomaticSize()](#isAutomaticSize--) | Indicates whether the chart frame is automatic sized. |
6666
| [isDefaultPosBeSet()](#isDefaultPosBeSet--) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
67-
| [isDeleted()](#isDeleted--) | Indicates whether this data labels is deleted. |
67+
| [isDeleted()](#isDeleted--) | Indicates whether this data labels are deleted. |
6868
| [isInnerMode()](#isInnerMode--) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. |
6969
| [isResizeShapeToFitText()](#isResizeShapeToFitText--) | Gets whether a shape should be auto-fit to fully contain the text described within it. |
7070
| [isTextWrapped()](#isTextWrapped--) | Gets a value indicating whether the text is wrapped. |
@@ -75,7 +75,7 @@ Encapsulates the object that represents the frame object which contains text.
7575
| [setAutomaticSize(boolean value)](#setAutomaticSize-boolean-) | Indicates whether the chart frame is automatic sized. |
7676
| [setBackground(int value)](#setBackground-int-) | Sets the display mode of the background. |
7777
| [setBackgroundMode(int value)](#setBackgroundMode-int-) | Sets the display mode of the background. |
78-
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels is deleted. |
78+
| [setDeleted(boolean value)](#setDeleted-boolean-) | Indicates whether this data labels are deleted. |
7979
| [setDirectionType(int value)](#setDirectionType-int-) | Sets the direction of text. |
8080
| [setHeight(int value)](#setHeight-int-) | Sets the height of frame in units of 1/4000 of the chart area. |
8181
| [setHeightPixel(int value)](#setHeightPixel-int-) | Sets the height of frame in units of Pixel. |
@@ -85,7 +85,7 @@ Encapsulates the object that represents the frame object which contains text.
8585
| [setPositionAuto()](#setPositionAuto--) | Set position of the frame to automatic |
8686
| [setReadingOrder(int value)](#setReadingOrder-int-) | Represents text reading order. |
8787
| [setResizeShapeToFitText(boolean value)](#setResizeShapeToFitText-boolean-) | Sets whether a shape should be auto-fit to fully contain the text described within it. |
88-
| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents text rotation angle. |
88+
| [setRotationAngle(int value)](#setRotationAngle-int-) | Represents the text rotation angle. |
8989
| [setShadow(boolean value)](#setShadow-boolean-) | True if the frame has a shadow. |
9090
| [setText(String value)](#setText-java.lang.String-) | Sets the text of a frame's title. |
9191
| [setTextDirection(int value)](#setTextDirection-int-) | Represents text reading order. |
@@ -402,7 +402,7 @@ public int getRotationAngle()
402402
```
403403

404404

405-
Represents text rotation angle.
405+
Represents the text rotation angle.
406406

407407
**Remarks**
408408

@@ -686,7 +686,7 @@ public boolean isDeleted()
686686
```
687687

688688

689-
Indicates whether this data labels is deleted.
689+
Indicates whether this data labels are deleted.
690690

691691
**Returns:**
692692
boolean
@@ -823,7 +823,7 @@ public void setDeleted(boolean value)
823823
```
824824

825825

826-
Indicates whether this data labels is deleted.
826+
Indicates whether this data labels are deleted.
827827

828828
**Parameters:**
829829
| Parameter | Type | Description |
@@ -964,7 +964,7 @@ public void setRotationAngle(int value)
964964
```
965965

966966

967-
Represents text rotation angle.
967+
Represents the text rotation angle.
968968

969969
**Remarks**
970970

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Represents the copy options.
3131
| [getKeepMacros()](#getKeepMacros--) | Indicates whether keeping macros; |
3232
| [getReferToDestinationSheet()](#getReferToDestinationSheet--) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. |
3333
| [getReferToSheetWithSameName()](#getReferToSheetWithSameName--) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. |
34+
| [getUpdateInvalidReferencesToTargetSheet()](#getUpdateInvalidReferencesToTargetSheet--) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
3435
| [hashCode()](#hashCode--) | |
3536
| [notify()](#notify--) | |
3637
| [notifyAll()](#notifyAll--) | |
@@ -41,6 +42,7 @@ Represents the copy options.
4142
| [setKeepMacros(boolean value)](#setKeepMacros-boolean-) | Indicates whether keeping macros; |
4243
| [setReferToDestinationSheet(boolean value)](#setReferToDestinationSheet-boolean-) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. |
4344
| [setReferToSheetWithSameName(boolean value)](#setReferToSheetWithSameName-boolean-) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. |
45+
| [setUpdateInvalidReferencesToTargetSheet(boolean value)](#setUpdateInvalidReferencesToTargetSheet-boolean-) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. |
4446
| [toString()](#toString--) | |
4547
| [wait()](#wait--) | |
4648
| [wait(long arg0)](#wait-long-) | |
@@ -162,6 +164,20 @@ In ms excel, when copying formulas which refer to other worksheets while copying
162164

163165
The default value is true.
164166

167+
**Returns:**
168+
boolean
169+
### getUpdateInvalidReferencesToTargetSheet() {#getUpdateInvalidReferencesToTargetSheet--}
170+
```
171+
public boolean getUpdateInvalidReferencesToTargetSheet()
172+
```
173+
174+
175+
Indicates whether to refer to target worksheet if the referred worksheet is not copied.
176+
177+
**Remarks**
178+
179+
Only works when copying range or worksheet from another obook.
180+
165181
**Returns:**
166182
boolean
167183
### hashCode() {#hashCode--}
@@ -297,6 +313,23 @@ The default value is true.
297313
| --- | --- | --- |
298314
| value | boolean | |
299315

316+
### setUpdateInvalidReferencesToTargetSheet(boolean value) {#setUpdateInvalidReferencesToTargetSheet-boolean-}
317+
```
318+
public void setUpdateInvalidReferencesToTargetSheet(boolean value)
319+
```
320+
321+
322+
Indicates whether to refer to target worksheet if the referred worksheet is not copied.
323+
324+
**Remarks**
325+
326+
Only works when copying range or worksheet from another obook.
327+
328+
**Parameters:**
329+
| Parameter | Type | Description |
330+
| --- | --- | --- |
331+
| value | boolean | |
332+
300333
### toString() {#toString--}
301334
```
302335
public String toString()

0 commit comments

Comments
 (0)