Aspose::Cells::Drawing::ShapeGuideCollection class
Contents
[
Hide
]ShapeGuideCollection class
Encapsulates a collection of shape guide.
class ShapeGuideCollection
Methods
| Method | Description |
|---|---|
| Add(const U16String& name, double val) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) |
| Add(const char16_t* name, double val) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) |
| Get(int32_t index) | Gets a shape guide by index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ShapeGuideCollection& src) | operator= |
| ShapeGuideCollection() | Default constructor. |
| ShapeGuideCollection(ShapeGuideCollection_Impl* impl) | Constructs from an implementation object. |
| ShapeGuideCollection(const ShapeGuideCollection& src) | Copy constructor. |
| ~ShapeGuideCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++