Aspose::Email::Amp
Contents
[
Hide
]Aspose::Email::Amp namespace
This namespace groups the AMP-specific objects such as accordions, carousels, forms, images, and other interactive elements used in AMP email markup. Use these classes to programmatically build rich, mobile‑optimized email content with Aspose.Email for C++.
Classes
| Name | Description |
|---|---|
| AmpAccordion | A UI element that facilitates showing/hiding different sections. |
| AmpAnim | A runtime-managed animated image, typically a GIF. |
| AmpAttributes | Represents attributes used by the amp-components. |
| AmpCarousel | Component allows displaying multiple similar pieces of content along a horizonta |
| AmpComponent | Base class to representation amp components. |
| AmpFitText | Expands or shrinks its font size to fit the content within the space given to it |
| AmpForm | The amp-form extension allows you to create forms to submit input fields in an A |
| AmpImage | |
| AmpMessage | Message which allows senders to include AMP components inside emails. |
| AmpTimeago | Provides fuzzy timestamps by formatting dates as “X time ago” |
| FormField | Describe one field of form. |
| Section | Element of AmpAccordion . |
| SectionHeader | Represents the heading for the section |
| SectionValue | Represents the content of the section. |
Enumerations
| Name | Description |
|---|---|
| CarouselType | Specifies the display type for the carousel items. |
| FormMethod | The method tells the server about the request method. |
| FormTarget | Indicates where to display the form response after submitting the form. The valu |
| LayoutType | The layout attribute gives you easy, per-element control over how your element s |
| SectionHeaderType | Represents the type of heading for the section. |