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/abstracttextloadoptions/_index.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ class AbstractTextLoadOptions extends LoadOptions;
27
27
| --- | --- | --- |
28
28
|[encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. |
29
29
|[loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
30
-
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
31
-
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. |
30
+
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
31
+
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
32
32
|[keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. |
33
33
|[loadFormat](#loadFormat--)| LoadFormat | Readonly. Gets the load format. |
34
34
|[password](#password--)| string | Gets and set the password of the workbook. |
@@ -60,10 +60,10 @@ class AbstractTextLoadOptions extends LoadOptions;
60
60
|[setEncoding(EncodingType)](#setEncoding-encodingtype-)| <b>@deprecated.</b> Please use the 'encoding' property instead. Gets and sets the default encoding. Only applies for csv file. |
61
61
|[getLoadStyleStrategy()](#getLoadStyleStrategy--)| <b>@deprecated.</b> Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
62
62
|[setLoadStyleStrategy(TxtLoadStyleStrategy)](#setLoadStyleStrategy-txtloadstylestrategy-)| <b>@deprecated.</b> Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
63
-
|[getConvertNumericData()](#getConvertNumericData--)| <b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
64
-
|[setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| <b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
65
-
|[getConvertDateTimeData()](#getConvertDateTimeData--)| <b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. |
66
-
|[setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| <b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. |
63
+
|[getConvertNumericData()](#getConvertNumericData--)| <b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
64
+
|[setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| <b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
65
+
|[getConvertDateTimeData()](#getConvertDateTimeData--)| <b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
66
+
|[setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| <b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
67
67
|[getKeepPrecision()](#getKeepPrecision--)| <b>@deprecated.</b> Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. |
68
68
|[setKeepPrecision(boolean)](#setKeepPrecision-boolean-)| <b>@deprecated.</b> Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. |
69
69
|[isNull()](#isNull--)| Checks whether the implementation object is null. |
<b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data.
454
+
<b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.
<b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data.
463
+
<b>@deprecated.</b> Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.
<b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data.
476
+
<b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.
<b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data.
485
+
<b>@deprecated.</b> Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.
Copy file name to clipboardExpand all lines: english/nodejs-cpp/autoshapetype/_index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,18 +51,18 @@ Represents all built-in auto shape type.
51
51
| CurvedConnector |`38`||
52
52
| CurvedConnector4 |`39`||
53
53
| CurvedConnector5 |`40`||
54
-
| LineCalloutNoBorder2 |`41`||
55
-
| LineCalloutNoBorder3 |`42`||
56
-
| LineCalloutNoBorder4 |`43`||
57
-
| LineCalloutWithAccentBar2 |`44`||
58
-
| LineCalloutWithAccentBar3 |`45`||
59
-
| LineCalloutWithAccentBar4 |`46`||
60
-
| LineCalloutWithBorder2 |`47`||
61
-
| LineCalloutWithBorder3 |`48`||
62
-
| LineCalloutWithBorder4 |`49`||
63
-
| LineCalloutWithBorderAndAccentBar2 |`50`||
64
-
| LineCalloutWithBorderAndAccentBar3 |`51`||
65
-
| LineCalloutWithBorderAndAccentBar4 |`52`||
54
+
| LineCalloutNoBorder2 |`41`|Specifies the "Line Callout 2(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Line with No Border" type of the Ms Excel 2007 version.|
55
+
| LineCalloutNoBorder3 |`42`|Specifies the "Line Callout 3(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with No Border" type of the Ms Excel 2007 version.|
56
+
| LineCalloutNoBorder4 |`43`|Specifies the "Line Callout 4(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with No Border" type of the Ms Excel 2007 version.|
57
+
| LineCalloutWithAccentBar2 |`44`|Specifies the "Line Callout 2(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Line with Accent Bar" type of the Ms Excel 2007 version.|
58
+
| LineCalloutWithAccentBar3 |`45`|Specifies the "Line Callout 3(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with Accent Bar" type of the Ms Excel 2007 version.|
59
+
| LineCalloutWithAccentBar4 |`46`|Specifies the "Line Callout 4(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with Accent Bar" type of the Ms Excel 2007 version.|
60
+
| LineCalloutWithBorder2 |`47`|Specifies the "Line Callout 2" type of the Ms Excel 97-2003 version or the "Callout: Line" type of the Ms Excel 2007 version.|
61
+
| LineCalloutWithBorder3 |`48`|Specifies the "Line Callout 3" type of the Ms Excel 97-2003 version or the "Callout: Bent Line" type of the Ms Excel 2007 version.|
62
+
| LineCalloutWithBorder4 |`49`|Specifies the "Line Callout 4" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line" type of the Ms Excel 2007 version.|
63
+
| LineCalloutWithBorderAndAccentBar2 |`50`|Specifies the "Line Callout 2(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Line with Border and Accent Bar" type of the Ms Excel 2007 version.|
64
+
| LineCalloutWithBorderAndAccentBar3 |`51`|Specifies the "Line Callout 3(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with Border and Accent Bar" type of the Ms Excel 2007 version.|
65
+
| LineCalloutWithBorderAndAccentBar4 |`52`|Specifies the "Line Callout 4(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with Border and Accent Bar" type of the Ms Excel 2007 version.|
66
66
| DownRibbon |`53`||
67
67
| UpRibbon |`54`||
68
68
| Chevron |`55`||
@@ -188,10 +188,10 @@ Represents all built-in auto shape type.
188
188
| TextCanDown |`175`| A text shape that is curved downwards as if being read on the side of a can. |
189
189
| FlowChartAlternateProcess |`176`||
190
190
| FlowChartOffpageConnector |`177`||
191
-
| LineCalloutNoBorder1 |`178`||
192
-
| LineCalloutWithAccentBar1 |`179`||
193
-
| LineCalloutWithBorder1 |`180`||
194
-
| LineCalloutWithBorderAndAccentBar1 |`181`||
191
+
| LineCalloutNoBorder1 |`178`|Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version.|
192
+
| LineCalloutWithAccentBar1 |`179`|Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version.|
193
+
| LineCalloutWithBorder1 |`180`|Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version.|
194
+
| LineCalloutWithBorderAndAccentBar1 |`181`|Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version.|
0 commit comments