Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-cells/Aspose.Cells-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
peytonxuaspose committed Feb 14, 2025
1 parent 16da026 commit 1855a1d
Show file tree
Hide file tree
Showing 633 changed files with 12,096 additions and 923 deletions.
1 change: 1 addition & 0 deletions content/sites/aspose/cells/english/cpp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ is_root: true
| [Aspose::Cells::Drawing::Texts](./aspose.cells.drawing.texts/) | |
| [Aspose::Cells::ExternalConnections](./aspose.cells.externalconnections/) | |
| [Aspose::Cells::Json](./aspose.cells.json/) | |
| [Aspose::Cells::Loading](./aspose.cells.loading/) | |
| [Aspose::Cells::Markup](./aspose.cells.markup/) | |
| [Aspose::Cells::Metadata](./aspose.cells.metadata/) | |
| [Aspose::Cells::Numbers](./aspose.cells.numbers/) | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ class Axis
| [GetBaseUnitScale()](./getbaseunitscale/) | Represents the base unit scale for the category axis. |
| [GetBins()](./getbins/) | Represents bins on a chart(Histogram/Pareto) axis. |
| [GetCategoryType()](./getcategorytype/) | Represents the category axis type. |
| [GetCoustomDisplayUnit()](./getcoustomdisplayunit/) | Specifies a custom value for the display unit. |
| [GetCrossAt()](./getcrossat/) | Represents the point on the value axis where the category axis crosses it. |
| [GetCrossType()](./getcrosstype/) | Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. |
| [GetCustomUnit()](./getcustomunit/) | Specifies a custom value for the display unit. |
| [GetCustomUnit()](./getcustomunit/) | **(Deprecated)** Specifies a custom value for the display unit. |
| [GetDisplayUnit()](./getdisplayunit/) | Represents the unit label for the specified axis. |
| [GetDisplayUnitLabel()](./getdisplayunitlabel/) | Represents a unit label on an axis in the specified chart. Unit labels are useful for charting large values— for example, in the millions or billions. |
| [GetHasMultiLevelLabels()](./gethasmultilevellabels/) | Indicates whether the labels shall be shown as multi level. |
Expand Down Expand Up @@ -66,9 +67,10 @@ class Axis
| [SetAxisBetweenCategories(bool value)](./setaxisbetweencategories/) | Represents if the value axis crosses the category axis between categories. |
| [SetBaseUnitScale(TimeUnit value)](./setbaseunitscale/) | Represents the base unit scale for the category axis. |
| [SetCategoryType(CategoryType value)](./setcategorytype/) | Represents the category axis type. |
| [SetCoustomDisplayUnit(double value)](./setcoustomdisplayunit/) | Specifies a custom value for the display unit. |
| [SetCrossAt(double value)](./setcrossat/) | Represents the point on the value axis where the category axis crosses it. |
| [SetCrossType(CrossType value)](./setcrosstype/) | Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. |
| [SetCustomUnit(int32_t value)](./setcustomunit/) | Specifies a custom value for the display unit. |
| [SetCustomUnit(int32_t value)](./setcustomunit/) | **(Deprecated)** Specifies a custom value for the display unit. |
| [SetDisplayUnit(DisplayUnitType value)](./setdisplayunit/) | Represents the unit label for the specified axis. |
| [SetHasMultiLevelLabels(bool value)](./sethasmultilevellabels/) | Indicates whether the labels shall be shown as multi level. |
| [SetIsAutomaticMajorUnit(bool value)](./setisautomaticmajorunit/) | Indicates whether the major unit of the axis is automatically assigned. |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Aspose::Cells::Charts::Axis::GetCoustomDisplayUnit method
linktitle: GetCoustomDisplayUnit
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::Axis::GetCoustomDisplayUnit method. Specifies a custom value for the display unit in C++.'
type: docs
weight: 5300
url: /cpp/aspose.cells.charts/axis/getcoustomdisplayunit/
---
## Axis::GetCoustomDisplayUnit method


Specifies a custom value for the display unit.

```cpp
double Aspose::Cells::Charts::Axis::GetCoustomDisplayUnit()
```

## See Also

* Class [Axis](../)
* Namespace [Aspose::Cells::Charts](../../)
* Library [Aspose.Cells for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,28 @@ linktitle: GetCustomUnit
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::Axis::GetCustomUnit method. Specifies a custom value for the display unit in C++.'
type: docs
weight: 4700
weight: 5100
url: /cpp/aspose.cells.charts/axis/getcustomunit/
---
## Axis::GetCustomUnit method


Specifies a custom value for the display unit.


>Deprecated
>
>Use Axis.CoustomDisplayUnit property, instead.
```cpp
int32_t Aspose::Cells::Charts::Axis::GetCustomUnit()
```

## Remarks


NOTE: This property is now obsolete. Instead, please use Axis.CoustomDisplayUnit property. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced.


## See Also

* Class [Axis](../)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Aspose::Cells::Charts::Axis::SetCoustomDisplayUnit method
linktitle: SetCoustomDisplayUnit
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::Axis::SetCoustomDisplayUnit method. Specifies a custom value for the display unit in C++.'
type: docs
weight: 5400
url: /cpp/aspose.cells.charts/axis/setcoustomdisplayunit/
---
## Axis::SetCoustomDisplayUnit method


Specifies a custom value for the display unit.

```cpp
void Aspose::Cells::Charts::Axis::SetCoustomDisplayUnit(double value)
```
## See Also
* Class [Axis](../)
* Namespace [Aspose::Cells::Charts](../../)
* Library [Aspose.Cells for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,28 @@ linktitle: SetCustomUnit
second_title: Aspose.Cells for C++ API Reference
description: 'Aspose::Cells::Charts::Axis::SetCustomUnit method. Specifies a custom value for the display unit in C++.'
type: docs
weight: 4800
weight: 5200
url: /cpp/aspose.cells.charts/axis/setcustomunit/
---
## Axis::SetCustomUnit method


Specifies a custom value for the display unit.


>Deprecated
>
>Use Axis.CoustomDisplayUnit property, instead.
```cpp
void Aspose::Cells::Charts::Axis::SetCustomUnit(int32_t value)
```
## Remarks
NOTE: This property is now obsolete. Instead, please use Axis.CoustomDisplayUnit property. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced.
## See Also
* Class [Axis](../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class ArcShape : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Button : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class CellsDrawing : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class ChartShape : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class CheckBox : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class ComboBox : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class CommentShape : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class CustomXmlShape : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Dialog_Box : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class GroupBox : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class GroupShape : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Label : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class LineShape : public Aspose::Cells::Drawing::Shape
| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. |
| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. |
| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. |
| [ToImage(const Vector \<uint8_t\>\& stream, Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. |
| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. |
| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. |
Expand Down
Loading

0 comments on commit 1855a1d

Please sign in to comment.