You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/nodejs-cpp/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ is_root: true
60
60
|[CharacterBulletValue](./characterbulletvalue)| Represents the character bullet. |
61
61
|[Chart](./chart)| Encapsulates the object that represents a single Excel chart. |
62
62
|[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. |
64
64
|[ChartCollection](./chartcollection)| Encapsulates a collection of [Chart](../nodejs-cpp/chart/) objects. |
65
65
|[ChartDataTable](./chartdatatable)| Represents a chart data table. |
66
66
|[ChartDataValue](./chartdatavalue)| Encapsulates chart data value |
@@ -269,6 +269,7 @@ is_root: true
269
269
|[OdsLoadOptions](./odsloadoptions)| Represents the options of loading ods file. |
270
270
|[OdsPageBackground](./odspagebackground)| Represents the page background of ods. |
271
271
|[OdsSaveOptions](./odssaveoptions)| Represents the options of saving ods file. |
272
+
|[OfdSaveOptions](./ofdsaveoptions)| Represents the options for saving a OFD(Open Fixed-layout Document) file. |
272
273
|[OleObject](./oleobject)| Represents an OleObject in a worksheet. |
273
274
|[OleObjectCollection](./oleobjectcollection)| Represents embedded OLE objects. |
274
275
|[OoxmlSaveOptions](./ooxmlsaveoptions)| Represents the options of saving office open xml file. |
@@ -649,6 +650,7 @@ is_root: true
649
650
|[HtmlOfficeMathOutputType](./htmlofficemathoutputtype)| Represents how to export OfficeMath to HTML. |
650
651
|[HtmlParagraphLayoutMode](./htmlparagraphlayoutmode)| Specifies how HTML <p> elements are rendered when loading HTML. |
651
652
|[HtmlVersion](./htmlversion)| Indicates the version of HTML is used when saving to Html formats. |
653
+
|[HyperlinkLoadMode](./hyperlinkloadmode)| Specifies how hyperlinks are handled when loading HTML. |
652
654
|[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. |
653
655
|[ImageBinarizationMethod](./imagebinarizationmethod)| Specifies the method used to binarize image. |
654
656
|[ImageType](./imagetype)| Specifies the type (format) of an image. |
Copy file name to clipboardExpand all lines: english/nodejs-cpp/charttextframe/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ class ChartTextFrame extends ChartFrame;
25
25
26
26
| Property | Type | Description |
27
27
| --- | --- | --- |
28
-
|[isDeleted](#isDeleted--)| boolean | Indicates whether this data labels are deleted. |
28
+
|[isDeleted](#isDeleted--)| boolean | Indicates whether this data label is deleted. |
29
29
|[textHorizontalAlignment](#textHorizontalAlignment--)| TextAlignmentType | Gets and sets the text horizontal alignment. |
30
30
|[textVerticalAlignment](#textVerticalAlignment--)| TextAlignmentType | Gets or sets the text vertical alignment of text. |
31
31
|[rotationAngle](#rotationAngle--)| number | Represents the text rotation angle. |
@@ -51,8 +51,8 @@ class ChartTextFrame extends ChartFrame;
51
51
52
52
| Method | Description |
53
53
| --- | --- |
54
-
|[isDeleted()](#isDeleted--)| <b>@deprecated.</b> Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
55
-
|[setIsDeleted(boolean)](#setIsDeleted-boolean-)| <b>@deprecated.</b> Please use the 'isDeleted' property instead. Indicates whether this data labels are deleted. |
54
+
|[isDeleted()](#isDeleted--)| <b>@deprecated.</b> Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. |
55
+
|[setIsDeleted(boolean)](#setIsDeleted-boolean-)| <b>@deprecated.</b> Please use the 'isDeleted' property instead. Indicates whether this data label is deleted. |
56
56
|[getTextHorizontalAlignment()](#getTextHorizontalAlignment--)| <b>@deprecated.</b> Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
57
57
|[setTextHorizontalAlignment(TextAlignmentType)](#setTextHorizontalAlignment-textalignmenttype-)| <b>@deprecated.</b> Please use the 'textHorizontalAlignment' property instead. Gets and sets the text horizontal alignment. |
58
58
|[getTextVerticalAlignment()](#getTextVerticalAlignment--)| <b>@deprecated.</b> Please use the 'textVerticalAlignment' property instead. Gets or sets the text vertical alignment of text. |
Collection of the [Column](../column/) objects that represent the individual column(setting)s in a worksheet. The Column object only represents the settings such as column width, styles, .etc. for the whole column, has nothing to do with the fact that there are non-empty cells(data) or not in corresponding column. And the "Count" of this collection only represents the count Column objects that have been instantiated in this collection, has nothing to do with the fact that there are non-empty cells(data) or not in the worksheet.
0 commit comments