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/java/com.aspose.cells/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,6 +315,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
315
315
|[HorizontalPageBreakCollection](../com.aspose.cells/horizontalpagebreakcollection)| Encapsulates a collection of [HorizontalPageBreak](../com.aspose.cells/horizontalpagebreak) objects. |
316
316
|[HtmlConverter](../com.aspose.cells/htmlconverter)| Converter for conversion between html files(html or mht) and other spreadsheet file formats. |
317
317
|[HtmlCrossType](../com.aspose.cells/htmlcrosstype)| Represents five types of html cross string. |
318
+
|[HtmlEmbeddedFontType](../com.aspose.cells/htmlembeddedfonttype)| Represents the embedded font type in html. |
318
319
|[HtmlExportDataOptions](../com.aspose.cells/htmlexportdataoptions)| Represents the options for exporting html data. |
319
320
|[HtmlFormatHandlingType](../com.aspose.cells/htmlformathandlingtype)| Specifies how to handle formatting from the HTML source |
320
321
|[HtmlHiddenColDisplayType](../com.aspose.cells/htmlhiddencoldisplaytype)| Represents two types of showing the hidden columns in html. |
@@ -596,6 +597,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
596
597
|[RevisionType](../com.aspose.cells/revisiontype)| Represents the revision type. |
597
598
|[Row](../com.aspose.cells/row)| Represents a single row in a worksheet. |
598
599
|[RowCollection](../com.aspose.cells/rowcollection)| Collects the [Row](../com.aspose.cells/row) objects that represent the individual rows in a worksheet. |
600
+
|[SaveElementType](../com.aspose.cells/saveelementtype)| Represents what kind of elements should be saved. |
599
601
|[SaveFormat](../com.aspose.cells/saveformat)| Represents the format in which the workbook is saved. |
600
602
|[SaveOptions](../com.aspose.cells/saveoptions)| Represents all save options |
601
603
|[Scenario](../com.aspose.cells/scenario)| Represents an individual scenario. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/copyoptions/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ When copying the range in the same file and the chart refers to the source sheet
146
146
147
147
**Remarks**
148
148
149
-
The default value is false, it works as MS Excel.
149
+
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
150
150
151
151
**Returns:**
152
152
boolean
@@ -273,7 +273,7 @@ When copying the range in the same file and the chart refers to the source sheet
273
273
274
274
**Remarks**
275
275
276
-
The default value is false, it works as MS Excel.
276
+
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
|[getAllColumnsInOnePagePerSheet()](#getAllColumnsInOnePagePerSheet--)| If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. |
28
+
|[getAsFlatOpc()](#getAsFlatOpc--)| Indicates whether saving as a flat opc file which can be generated by Open XML SDK |
28
29
|[getAsNormalView()](#getAsNormalView--)| Exporting Excel file to docx fiel as normal view. |
29
30
|[getCachedFileFolder()](#getCachedFileFolder--)| The folder for temporary files that may be used as data cache. |
30
31
|[getCheckExcelRestriction()](#getCheckExcelRestriction--)| Whether check restriction of excel file when user modify cells related objects. |
@@ -37,6 +38,7 @@ Represents options of saving .docx file.
|[getDefaultFont()](#getDefaultFont--)| When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. |
39
40
|[getDrawObjectEventHandler()](#getDrawObjectEventHandler--)| Implements this interface to get DrawObject and Bound when rendering. |
41
+
|[getEmbedXlsxAsChartDataSource()](#getEmbedXlsxAsChartDataSource--)| Indicates whether embedding an xlsx file as data source of the chart. |
40
42
|[getEmfRenderSetting()](#getEmfRenderSetting--)| Setting for rendering Emf metafile. |
41
43
|[getEncryptDocumentProperties()](#getEncryptDocumentProperties--)| Indicates whether encrypt document properties when saving as .xls file. |
@@ -52,6 +54,7 @@ Represents options of saving .docx file.
52
54
|[getRefreshChartCache()](#getRefreshChartCache--)| Indicates whether refreshing chart cache data |
53
55
|[getSaveAsEditableShapes()](#getSaveAsEditableShapes--)| Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
54
56
|[getSaveAsEditableShaps()](#getSaveAsEditableShaps--)| Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. |
57
+
|[getSaveElementType()](#getSaveElementType--)| Indicates which elements should be saved. |
55
58
|[getSaveFormat()](#getSaveFormat--)| Gets the save file format. |
56
59
|[getSheetSet()](#getSheetSet--)| Gets the sheets to render. |
57
60
|[getSortExternalNames()](#getSortExternalNames--)| Indicates whether sorting external defined names before saving file. |
@@ -65,6 +68,7 @@ Represents options of saving .docx file.
65
68
|[notify()](#notify--)||
66
69
|[notifyAll()](#notifyAll--)||
67
70
|[setAllColumnsInOnePagePerSheet(boolean value)](#setAllColumnsInOnePagePerSheet-boolean-)| If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. |
71
+
|[setAsFlatOpc(boolean value)](#setAsFlatOpc-boolean-)| Indicates whether saving as a flat opc file which can be generated by Open XML SDK |
68
72
|[setAsNormalView(boolean value)](#setAsNormalView-boolean-)| Exporting Excel file to docx fiel as normal view. |
69
73
|[setCachedFileFolder(String value)](#setCachedFileFolder-java.lang.String-)| The folder for temporary files that may be used as data cache. |
70
74
|[setCheckExcelRestriction(boolean value)](#setCheckExcelRestriction-boolean-)| Whether check restriction of excel file when user modify cells related objects. |
@@ -76,6 +80,7 @@ Represents options of saving .docx file.
|[setDefaultFont(String value)](#setDefaultFont-java.lang.String-)| When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. |
78
82
|[setDrawObjectEventHandler(DrawObjectEventHandler value)](#setDrawObjectEventHandler-com.aspose.cells.DrawObjectEventHandler-)| Implements this interface to get DrawObject and Bound when rendering. |
83
+
|[setEmbedXlsxAsChartDataSource(boolean value)](#setEmbedXlsxAsChartDataSource-boolean-)| Indicates whether embedding an xlsx file as data source of the chart. |
79
84
|[setEmfRenderSetting(int value)](#setEmfRenderSetting-int-)| Setting for rendering Emf metafile. |
80
85
|[setEncryptDocumentProperties(boolean value)](#setEncryptDocumentProperties-boolean-)| Indicates whether encrypt document properties when saving as .xls file. |
81
86
|[setFontSubstitutionCharGranularity(boolean value)](#setFontSubstitutionCharGranularity-boolean-)| Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
@@ -92,6 +97,7 @@ Represents options of saving .docx file.
92
97
|[setRefreshChartCache(boolean value)](#setRefreshChartCache-boolean-)| Indicates whether refreshing chart cache data |
93
98
|[setSaveAsEditableShapes(boolean value)](#setSaveAsEditableShapes-boolean-)| Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
94
99
|[setSaveAsEditableShaps(boolean value)](#setSaveAsEditableShaps-boolean-)| Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. |
100
+
|[setSaveElementType(int value)](#setSaveElementType-int-)| Indicates which elements should be saved. |
95
101
|[setSheetSet(SheetSet value)](#setSheetSet-com.aspose.cells.SheetSet-)| Sets the sheets to render. |
96
102
|[setSortExternalNames(boolean value)](#setSortExternalNames-boolean-)| Indicates whether sorting external defined names before saving file. |
97
103
|[setSortNames(boolean value)](#setSortNames-boolean-)| Indicates whether sorting defined names before saving file. |
@@ -147,6 +153,16 @@ public boolean getAllColumnsInOnePagePerSheet()
147
153
148
154
If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be ignored, and the other settings of pagesetup will still take effect.
149
155
156
+
**Returns:**
157
+
boolean
158
+
### getAsFlatOpc() {#getAsFlatOpc--}
159
+
```
160
+
public boolean getAsFlatOpc()
161
+
```
162
+
163
+
164
+
Indicates whether saving as a flat opc file which can be generated by Open XML SDK
165
+
150
166
**Returns:**
151
167
boolean
152
168
### getAsNormalView() {#getAsNormalView--}
@@ -291,6 +307,20 @@ Implements this interface to get DrawObject and Bound when rendering.
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/ebooksaveoptions/_index.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Represents the options for saving ebook file.
40
40
|[getDefaultFontName()](#getDefaultFontName--)| Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, Aspose.Cells will use universal font which have the same family with the original font, the default value is null. |
41
41
|[getDisableCss()](#getDisableCss--)| Indicates whether only inline styles are applied, without relying on CSS. |
42
42
|[getDisableDownlevelRevealedComments()](#getDisableDownlevelRevealedComments--)| Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. |
43
+
|[getEmbeddedFontType()](#getEmbeddedFontType--)| Gets the type of font that embedded in html. |
43
44
|[getEnableCssCustomProperties()](#getEnableCssCustomProperties--)| Optimize the output of html by using CSS custom properties. |
44
45
|[getEncodeEntityAsCode()](#getEncodeEntityAsCode--)| Indicates whether the html character entities are replaced with decimal code. |
45
46
|[getEncoding()](#getEncoding--)| If not set,use Encoding.UTF8 as default enconding type. |
@@ -127,6 +128,7 @@ Represents the options for saving ebook file.
127
128
|[setDefaultFontName(String value)](#setDefaultFontName-java.lang.String-)| Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, Aspose.Cells will use universal font which have the same family with the original font, the default value is null. |
128
129
|[setDisableCss(boolean value)](#setDisableCss-boolean-)| Indicates whether only inline styles are applied, without relying on CSS. |
129
130
|[setDisableDownlevelRevealedComments(boolean value)](#setDisableDownlevelRevealedComments-boolean-)| Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. |
131
+
|[setEmbeddedFontType(int value)](#setEmbeddedFontType-int-)| Sets the type of font that embedded in html. |
130
132
|[setEnableCssCustomProperties(boolean value)](#setEnableCssCustomProperties-boolean-)| Optimize the output of html by using CSS custom properties. |
131
133
|[setEncodeEntityAsCode(boolean value)](#setEncodeEntityAsCode-boolean-)| Indicates whether the html character entities are replaced with decimal code. |
132
134
|[setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-)| If not set,use Encoding.UTF8 as default enconding type. |
@@ -404,6 +406,18 @@ Indicates if disable Downlevel-revealed conditional comments when exporting file
Gets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.NONE](../../com.aspose.cells/htmlembeddedfonttype\#NONE) which indicates that it will not embed font in html.
416
+
417
+
See [HtmlEmbeddedFontType](../../com.aspose.cells/htmlembeddedfonttype).
Sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.NONE](../../com.aspose.cells/htmlembeddedfonttype\#NONE) which indicates that it will not embed font in html.
1426
+
1427
+
See [HtmlEmbeddedFontType](../../com.aspose.cells/htmlembeddedfonttype).
0 commit comments