Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions english/cpp/aspose.cells.drawing/autoshapetype/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ enum class AutoShapeType
| CurvedConnector | 38 | <br> |
| CurvedConnector4 | 39 | <br> |
| CurvedConnector5 | 40 | <br> |
| LineCalloutNoBorder2 | 41 | <br> |
| LineCalloutNoBorder3 | 42 | <br> |
| LineCalloutNoBorder4 | 43 | <br> |
| LineCalloutWithAccentBar2 | 44 | <br> |
| LineCalloutWithAccentBar3 | 45 | <br> |
| LineCalloutWithAccentBar4 | 46 | <br> |
| LineCalloutWithBorder2 | 47 | <br> |
| LineCalloutWithBorder3 | 48 | <br> |
| LineCalloutWithBorder4 | 49 | <br> |
| LineCalloutWithBorderAndAccentBar2 | 50 | <br> |
| LineCalloutWithBorderAndAccentBar3 | 51 | <br> |
| LineCalloutWithBorderAndAccentBar4 | 52 | <br> |
| LineCalloutNoBorder2 | 41 | <br>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. |
| LineCalloutNoBorder3 | 42 | <br>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. |
| LineCalloutNoBorder4 | 43 | <br>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. |
| LineCalloutWithAccentBar2 | 44 | <br>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. |
| LineCalloutWithAccentBar3 | 45 | <br>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. |
| LineCalloutWithAccentBar4 | 46 | <br>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. |
| LineCalloutWithBorder2 | 47 | <br>Specifies the "Line Callout 2" type of the Ms Excel 97-2003 version or the "Callout: Line" type of the Ms Excel 2007 version. |
| LineCalloutWithBorder3 | 48 | <br>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. |
| LineCalloutWithBorder4 | 49 | <br>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. |
| LineCalloutWithBorderAndAccentBar2 | 50 | <br>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. |
| LineCalloutWithBorderAndAccentBar3 | 51 | <br>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. |
| LineCalloutWithBorderAndAccentBar4 | 52 | <br>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. |
| DownRibbon | 53 | <br> |
| UpRibbon | 54 | <br> |
| Chevron | 55 | <br> |
Expand Down Expand Up @@ -197,10 +197,10 @@ enum class AutoShapeType
| TextCanDown | 175 | <br>A text shape that is curved downwards as if being read on the side of a can. |
| FlowChartAlternateProcess | 176 | <br> |
| FlowChartOffpageConnector | 177 | <br> |
| LineCalloutNoBorder1 | 178 | <br> |
| LineCalloutWithAccentBar1 | 179 | <br> |
| LineCalloutWithBorder1 | 180 | <br> |
| LineCalloutWithBorderAndAccentBar1 | 181 | <br> |
| LineCalloutNoBorder1 | 178 | <br>Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. |
| LineCalloutWithAccentBar1 | 179 | <br>Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. |
| LineCalloutWithBorder1 | 180 | <br>Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. |
| LineCalloutWithBorderAndAccentBar1 | 181 | <br>Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. |
| LeftRightUpArrow | 182 | <br> |
| Sun | 183 | <br> |
| Moon | 184 | <br> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ U16String Aspose::Cells::Drawing::Shape::GetLinkedCell()

```cpp
if (shape.GetLinkedCell() == u"$B$6")
{
shape.SetLinkedCell(u"A1");
}
shape.UpdateSelectedValue();
```

## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class CustomDocumentPropertyCollection : public Aspose::Cells::Properties::Docum
| [Remove(const U16String\& name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. |
| [Remove(const char16_t* name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. |
| [RemoveAt(int32_t index)](../documentpropertycollection/removeat/) | Removes a property at the specified index. |
| [UpdateLinkedPropertyValue()](./updatelinkedpropertyvalue/) | Update custom document property value which links to content. |
| [UpdateLinkedRange()](./updatelinkedrange/) | Update custom document property value to linked range. |
| [UpdateLinkedPropertyValue()](./updatelinkedpropertyvalue/) | Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). |
| [UpdateLinkedRange()](./updatelinkedrange/) | Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). |
| [~CustomDocumentPropertyCollection()](./~customdocumentpropertycollection/) | Destructor. |
| [~DocumentPropertyCollection()](../documentpropertycollection/~documentpropertycollection/) | Destructor. |
## Fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method
linktitle: UpdateLinkedPropertyValue
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method. Update custom document property value which links to content in C++.'
description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method. Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property) in C++.'
type: docs
weight: 800
url: /cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/
---
## CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method


Update custom document property value which links to content.
Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property).

```cpp
void Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method
linktitle: UpdateLinkedRange
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method. Update custom document property value to linked range in C++.'
description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method. Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range) in C++.'
type: docs
weight: 900
url: /cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/
---
## CustomDocumentPropertyCollection::UpdateLinkedRange method


Update custom document property value to linked range.
Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range).

```cpp
void Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange()
Expand Down
1 change: 1 addition & 0 deletions english/cpp/aspose.cells/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ url: /cpp/aspose.cells/
| [SaveFormat](./saveformat/) | Represents the format in which the workbook is saved. |
| [SheetType](./sheettype/) | Specifies the worksheet type. |
| [ShiftType](./shifttype/) | Represent the shift options when deleting a range of cells. |
| [SignificantDigitsType](./significantdigitstype/) | Represents the type of significant digits for outputing numeric values. |
| [SortOnType](./sortontype/) | Sorted value type. |
| [SortOrder](./sortorder/) | Represents sort order for the data range. |
| [StyleModifyFlag](./stylemodifyflag/) | The style modified flags. |
Expand Down
8 changes: 4 additions & 4 deletions english/cpp/aspose.cells/abstracttextloadoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class AbstractTextLoadOptions : public Aspose::Cells::LoadOptions
| [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. |
| [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. |
| [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. |
| [GetConvertDateTimeData()](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. |
| [GetConvertNumericData()](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
| [GetConvertDateTimeData()](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
| [GetConvertNumericData()](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
| [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. |
| [GetEncoding()](./getencoding/) | Gets and sets the default encoding. Only applies for csv file. |
| [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. |
Expand Down Expand Up @@ -61,8 +61,8 @@ class AbstractTextLoadOptions : public Aspose::Cells::LoadOptions
| [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. |
| [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. |
| [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. |
| [SetConvertDateTimeData(bool value)](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. |
| [SetConvertNumericData(bool value)](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
| [SetConvertDateTimeData(bool value)](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
| [SetConvertNumericData(bool value)](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
| [SetEncoding(EncodingType value)](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. |
| [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. |
| [SetIgnoreNotPrinted(bool value)](../loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method
linktitle: GetConvertDateTimeData
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data in C++.'
description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true in C++.'
type: docs
weight: 1200
url: /cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/
---
## AbstractTextLoadOptions::GetConvertDateTimeData method


Gets or sets a value that indicates whether the string in text file is converted to date data.
Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.

```cpp
bool Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method
linktitle: GetConvertNumericData
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data in C++.'
description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true in C++.'
type: docs
weight: 1000
url: /cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/
---
## AbstractTextLoadOptions::GetConvertNumericData method


Gets or sets a value that indicates whether the string in text file is converted to numeric data.
Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.

```cpp
bool Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method
linktitle: SetConvertDateTimeData
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data in C++.'
description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true in C++.'
type: docs
weight: 1300
url: /cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/
---
## AbstractTextLoadOptions::SetConvertDateTimeData method


Gets or sets a value that indicates whether the string in text file is converted to date data.
Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.

```cpp
void Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData(bool value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method
linktitle: SetConvertNumericData
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data in C++.'
description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true in C++.'
type: docs
weight: 1100
url: /cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/
---
## AbstractTextLoadOptions::SetConvertNumericData method


Gets or sets a value that indicates whether the string in text file is converted to numeric data.
Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.

```cpp
void Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData(bool value)
Expand Down
3 changes: 3 additions & 0 deletions english/cpp/aspose.cells/calculationoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class CalculationOptions
| [GetLinkedDataSources()](./getlinkeddatasources/) | Specifies the data sources for external links used in formulas. |
| [GetPrecisionStrategy()](./getprecisionstrategy/) | Specifies the strategy for processing precision of calculation. |
| [GetRecursive()](./getrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. |
| [GetRefreshDynamicArrayFormula()](./getrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. |
| [GetUserSpecifiedRefreshDynamicArrayFormula()](./getuserspecifiedrefreshdynamicarrayformula/) | Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. |
| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. |
| explicit [operator bool()](./operator_bool/) const | operator bool() |
| [operator=(const CalculationOptions\& src)](./operator_asm/) | operator= |
Expand All @@ -40,6 +42,7 @@ class CalculationOptions
| [SetLinkedDataSources(const Vector \<Workbook\>\& value)](./setlinkeddatasources/) | Specifies the data sources for external links used in formulas. |
| [SetPrecisionStrategy(CalculationPrecisionStrategy value)](./setprecisionstrategy/) | Specifies the strategy for processing precision of calculation. |
| [SetRecursive(bool value)](./setrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. |
| [SetRefreshDynamicArrayFormula(bool value)](./setrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. |
| [~CalculationOptions()](./~calculationoptions/) | Destructor. |
## Fields

Expand Down
Loading