Aspose::Cells::Object class
Contents
[
Hide
]Object class
Object class.
class Object
Methods
| Method | Description |
|---|---|
| AsDouble() const | Converts the object to a double value, if object is number type. |
| AsInt32() const | Converts the object to an int32_t value, if object is number type. |
| GetNumberType() const | Gets the NumberType of the object. |
| GetObjPtr() const | Internal use. |
| GetType() const | Gets the ObjectType of the object. |
| IsArray1D() const | Checks whether the object is a one-dimensional array. |
| IsArray2D() const | Checks whether the object is a two-dimensional array. |
| IsBool() const | Checks whether the object is a bool value. |
| IsColor() const | Checks whether the object is a Color value. |
| IsDate() const | Checks whether the object is a Date value. |
| IsDouble() const | Checks whether the object is a double value. |
| IsInt32() const | Checks whether the object is an int32_t value. |
| IsNull() const | Checks whether the object is null. |
| IsNumber() const | Checks whether the object is a number value. |
| IsObject() const | Checks whether the object is an object pointer. |
| IsRange() const | Checks whether the object is a Range pointer. |
| IsReferredArea() const | Checks whether the object is a ReferredArea pointer. |
| IsString() const | Checks whether the object is a String value. |
| Object() | Default constructor. Constructs an empty object. |
| Object(bool value) | Constructs from a bool value. |
| Object(int8_t value) | Constructs from an int8_t value. |
| Object(uint8_t value) | Constructs from an uint8_t value. |
| Object(int16_t value) | Constructs from an int16_t value. |
| Object(uint16_t value) | Constructs from an uint16_t value. |
| Object(int32_t value) | Constructs from an int32_t value. |
| Object(uint32_t value) | Constructs from an uint32_t value. |
| Object(int64_t value) | Constructs from an int64_t value. |
| Object(uint64_t value) | Constructs from an uint64_t value. |
| Object(float value) | Constructs from a float value. |
| Object(double value) | Constructs from a double value. |
| Object(const Date& value) | Constructs from a Date value. |
| Object(const Aspose::Cells::Color& value) | Constructs from a Color value. |
| Object(const U16String& value) | Constructs from U16String value. |
| Object(const char16_t* value) | Constructs from a const char16_t* string. |
| Object(const Range& value) | Constructs from a Range value. |
| Object(ReferredArea_Impl* value) | Internal use. |
| Object(System::ObjPtr value) | Internal use. |
| Object(const Vector <Object>& value) | Constructs from a one-dimensional array. |
| Object(const Vector <Vector <Object>>& value) | Constructs from a two-dimensional array. |
| Object(const Object& src) | Copy constructor. |
| operator System::ObjPtr() const | Internal use. |
| operator=(const Object& src) | operator= |
| ToArray1D() const | Gets the one-dimensional array value. |
| ToArray2D() const | Gets the two-dimensional array value. |
| ToBool() const | Gets the bool value. |
| ToColor() const | Gets the Color value. |
| ToDate() const | Gets the Date value. |
| ToDouble() const | Gets the double value. |
| ToFloat() const | Gets the float value. |
| ToInt16() const | Gets the int16_t value. |
| ToInt32() const | Gets the int32_t value. |
| ToInt64() const | Gets the int64_t value. |
| ToInt8() const | Gets the int8_t value. |
| ToRange() const | Gets the Range value. |
| ToReferredArea() const | Gets the ReferredArea value. |
| ToString() const | Gets the String value. |
| ToUInt16() const | Gets the uint16_t value. |
| ToUInt32() const | Gets the uint32_t value. |
| ToUInt64() const | Gets the uint64_t value. |
| ToUInt8() const | Gets the uint8_t value. |
| ~Object() | Destructor. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++