Skip to content

Commit b0a7ce6

Browse files
committed
Aspose.Cells for JavaScript via C++ v26.5 Api Reference
1 parent 02702cc commit b0a7ce6

29 files changed

Lines changed: 721 additions & 67 deletions

File tree

english/javascript-cpp/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ is_root: true
6060
| [CharacterBulletValue](./characterbulletvalue) | Represents the character bullet. |
6161
| [Chart](./chart) | Encapsulates the object that represents a single Excel chart. |
6262
| [ChartArea](./chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
63-
| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating the chart. |
63+
| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating a chart. |
6464
| [ChartCollection](./chartcollection) | Encapsulates a collection of [Chart](../javascript-cpp/chart/) objects. |
6565
| [ChartDataTable](./chartdatatable) | Represents a chart data table. |
6666
| [ChartDataValue](./chartdatavalue) | Encapsulates chart data value |
@@ -269,6 +269,7 @@ is_root: true
269269
| [OdsLoadOptions](./odsloadoptions) | Represents the options of loading ods file. |
270270
| [OdsPageBackground](./odspagebackground) | Represents the page background of ods. |
271271
| [OdsSaveOptions](./odssaveoptions) | Represents the options of saving ods file. |
272+
| [OfdSaveOptions](./ofdsaveoptions) | Represents the options for saving a OFD(Open Fixed-layout Document) file. |
272273
| [OleObject](./oleobject) | Represents an OleObject in a worksheet. |
273274
| [OleObjectCollection](./oleobjectcollection) | Represents embedded OLE objects. |
274275
| [OoxmlSaveOptions](./ooxmlsaveoptions) | Represents the options of saving office open xml file. |
@@ -650,6 +651,7 @@ is_root: true
650651
| [HtmlOfficeMathOutputType](./htmlofficemathoutputtype) | Represents how to export OfficeMath to HTML. |
651652
| [HtmlParagraphLayoutMode](./htmlparagraphlayoutmode) | Specifies how HTML <p> elements are rendered when loading HTML. |
652653
| [HtmlVersion](./htmlversion) | Indicates the version of HTML is used when saving to Html formats. |
654+
| [HyperlinkLoadMode](./hyperlinkloadmode) | Specifies how hyperlinks are handled when loading HTML. |
653655
| [IconSetType](./iconsettype) | Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible. |
654656
| [ImageBinarizationMethod](./imagebinarizationmethod) | Specifies the method used to binarize image. |
655657
| [ImageType](./imagetype) | Specifies the type (format) of an image. |

english/javascript-cpp/chartcalculateoptions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: ChartCalculateOptions
33
second_title: Aspose.Cells for JavaScript via C++ API Reference
4-
description: Represents the options for calculating the chart.
4+
description: Represents the options for calculating a chart.
55
type: docs
66
url: /javascript-cpp/chartcalculateoptions/
77
---
88

99
## ChartCalculateOptions class
1010

11-
Represents the options for calculating the chart.
11+
Represents the options for calculating a chart.
1212

1313
```javascript
1414
class ChartCalculateOptions;

english/javascript-cpp/charttextframe/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ChartTextFrame extends ChartFrame;
2525

2626
| Property | Type | Description |
2727
| --- | --- | --- |
28-
| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
28+
| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. |
2929
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
3030
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
3131
| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
@@ -112,7 +112,7 @@ constructor(obj: ChartFrame);
112112

113113
### isDeleted {#isDeleted--}
114114

115-
Indicates whether this data labels are deleted.
115+
Indicates whether this data label is deleted.
116116

117117
```javascript
118118
isDeleted : boolean;

english/javascript-cpp/datalabels/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for (var i = 0; i < chart.nSeries.count; i++) {
9696
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
9797
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
9898
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
99-
| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
99+
| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. |
100100
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
101101
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
102102
| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
@@ -463,7 +463,7 @@ defaultHeightRatioToChart : number;
463463
464464
### isDeleted {#isDeleted--}
465465
466-
Indicates whether this data labels are deleted.
466+
Indicates whether this data label is deleted.
467467
468468
```javascript
469469
isDeleted : boolean;

english/javascript-cpp/displayunitlabel/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var uint8Array = workbook.save(SaveFormat.Xlsx);
8989
| [defaultYRatioToChart](#defaultYRatioToChart--)| number | Readonly. Represents y of default position in units of Fraction of the chart area. |
9090
| [defaultWidthRatioToChart](#defaultWidthRatioToChart--)| number | Readonly. Represents width of default position in units of Fraction of the chart area. |
9191
| [defaultHeightRatioToChart](#defaultHeightRatioToChart--)| number | Readonly. Represents height of default position in units of Fraction of the chart area. |
92-
| [isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
92+
| [isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. |
9393
| [textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
9494
| [textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
9595
| [rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
@@ -320,7 +320,7 @@ defaultHeightRatioToChart : number;
320320

321321
### isDeleted {#isDeleted--}
322322

323-
Indicates whether this data labels are deleted.
323+
Indicates whether this data label is deleted.
324324

325325
```javascript
326326
isDeleted : boolean;

english/javascript-cpp/ebookloadoptions/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class EbookLoadOptions extends HtmlLoadOptions;
6262
| [tableLoadOptions](#tableLoadOptions--)| HtmlTableLoadOptionCollection | Readonly. Get the HtmlTableLoadOptionCollection instance |
6363
| [detectLaTeX](#detectLaTeX--)| boolean | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. |
6464
| [paragrahLayoutMode](#paragrahLayoutMode--)| HtmlParagraphLayoutMode | Specifies how HTML &lt;p&gt; elements are rendered when loading HTML. The default value is [HtmlParagraphLayoutMode.Normal](../htmlparagraphlayoutmode.normal/). |
65+
| [hyperlinkLoadMode](#hyperlinkLoadMode--)| HyperlinkLoadMode | Specifies how hyperlinks are loaded when loading HTML. |
6566

6667
## Methods
6768

@@ -460,6 +461,15 @@ paragrahLayoutMode : HtmlParagraphLayoutMode;
460461
```
461462
462463
464+
### hyperlinkLoadMode {#hyperlinkLoadMode--}
465+
466+
Specifies how hyperlinks are loaded when loading HTML.
467+
468+
```javascript
469+
hyperlinkLoadMode : HyperlinkLoadMode;
470+
```
471+
472+
463473
### setPaperSize(PaperSizeType) {#setPaperSize-papersizetype-}
464474
465475
Sets the default print paper size from default printer's setting.

english/javascript-cpp/errorcellvaluetype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Represents a cell value which contains an error.
1414
| Value | `1` | Represents the value of a cell containing a #VALUE! error. |
1515
| Ref | `3` | Represents the value of a cell containing a #REF! error. |
1616
| Name | `4` | Represents the value of a cell containing a #NAME? error. |
17-
| NA | `6` | Represents the value of a cell containing a #NAME? error. |
17+
| NA | `6` | Represents the value of a cell containing a #N/A error. |
1818
| Blocked | `10` | Represents the value of a cell containing a #BLOCKED! error. |
1919
| Busy | `14` | Represents the value of a cell containing a #BUSY! error. |
2020
| Calc | `13` | Represents the value of a cell containing a #CALC! error. |

english/javascript-cpp/fileformattype/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ Represents the file format types.
9090
| Chm | `784` | CHM |
9191
| Oxps | `776` | OXPS (Open XML Paper Specification) format. |
9292
| GZip | `35615` | Rrepesents GZip file. |
93+
| Otg | `1025` | Represents an OTG file. |
94+
| Odb | `1026` | Represents an Odb file. |
9395

english/javascript-cpp/htmlloadoptions/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class HtmlLoadOptions extends AbstractTextLoadOptions;
3636
| [tableLoadOptions](#tableLoadOptions--)| HtmlTableLoadOptionCollection | Readonly. Get the HtmlTableLoadOptionCollection instance |
3737
| [detectLaTeX](#detectLaTeX--)| boolean | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. |
3838
| [paragrahLayoutMode](#paragrahLayoutMode--)| HtmlParagraphLayoutMode | Specifies how HTML &lt;p&gt; elements are rendered when loading HTML. The default value is [HtmlParagraphLayoutMode.Normal](../htmlparagraphlayoutmode.normal/). |
39+
| [hyperlinkLoadMode](#hyperlinkLoadMode--)| HyperlinkLoadMode | Specifies how hyperlinks are loaded when loading HTML. |
3940
| [loadFormat](#loadFormat--)| LoadFormat | Readonly. Gets the load format. |
4041
| [password](#password--)| string | Gets and set the password of the workbook. |
4142
| [parsingFormulaOnOpen](#parsingFormulaOnOpen--)| boolean | Indicates whether parsing the formula when reading the file. |
@@ -186,6 +187,15 @@ paragrahLayoutMode : HtmlParagraphLayoutMode;
186187
```
187188

188189

190+
### hyperlinkLoadMode {#hyperlinkLoadMode--}
191+
192+
Specifies how hyperlinks are loaded when loading HTML.
193+
194+
```javascript
195+
hyperlinkLoadMode : HyperlinkLoadMode;
196+
```
197+
198+
189199
### loadFormat {#loadFormat--}
190200

191201
Readonly. Gets the load format.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: HyperlinkLoadMode
3+
second_title: Aspose.Cells for JavaScript via C++ API Reference
4+
description: Specifies how hyperlinks are handled when loading HTML.
5+
type: docs
6+
url: /javascript-cpp/hyperlinkloadmode/
7+
---
8+
9+
## HyperlinkLoadMode enumeration
10+
Specifies how hyperlinks are handled when loading HTML.
11+
### Values
12+
| Name | Value | Description |
13+
| --- | --- | --- |
14+
| Normal | `0` | Only the first hyperlink in a cell is loaded, subsequent ones are ignored. |
15+
| AllowMultiple | `1` | All hyperlinks in a cell are added to [Worksheet.Hyperlinks](../worksheet.hyperlinks/). Note that MS Excel itself supports only one hyperlink per cell, so this option may produce files that Excel cannot fully render. |
16+

0 commit comments

Comments
 (0)