AmpFitText
Contents
[
Hide
]AmpFitText class
Inherits: Aspose::Email::Amp::AmpComponent
Expands or shrinks its font size to fit the content within the space given to it.
Constructors
| Name | Description |
|---|---|
| AmpFitText | Creates instance of AmpFitText . |
Methods
| Name | Description |
|---|---|
| get_MaxFontSize | Specifies the maximum font size as an integer that the amp-fit-text can use. |
| get_MinFontSize | Specifies the minimum font size as an integer that the amp-fit-text can use. |
| get_RequiredScript | Required script that muct be added to head section. |
| get_Value | Text Value of component. |
| set_MaxFontSize | Specifies the maximum font size as an integer that the amp-fit-text can use. |
| set_MinFontSize | Specifies the minimum font size as an integer that the amp-fit-text can use. |
| set_Value | Text Value of component. |
| ToAmpHtml | Represents amp html version of component. |
| ToHtml | Represents html version of component. |