SetCustomPropertyValue
Contents
[
Hide
]
IDocumentProperties.SetCustomPropertyValue method (1 of 6)
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
IDocumentProperties.SetCustomPropertyValue method (2 of 6)
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
IDocumentProperties.SetCustomPropertyValue method (3 of 6)
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
IDocumentProperties.SetCustomPropertyValue method (4 of 6)
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
IDocumentProperties.SetCustomPropertyValue method (5 of 6)
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
IDocumentProperties.SetCustomPropertyValue method (6 of 6)
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