Skip to content

Commit 8e3b2b1

Browse files
Aspose.Slides for C++ 25.4 API Reference
1 parent 953c453 commit 8e3b2b1

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

content/cpp/english/_index.md

Lines changed: 1 addition & 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.3)
2+
title: Aspose.Slides for C++ API Reference (version 25.4)
33
type: docs
44
weight: 12
55
url: /

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AdjustValue : public Aspose::Slides::IAdjustValue
2727
| virtual **bool** [FastCast](../../system/object/fastcast/)(const Details::FastRttiBase\&, void **) const | For internal purposes only. |
2828
| **float** [get_AngleValue](./get_anglevalue/)() override | Returns value, interpreting it as angle in degrees. Read **float**. |
2929
| [System::String](../../system/string/) [get_Name](./get_name/)() override | Returns a name of this adjustment value. Read-only [System::String](../../system/string/). |
30-
| **int64_t** [get_RawValue](./get_rawvalue/)() override | Returns ajustment value \"as is\". Read **int64_t**. |
30+
| **int64_t** [get_RawValue](./get_rawvalue/)() override | Returns adjustment value \"as is\". Read **int64_t**. |
3131
| [ShapeAdjustmentType](../shapeadjustmenttype/) [get_Type](./get_type/)() override | Returns the type of the shape adjustment. Read-only [ShapeAdjustmentType](../shapeadjustmenttype/). |
3232
| Detail::SmartPtrCounter * [GetCounter](../../system/object/getcounter/)() | Gets reference counter data structure associated with the object. |
3333
| virtual **int32_t** [GetHashCode](../../system/object/gethashcode/)() const | Analog of C# [Object.GetHashCode()](../../system/object/gethashcode/) method. Enables hashing of custom objects. |
@@ -45,7 +45,7 @@ class AdjustValue : public Aspose::Slides::IAdjustValue
4545
| **bool** [ReferenceEquals](../../system/object/referenceequals/)([String](../../system/string/) const\&, [String](../../system/string/) const\&) | Specialization of [Object::ReferenceEquals](../../system/object/referenceequals/) for case of strings. |
4646
| int [RemovedSharedRefs](../../system/object/removedsharedrefs/)(int) | Decreases shared reference count by specified value. |
4747
| void [set_AngleValue](./set_anglevalue/)(**float**) override | Sets value, interpreting it as angle in degrees. Write **float**. |
48-
| void [set_RawValue](./set_rawvalue/)(**int64_t**) override | Sets ajustment value \"as is\". Write **int64_t**. |
48+
| void [set_RawValue](./set_rawvalue/)(**int64_t**) override | Sets adjustment value \"as is\". Write **int64_t**. |
4949
| virtual void [SetTemplateWeakPtr](../../system/object/settemplateweakptr/)(**uint32_t**) | Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
5050
| int [SharedCount](../../system/object/sharedcount/)() const | Gets current value of shared reference counter. |
5151
| [Object](../../system/object/) * [SharedRefAdded](../../system/object/sharedrefadded/)() | Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. |

content/cpp/english/aspose.slides/adjustvalue/get_rawvalue/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: get_RawValue()
33
second_title: Aspose.Slides for C++ API Reference
4-
description: Returns ajustment value \"as is\". Read int64_t.
4+
description: Returns adjustment value \"as is\". Read int64_t.
55
type: docs
66
weight: 1
77
url: /aspose.slides/adjustvalue/get_rawvalue/
88
---
99
## AdjustValue::get_RawValue() method
1010

1111

12-
Returns ajustment value \"as is\". Read **int64_t**.
12+
Returns adjustment value \"as is\". Read **int64_t**.
1313

1414
```cpp
1515
int64_t Aspose::Slides::AdjustValue::get_RawValue() override

content/cpp/english/aspose.slides/adjustvalue/set_rawvalue/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: set_RawValue()
33
second_title: Aspose.Slides for C++ API Reference
4-
description: Sets ajustment value \"as is\". Write int64_t.
4+
description: Sets adjustment value \"as is\". Write int64_t.
55
type: docs
66
weight: 14
77
url: /aspose.slides/adjustvalue/set_rawvalue/
88
---
99
## AdjustValue::set_RawValue(int64_t) method
1010

1111

12-
Sets ajustment value \"as is\". Write **int64_t**.
12+
Sets adjustment value \"as is\". Write **int64_t**.
1313

1414
```cpp
1515
void Aspose::Slides::AdjustValue::set_RawValue(int64_t value) override

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class IAdjustValue : public virtual System::Object
2727
| virtual **bool** [FastCast](../../system/object/fastcast/)(const Details::FastRttiBase\&, void **) const | For internal purposes only. |
2828
| virtual **float** [get_AngleValue](./get_anglevalue/)() | Returns value, interpreting it as angle in degrees. Read **float**. |
2929
| virtual [System::String](../../system/string/) [get_Name](./get_name/)() | Returns a name of this adjustment value. Read-only [System::String](../../system/string/). |
30-
| virtual **int64_t** [get_RawValue](./get_rawvalue/)() | Returns ajustment value \"as is\". Read **int64_t**. |
30+
| virtual **int64_t** [get_RawValue](./get_rawvalue/)() | Returns adjustment value \"as is\". Read **int64_t**. |
3131
| virtual [ShapeAdjustmentType](../shapeadjustmenttype/) [get_Type](./get_type/)() | Returns the type of the shape adjustment. Read-only [ShapeAdjustmentType](../shapeadjustmenttype/). |
3232
| Detail::SmartPtrCounter * [GetCounter](../../system/object/getcounter/)() | Gets reference counter data structure associated with the object. |
3333
| virtual **int32_t** [GetHashCode](../../system/object/gethashcode/)() const | Analog of C# [Object.GetHashCode()](../../system/object/gethashcode/) method. Enables hashing of custom objects. |
@@ -45,7 +45,7 @@ class IAdjustValue : public virtual System::Object
4545
| **bool** [ReferenceEquals](../../system/object/referenceequals/)([String](../../system/string/) const\&, [String](../../system/string/) const\&) | Specialization of [Object::ReferenceEquals](../../system/object/referenceequals/) for case of strings. |
4646
| int [RemovedSharedRefs](../../system/object/removedsharedrefs/)(int) | Decreases shared reference count by specified value. |
4747
| virtual void [set_AngleValue](./set_anglevalue/)(**float**) | Sets value, interpreting it as angle in degrees. Write **float**. |
48-
| virtual void [set_RawValue](./set_rawvalue/)(**int64_t**) | Sets ajustment value \"as is\". Write **int64_t**. |
48+
| virtual void [set_RawValue](./set_rawvalue/)(**int64_t**) | Sets adjustment value \"as is\". Write **int64_t**. |
4949
| virtual void [SetTemplateWeakPtr](../../system/object/settemplateweakptr/)(**uint32_t**) | Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
5050
| int [SharedCount](../../system/object/sharedcount/)() const | Gets current value of shared reference counter. |
5151
| [Object](../../system/object/) * [SharedRefAdded](../../system/object/sharedrefadded/)() | Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. |

content/cpp/english/aspose.slides/iadjustvalue/get_rawvalue/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: get_RawValue()
33
second_title: Aspose.Slides for C++ API Reference
4-
description: Returns ajustment value \"as is\". Read int64_t.
4+
description: Returns adjustment value \"as is\". Read int64_t.
55
type: docs
66
weight: 1
77
url: /aspose.slides/iadjustvalue/get_rawvalue/
88
---
99
## IAdjustValue::get_RawValue() method
1010

1111

12-
Returns ajustment value \"as is\". Read **int64_t**.
12+
Returns adjustment value \"as is\". Read **int64_t**.
1313

1414
```cpp
1515
virtual int64_t Aspose::Slides::IAdjustValue::get_RawValue()=0

content/cpp/english/aspose.slides/iadjustvalue/set_rawvalue/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: set_RawValue()
33
second_title: Aspose.Slides for C++ API Reference
4-
description: Sets ajustment value \"as is\". Write int64_t.
4+
description: Sets adjustment value \"as is\". Write int64_t.
55
type: docs
66
weight: 14
77
url: /aspose.slides/iadjustvalue/set_rawvalue/
88
---
99
## IAdjustValue::set_RawValue(int64_t) method
1010

1111

12-
Sets ajustment value \"as is\". Write **int64_t**.
12+
Sets adjustment value \"as is\". Write **int64_t**.
1313

1414
```cpp
1515
virtual void Aspose::Slides::IAdjustValue::set_RawValue(int64_t value)=0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ enum class ShapeAdjustmentType
4545
| ConnectorBendPositionY | 23 | Controls the vertical position of the bend in the connector. |
4646
| AttachY | 24 | Controls the vertical attachment point of the figure. |
4747
| AttachX | 25 | Controls the horizontal attachment point of the figure. |
48-
| CalloutHeight | 26 | Controls the vertical size of the callaut. |
49-
| CalloutWidth | 27 | Controls the horizont size of the callaut. |
50-
| CalloutSize | 28 | Controls the size of the callaut. |
48+
| CalloutHeight | 26 | Controls the vertical size of the callout. |
49+
| CalloutWidth | 27 | Controls the horizontal size of the callout. |
50+
| CalloutSize | 28 | Controls the size of the callout. |
5151
| Curvature | 29 | Curvature of a bent, braces, curved arrow or shape. |
5252
| HorizontalThickness | 30 | Controls the horizontal thickness of the corner shape. |
5353
| VerticalThickness | 31 | Controls the vertical thickness of the corner shape. |

0 commit comments

Comments
 (0)