GetCustomPropertyValue()
Contents
[
Hide
]DocumentProperties::GetCustomPropertyValue(System::String, bool&) method
Gets a named boolean value from the custom properties.
void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, bool &value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to get |
value | bool& | Custom property value |
DocumentProperties::GetCustomPropertyValue(System::String, int32_t&) method
Gets a named integer value from the custom properties.
void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, int32_t &value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to get |
value | int32_t& | Custom property value |
DocumentProperties::GetCustomPropertyValue(System::String, System::DateTime&) method
Gets a named DateTime value from the custom properties.
void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, System::DateTime &value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to get |
value | System::DateTime& | Custom property value |
DocumentProperties::GetCustomPropertyValue(System::String, System::String&) method
Gets a named string value from the custom properties.
void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, System::String &value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to get |
value | System::String& | Custom property value |
DocumentProperties::GetCustomPropertyValue(System::String, float&) method
Gets a named float value from the custom properties.
void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, float &value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to get |
value | float& | Custom property value |
DocumentProperties::GetCustomPropertyValue(System::String, double&) method
Gets a named double value from the custom properties.
void Aspose::Slides::DocumentProperties::GetCustomPropertyValue(System::String name, double &value) override
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the custom property to get. |
value | double& | Custom property value |
See Also
- Class String
- Class DocumentProperties
- Class DateTime
- Namespace Aspose::Slides
- Library Aspose.Slides