Skip to content

Commit 18fec26

Browse files
Aspose.Slides for C++ 25.8 API Reference
1 parent aeb02e9 commit 18fec26

File tree

518 files changed

+3127
-608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

518 files changed

+3127
-608
lines changed

content/cpp/english/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Aspose.Slides for C++ API Reference (version 25.6)
2+
title: Aspose.Slides for C++ API Reference (version 25.7)
33
type: docs
44
weight: 12
55
url: /
@@ -15,6 +15,7 @@ is_root: true
1515
- [Aspose::Slides::DOM::Ole](./aspose.slides.dom.ole/)
1616
- [Aspose::Slides::Drawing](./aspose.slides.drawing/)
1717
- [Aspose::Slides::Effects](./aspose.slides.effects/)
18+
- [Aspose::Slides::Excel](./aspose.slides.excel/)
1819
- [Aspose::Slides::Export](./aspose.slides.export/)
1920
- [Aspose::Slides::Export::Xaml](./aspose.slides.export.xaml/)
2021
- [Aspose::Slides::Import](./aspose.slides.import/)

content/cpp/english/aspose.slides.charts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ url: /aspose.slides.charts/
2828
| [ChartDataPointCollection](./chartdatapointcollection/) | Represents collection of a series data point. |
2929
| [ChartDataPointLevel](./chartdatapointlevel/) | Represents data point level. Applies for Treemap and Sunburst chart. |
3030
| [ChartDataPointLevelsManager](./chartdatapointlevelsmanager/) | Container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based. |
31-
| [ChartDataWorkbook](./chartdataworkbook/) | Provides access to embedded Excel workbook |
31+
| [ChartDataWorkbook](./chartdataworkbook/) | Provides access to embedded [Excel](../aspose.slides.excel/) workbook |
3232
| [ChartDataWorksheet](./chartdataworksheet/) | Represents worksheet associated with [IChartDataCell](./ichartdatacell/) |
3333
| [ChartDataWorksheetCollection](./chartdataworksheetcollection/) | Represents the collection of worksheets of chart data workbook. |
3434
| [ChartLinesFormat](./chartlinesformat/) | Represents gridlines format properties. |
@@ -69,7 +69,7 @@ url: /aspose.slides.charts/
6969
| [IChartDataPointCollection](./ichartdatapointcollection/) | Represents collection of a series data point. |
7070
| [IChartDataPointLevel](./ichartdatapointlevel/) | Represents data point level. Applies for Treemap and Sunburst chart. |
7171
| [IChartDataPointLevelsManager](./ichartdatapointlevelsmanager/) | Container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based. |
72-
| [IChartDataWorkbook](./ichartdataworkbook/) | Provides access to embedded Excel workbook |
72+
| [IChartDataWorkbook](./ichartdataworkbook/) | Provides access to embedded [Excel](../aspose.slides.excel/) workbook |
7373
| [IChartDataWorksheet](./ichartdataworksheet/) | Represents worksheet associated with [IChartDataCell](./ichartdatacell/) |
7474
| [IChartDataWorksheetCollection](./ichartdataworksheetcollection/) | Represents the collection of worksheets of chart data workbook. |
7575
| [IChartLinesFormat](./ichartlinesformat/) | Represents gridlines format properties. |

content/cpp/english/aspose.slides.charts/chartdata/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ChartData : public Aspose::Slides::DomObject<System::SharedPtr<Aspose::Sli
4949
| [Object](../../system/object/object/)() | Creates object. Initializes all internal data structures. |
5050
| [Object](../../system/object/object/)([Object](../../system/object/) const\&) | Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. |
5151
| [Object](../../system/object/)\& [operator=](../../system/object/operator_equal/)([Object](../../system/object/) const\&) | Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. |
52-
| [System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\> [ReadWorkbookStream](./readworkbookstream/)() override | Writes the internally contained Excel workbook it into an in-memory stream. |
52+
| [System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\> [ReadWorkbookStream](./readworkbookstream/)() override | Writes the internally contained [Excel](../../aspose.slides.excel/) workbook it into an in-memory stream. |
5353
| static **bool** [ReferenceEquals](../../system/object/referenceequals/)([ptr](../../system/object/ptr/) const\&, [ptr](../../system/object/ptr/) const\&) | Compares objects by reference. |
5454
| static std::enable_if<\![IsSmartPtr](../../system/issmartptr/)\<T\>::value, **bool**\>::type [ReferenceEquals](../../system/object/referenceequals/)(T const\&, T const\&) | Compares objects by reference. |
5555
| static std::enable_if<\![IsSmartPtr](../../system/issmartptr/)\<T\>::value, **bool**\>::type [ReferenceEquals](../../system/object/referenceequals/)(T const\&, std::nullptr_t) | Reference-compares value type object with nullptr. |
@@ -70,7 +70,7 @@ class ChartData : public Aspose::Slides::DomObject<System::SharedPtr<Aspose::Sli
7070
| void [Unlock](../../system/object/unlock/)() | Implements C# lock() statement unlocking. Call directly or use [LockContext](../../system/lockcontext/) sentry object. |
7171
| Detail::SmartPtrCounter * [WeakRefAdded](../../system/object/weakrefadded/)() | Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. |
7272
| void [WeakRefRemoved](../../system/object/weakrefremoved/)() | Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. |
73-
| void [WriteWorkbookStream](./writeworkbookstream/)([System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\>) override | Initializes the internally contained Excel workbook with user-specified value. |
73+
| void [WriteWorkbookStream](./writeworkbookstream/)([System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\>) override | Initializes the internally contained [Excel](../../aspose.slides.excel/) workbook with user-specified value. |
7474
| virtual [~Object](../../system/object/~object/)() | Destroys object. Frees all internal data structures. |
7575
## See Also
7676

content/cpp/english/aspose.slides.charts/chartdata/readworkbookstream/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: /aspose.slides.charts/chartdata/readworkbookstream/
99
## ChartData::ReadWorkbookStream() method
1010

1111

12-
Writes the internally contained Excel workbook it into an in-memory stream.
12+
Writes the internally contained [Excel](../../../aspose.slides.excel/) workbook it into an in-memory stream.
1313

1414
```cpp
1515
System::SharedPtr<System::IO::MemoryStream> Aspose::Slides::Charts::ChartData::ReadWorkbookStream() override
@@ -18,7 +18,7 @@ System::SharedPtr<System::IO::MemoryStream> Aspose::Slides::Charts::ChartData::R
1818

1919
### Return Value
2020

21-
Returns an instance of **MemoryStream** containing a copy of the internally contained Excel workbook.
21+
Returns an instance of **MemoryStream** containing a copy of the internally contained [Excel](../../../aspose.slides.excel/) workbook.
2222

2323
## See Also
2424

content/cpp/english/aspose.slides.charts/chartdata/writeworkbookstream/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: /aspose.slides.charts/chartdata/writeworkbookstream/
99
## ChartData::WriteWorkbookStream(System::SharedPtr\<System::IO::MemoryStream\>) method
1010

1111

12-
Initializes the internally contained Excel workbook with user-specified value.
12+
Initializes the internally contained [Excel](../../../aspose.slides.excel/) workbook with user-specified value.
1313

1414
```cpp
1515
void Aspose::Slides::Charts::ChartData::WriteWorkbookStream(System::SharedPtr<System::IO::MemoryStream> ms) override
@@ -20,7 +20,7 @@ void Aspose::Slides::Charts::ChartData::WriteWorkbookStream(System::SharedPtr<Sy
2020
2121
| Parameter | Type | Description |
2222
| --- | --- | --- |
23-
| ms | [System::SharedPtr](../../../system/sharedptr/)\<[System::IO::MemoryStream](../../../system.io/memorystream/)\> | The user-supplied stream containing the entire Excel workbook. |
23+
| ms | [System::SharedPtr](../../../system/sharedptr/)\<[System::IO::MemoryStream](../../../system.io/memorystream/)\> | The user-supplied stream containing the entire [Excel](../../../aspose.slides.excel/) workbook. |
2424
2525
## See Also
2626

content/cpp/english/aspose.slides.charts/chartdataworkbook/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: /aspose.slides.charts/chartdataworkbook/
99
## ChartDataWorkbook class
1010

1111

12-
Provides access to embedded Excel workbook
12+
Provides access to embedded [Excel](../../aspose.slides.excel/) workbook
1313

1414
```cpp
1515
class ChartDataWorkbook : public Aspose::Slides::DomObject<System::SharedPtr<Aspose::Slides::Charts::ChartData>>,

content/cpp/english/aspose.slides.charts/chartdataworkbook/getcellcollection/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ System::SharedPtr<IChartCellCollection> Aspose::Slides::Charts::ChartDataWorkboo
2020
2121
| Parameter | Type | Description |
2222
| --- | --- | --- |
23-
| formula | [System::String](../../../system/string/) | Excel formula like \"Sheet1!$A$2:$A$5\". |
23+
| formula | [System::String](../../../system/string/) | [Excel](../../../aspose.slides.excel/) formula like \"Sheet1!$A$2:$A$5\". |
2424
| skipHiddenCells | **bool** | If true then method returns collection without hidden cells. |
2525
2626
## See Also

content/cpp/english/aspose.slides.charts/ichartdata/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class IChartData : public virtual System::Object
4848
| [Object](../../system/object/object/)() | Creates object. Initializes all internal data structures. |
4949
| [Object](../../system/object/object/)([Object](../../system/object/) const\&) | Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. |
5050
| [Object](../../system/object/)\& [operator=](../../system/object/operator_equal/)([Object](../../system/object/) const\&) | Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. |
51-
| virtual [System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\> [ReadWorkbookStream](./readworkbookstream/)() | Writes the internally contained Excel workbook it into an in-memory stream. |
51+
| virtual [System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\> [ReadWorkbookStream](./readworkbookstream/)() | Writes the internally contained [Excel](../../aspose.slides.excel/) workbook it into an in-memory stream. |
5252
| static **bool** [ReferenceEquals](../../system/object/referenceequals/)([ptr](../../system/object/ptr/) const\&, [ptr](../../system/object/ptr/) const\&) | Compares objects by reference. |
5353
| static std::enable_if<\![IsSmartPtr](../../system/issmartptr/)\<T\>::value, **bool**\>::type [ReferenceEquals](../../system/object/referenceequals/)(T const\&, T const\&) | Compares objects by reference. |
5454
| static std::enable_if<\![IsSmartPtr](../../system/issmartptr/)\<T\>::value, **bool**\>::type [ReferenceEquals](../../system/object/referenceequals/)(T const\&, std::nullptr_t) | Reference-compares value type object with nullptr. |
@@ -69,7 +69,7 @@ class IChartData : public virtual System::Object
6969
| void [Unlock](../../system/object/unlock/)() | Implements C# lock() statement unlocking. Call directly or use [LockContext](../../system/lockcontext/) sentry object. |
7070
| Detail::SmartPtrCounter * [WeakRefAdded](../../system/object/weakrefadded/)() | Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. |
7171
| void [WeakRefRemoved](../../system/object/weakrefremoved/)() | Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. |
72-
| virtual void [WriteWorkbookStream](./writeworkbookstream/)([System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\>) | Initializes the internally contained Excel workbook with user-specified value. |
72+
| virtual void [WriteWorkbookStream](./writeworkbookstream/)([System::SharedPtr](../../system/sharedptr/)\<[System::IO::MemoryStream](../../system.io/memorystream/)\>) | Initializes the internally contained [Excel](../../aspose.slides.excel/) workbook with user-specified value. |
7373
| virtual [~Object](../../system/object/~object/)() | Destroys object. Frees all internal data structures. |
7474
## See Also
7575

content/cpp/english/aspose.slides.charts/ichartdata/readworkbookstream/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: /aspose.slides.charts/ichartdata/readworkbookstream/
99
## IChartData::ReadWorkbookStream() method
1010

1111

12-
Writes the internally contained Excel workbook it into an in-memory stream.
12+
Writes the internally contained [Excel](../../../aspose.slides.excel/) workbook it into an in-memory stream.
1313

1414
```cpp
1515
virtual System::SharedPtr<System::IO::MemoryStream> Aspose::Slides::Charts::IChartData::ReadWorkbookStream()=0
@@ -18,7 +18,7 @@ virtual System::SharedPtr<System::IO::MemoryStream> Aspose::Slides::Charts::ICha
1818

1919
### Return Value
2020

21-
Returns an instance of **MemoryStream** containing a copy of the internally contained Excel workbook.
21+
Returns an instance of **MemoryStream** containing a copy of the internally contained [Excel](../../../aspose.slides.excel/) workbook.
2222

2323
## See Also
2424

content/cpp/english/aspose.slides.charts/ichartdata/writeworkbookstream/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: /aspose.slides.charts/ichartdata/writeworkbookstream/
99
## IChartData::WriteWorkbookStream(System::SharedPtr\<System::IO::MemoryStream\>) method
1010

1111

12-
Initializes the internally contained Excel workbook with user-specified value.
12+
Initializes the internally contained [Excel](../../../aspose.slides.excel/) workbook with user-specified value.
1313

1414
```cpp
1515
virtual void Aspose::Slides::Charts::IChartData::WriteWorkbookStream(System::SharedPtr<System::IO::MemoryStream> ms)=0
@@ -20,7 +20,7 @@ virtual void Aspose::Slides::Charts::IChartData::WriteWorkbookStream(System::Sha
2020
2121
| Parameter | Type | Description |
2222
| --- | --- | --- |
23-
| ms | [System::SharedPtr](../../../system/sharedptr/)\<[System::IO::MemoryStream](../../../system.io/memorystream/)\> | The user-supplied stream containing the entire Excel workbook. |
23+
| ms | [System::SharedPtr](../../../system/sharedptr/)\<[System::IO::MemoryStream](../../../system.io/memorystream/)\> | The user-supplied stream containing the entire [Excel](../../../aspose.slides.excel/) workbook. |
2424
2525
## See Also
2626

0 commit comments

Comments
 (0)