Skip to content

Commit 0ae1cfe

Browse files
committed
Update apireference for Aspose.Cells for Go via C++.
1 parent 4dc617e commit 0ae1cfe

File tree

32 files changed

+673
-0
lines changed

32 files changed

+673
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GetAsFlatOpc Method
3+
linktitle: GetAsFlatOpc
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'GetAsFlatOpc method. Encapsulates the function that represents getasflatopc in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/docxsaveoptions/getasflatopc/
9+
---
10+
11+
## GetAsFlatOpc function
12+
13+
Indicates whether saving as a flat opc file which can be generated by Open XML SDK
14+
15+
```go
16+
17+
func (instance *DocxSaveOptions) GetAsFlatOpc() (bool, error)
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [DocxSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GetEmbedXlsxAsChartDataSource Method
3+
linktitle: GetEmbedXlsxAsChartDataSource
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'GetEmbedXlsxAsChartDataSource method. Encapsulates the function that represents getembedxlsxaschartdatasource in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/docxsaveoptions/getembedxlsxaschartdatasource/
9+
---
10+
11+
## GetEmbedXlsxAsChartDataSource function
12+
13+
Indicates whether embedding an xlsx file as data source of the chart.
14+
15+
```go
16+
17+
func (instance *DocxSaveOptions) GetEmbedXlsxAsChartDataSource() (bool, error)
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [DocxSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GetSaveElementType Method
3+
linktitle: GetSaveElementType
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'GetSaveElementType method. Encapsulates the function that represents getsaveelementtype in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/docxsaveoptions/getsaveelementtype/
9+
---
10+
11+
## GetSaveElementType function
12+
13+
Indicates which elements should be saved.
14+
15+
```go
16+
17+
func (instance *DocxSaveOptions) GetSaveElementType() (SaveElementType, error)
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [DocxSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: SetAsFlatOpc Method
3+
linktitle: SetAsFlatOpc
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'SetAsFlatOpc method. Encapsulates the function that represents setasflatopc in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/docxsaveoptions/setasflatopc/
9+
---
10+
11+
## SetAsFlatOpc function
12+
13+
Indicates whether saving as a flat opc file which can be generated by Open XML SDK
14+
15+
```go
16+
17+
func (instance *DocxSaveOptions) SetAsFlatOpc(value bool) error
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [DocxSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: SetEmbedXlsxAsChartDataSource Method
3+
linktitle: SetEmbedXlsxAsChartDataSource
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'SetEmbedXlsxAsChartDataSource method. Encapsulates the function that represents setembedxlsxaschartdatasource in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/docxsaveoptions/setembedxlsxaschartdatasource/
9+
---
10+
11+
## SetEmbedXlsxAsChartDataSource function
12+
13+
Indicates whether embedding an xlsx file as data source of the chart.
14+
15+
```go
16+
17+
func (instance *DocxSaveOptions) SetEmbedXlsxAsChartDataSource(value bool) error
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [DocxSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: SetSaveElementType Method
3+
linktitle: SetSaveElementType
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'SetSaveElementType method. Encapsulates the function that represents setsaveelementtype in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/docxsaveoptions/setsaveelementtype/
9+
---
10+
11+
## SetSaveElementType function
12+
13+
Indicates which elements should be saved.
14+
15+
```go
16+
17+
func (instance *DocxSaveOptions) SetSaveElementType(value SaveElementType) error
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [DocxSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)

english/go-cpp/DocxSaveOptions/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ type DocxSaveOptions struct {
3434
|[IsNull](./isnull/) | Checks whether the implementation object is nullptr. |
3535
|[GetSaveAsEditableShapes](./getsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
3636
|[SetSaveAsEditableShapes](./setsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
37+
|[GetEmbedXlsxAsChartDataSource](./getembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. |
38+
|[SetEmbedXlsxAsChartDataSource](./setembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. |
39+
|[GetAsFlatOpc](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK |
40+
|[SetAsFlatOpc](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK |
41+
|[GetSaveElementType](./getsaveelementtype/) | Indicates which elements should be saved. |
42+
|[SetSaveElementType](./setsaveelementtype/) | Indicates which elements should be saved. |
3743
|[GetAsNormalView](./getasnormalview/) | Exporting Excel file to docx fiel as normal view.If this property is true , one Area will be output, and no scale will take effect.The default value is false. |
3844
|[SetAsNormalView](./setasnormalview/) | Exporting Excel file to docx fiel as normal view.If this property is true , one Area will be output, and no scale will take effect.The default value is false. |
3945
|[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.Set the DefaultFont such as MingLiu or MS Gothic to show these characters.If this property is not set, Aspose.Cells will use system default font to show these unicode characters. |
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GetEmbeddedFontType Method
3+
linktitle: GetEmbeddedFontType
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'GetEmbeddedFontType method. Encapsulates the function that represents getembeddedfonttype in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/ebooksaveoptions/getembeddedfonttype/
9+
---
10+
11+
## GetEmbeddedFontType function
12+
13+
Gets or sets the type of font that embedded in html.Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html.
14+
15+
```go
16+
17+
func (instance *EbookSaveOptions) GetEmbeddedFontType() (HtmlEmbeddedFontType, error)
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [EbookSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: SetEmbeddedFontType Method
3+
linktitle: SetEmbeddedFontType
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'SetEmbeddedFontType method. Encapsulates the function that represents setembeddedfonttype in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/ebooksaveoptions/setembeddedfonttype/
9+
---
10+
11+
## SetEmbeddedFontType function
12+
13+
Gets or sets the type of font that embedded in html.Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html.
14+
15+
```go
16+
17+
func (instance *EbookSaveOptions) SetEmbeddedFontType(value HtmlEmbeddedFontType) error
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [EbookSaveOptions](../)
27+
* Library [Aspose.Cells for Go](../../)

english/go-cpp/EbookSaveOptions/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ type EbookSaveOptions struct {
161161
|[SetHtmlVersion](./sethtmlversion/) | Specifies version of HTML standard that should be used when saving the HTML format.Default value is HtmlVersion.Default. |
162162
|[GetSheetSet](./getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. |
163163
|[SetSheetSet](./setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. |
164+
|[GetEmbeddedFontType](./getembeddedfonttype/) | Gets or sets the type of font that embedded in html.Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. |
165+
|[SetEmbeddedFontType](./setembeddedfonttype/) | Gets or sets the type of font that embedded in html.Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. |
164166
|[GetSaveFormat](./getsaveformat/) | Gets the save file format. |
165167
|[GetClearData](./getcleardata/) | Make the workbook empty after saving the file. |
166168
|[SetClearData](./setcleardata/) | Make the workbook empty after saving the file. |

0 commit comments

Comments
 (0)