Attributes
Overview
Attributes is a struct in Aspose.Slides for CPP.
Inherits from: Attributes.
Common PPTX attribute names.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
kRId | std::string | Read/Write | Represents the relationship ID attribute in slide XML |
kREmbed | std::string | Read/Write | Represents the embed relationship reference attribute |
kId | std::string_view | Read/Write | Represents the identifier attribute of an element |
kName | std::string_view | Read/Write | Represents the name attribute of an element |
kCx | std::string_view | Read/Write | Represents the width (cx) attribute, typically in EMUs |
kCy | std::string_view | Read/Write | Represents the height (cy) attribute, typically in EMUs |
kX | std::string_view | Read/Write | Represents the horizontal position (x) attribute, typically in EMUs |
kY | std::string_view | Read/Write | Represents the vertical position (y) attribute, typically in EMUs |