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
@@ -1218,6 +1228,16 @@ export class EmailLoadOptions extends LoadOptions {
1218
1228
name: "displayBccEmailAddress",
1219
1229
baseName: "displayBccEmailAddress",
1220
1230
type: "boolean",
1231
+
},
1232
+
{
1233
+
name: "timeZoneOffset",
1234
+
baseName: "timeZoneOffset",
1235
+
type: "string",
1236
+
},
1237
+
{
1238
+
name: "convertAttachments",
1239
+
baseName: "convertAttachments",
1240
+
type: "boolean",
1221
1241
}];
1222
1242
1223
1243
/**
@@ -1257,6 +1277,16 @@ export class EmailLoadOptions extends LoadOptions {
1257
1277
*/
1258
1278
publicdisplayBccEmailAddress: boolean;
1259
1279
1280
+
/**
1281
+
* Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the localtime and UTC.
1282
+
*/
1283
+
publictimeZoneOffset: string;
1284
+
1285
+
/**
1286
+
* Option to convert attachments in source email or not. Default: false.
@@ -1740,8 +1770,8 @@ export class PdfConvertOptions extends ConvertOptions {
1740
1770
type: "boolean",
1741
1771
},
1742
1772
{
1743
-
name: "hideMenubar",
1744
-
baseName: "hideMenubar",
1773
+
name: "hideMenuBar",
1774
+
baseName: "hideMenuBar",
1745
1775
type: "boolean",
1746
1776
},
1747
1777
{
@@ -1769,21 +1799,6 @@ export class PdfConvertOptions extends ConvertOptions {
1769
1799
baseName: "pageMode",
1770
1800
type: "PdfConvertOptions.PageModeEnum",
1771
1801
},
1772
-
{
1773
-
name: "bookmarksOutlineLevel",
1774
-
baseName: "bookmarksOutlineLevel",
1775
-
type: "number",
1776
-
},
1777
-
{
1778
-
name: "headingsOutlineLevels",
1779
-
baseName: "headingsOutlineLevels",
1780
-
type: "number",
1781
-
},
1782
-
{
1783
-
name: "expandedOutlineLevels",
1784
-
baseName: "expandedOutlineLevels",
1785
-
type: "number",
1786
-
},
1787
1802
{
1788
1803
name: "rotate",
1789
1804
baseName: "rotate",
@@ -1920,7 +1935,7 @@ export class PdfConvertOptions extends ConvertOptions {
1920
1935
/**
1921
1936
* Specify whether menu bar should be hidden when document is active. Default: false.
1922
1937
*/
1923
-
publichideMenubar: boolean;
1938
+
publichideMenuBar: boolean;
1924
1939
1925
1940
/**
1926
1941
* Specifying whether toolbar should be hidden when document is active. Default: false.
@@ -1947,21 +1962,6 @@ export class PdfConvertOptions extends ConvertOptions {
1947
1962
*/
1948
1963
publicpageMode: PdfConvertOptions.PageModeEnum;
1949
1964
1950
-
/**
1951
-
* Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
1952
-
*/
1953
-
publicbookmarksOutlineLevel: number;
1954
-
1955
-
/**
1956
-
* Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
1957
-
*/
1958
-
publicheadingsOutlineLevels: number;
1959
-
1960
-
/**
1961
-
* Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
1962
-
*/
1963
-
publicexpandedOutlineLevels: number;
1964
-
1965
1965
/**
1966
1966
* Rotate page
1967
1967
*/
@@ -2539,6 +2539,11 @@ export class TxtLoadOptions extends LoadOptions {
2539
2539
name: "leadingSpacesOptions",
2540
2540
baseName: "leadingSpacesOptions",
2541
2541
type: "TxtLoadOptions.LeadingSpacesOptionsEnum",
2542
+
},
2543
+
{
2544
+
name: "encoding",
2545
+
baseName: "encoding",
2546
+
type: "string",
2542
2547
}];
2543
2548
2544
2549
/**
@@ -2563,6 +2568,11 @@ export class TxtLoadOptions extends LoadOptions {
@@ -2706,6 +2716,21 @@ export class WordProcessingLoadOptions extends LoadOptions {
2706
2716
name: "hideComments",
2707
2717
baseName: "hideComments",
2708
2718
type: "boolean",
2719
+
},
2720
+
{
2721
+
name: "bookmarksOutlineLevel",
2722
+
baseName: "bookmarksOutlineLevel",
2723
+
type: "number",
2724
+
},
2725
+
{
2726
+
name: "headingsOutlineLevels",
2727
+
baseName: "headingsOutlineLevels",
2728
+
type: "number",
2729
+
},
2730
+
{
2731
+
name: "expandedOutlineLevels",
2732
+
baseName: "expandedOutlineLevels",
2733
+
type: "number",
2709
2734
}];
2710
2735
2711
2736
/**
@@ -2745,6 +2770,21 @@ export class WordProcessingLoadOptions extends LoadOptions {
2745
2770
*/
2746
2771
publichideComments: boolean;
2747
2772
2773
+
/**
2774
+
* Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
2775
+
*/
2776
+
publicbookmarksOutlineLevel: number;
2777
+
2778
+
/**
2779
+
* Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
2780
+
*/
2781
+
publicheadingsOutlineLevels: number;
2782
+
2783
+
/**
2784
+
* Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
0 commit comments