SetCustomPropertyValue
Contents
[
Hide
]SetCustomPropertyValue(string, bool)
Sets a named boolean custom property.
public void SetCustomPropertyValue(string name, bool value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to set |
value | Boolean | Custom property value |
See Also
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
SetCustomPropertyValue(string, int)
Sets a named integer custom property.
public void SetCustomPropertyValue(string name, int value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to set |
value | Int32 | Custom property value |
See Also
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
SetCustomPropertyValue(string, DateTime)
Sets a named DateTime custom property.
public void SetCustomPropertyValue(string name, DateTime value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to set |
value | DateTime | Custom property value |
See Also
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
SetCustomPropertyValue(string, string)
Sets a named string custom property.
public void SetCustomPropertyValue(string name, string value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to set |
value | String | Custom property value |
See Also
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
SetCustomPropertyValue(string, float)
Sets a named float custom property.
public void SetCustomPropertyValue(string name, float value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to set |
value | Single | Custom property value |
See Also
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
SetCustomPropertyValue(string, double)
Sets a named double custom property.
public void SetCustomPropertyValue(string name, double value)
Parameter | Type | Description |
---|---|---|
name | String | Name of the custom property to set |
value | Double | Custom property value |
See Also
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides