com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AmpAnim



  • public class AmpAnim
    extends AmpImage

    A runtime-managed animated image, typically a GIF.

    • Constructor Detail

      • AmpAnim

        public AmpAnim(int width,
               int height)

        Creates instance of AmpAnim.

        Parameters:
        width - width of AmpAnim
        height - height of AmpAnim
    • Method Detail

      • getAttribution

        public final String getAttribution()

        A string that indicates the attribution of the image.

      • setAttribution

        public final void setAttribution(String value)

        A string that indicates the attribution of the image.

      • getRequiredScript

        public String getRequiredScript()

        Required script that muct be added to head section.

        Overrides:
        getRequiredScript in class AmpImage
      • toAmpHtml

        public String toAmpHtml()

        Represents amp html version of component.

        Overrides:
        toAmpHtml in class AmpImage
        Returns: