com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Gadget



  • public class Gadget
    extends Object

    A gadget that extends this event.

    • Constructor Detail

      • Gadget

        public Gadget()

        Initializes a new instance of the Gadget class.

    • Method Detail

      • getType

        public final String getType()

        The gadget's type.

      • setType

        public final void setType(String value)

        The gadget's type.

      • getTitle

        public final String getTitle()

        The gadget's title.

      • setTitle

        public final void setTitle(String value)

        The gadget's title.

      • getLink

        public final String getLink()

        The gadget's URL.

      • setLink

        public final void setLink(String value)

        The gadget's URL.

      • getIconLink

        public final String getIconLink()

        The gadget's icon URL.

      • setIconLink

        public final void setIconLink(String value)

        The gadget's icon URL.

      • getWidth

        public final int getWidth()

        The gadget's width in pixels.

      • setWidth

        public final void setWidth(int value)

        The gadget's width in pixels.

      • getHeight

        public final int getHeight()

        The gadget's height in pixels.

      • setHeight

        public final void setHeight(int value)

        The gadget's height in pixels.

      • getDisplay

        public final String getDisplay()

        The gadget's display mode. Optional. Possible values are: "icon" - The gadget displays next to the event's title in the calendar view. "chip" - The gadget displays when the event is clicked.

      • setDisplay

        public final void setDisplay(String value)

        The gadget's display mode. Optional. Possible values are: "icon" - The gadget displays next to the event's title in the calendar view. "chip" - The gadget displays when the event is clicked.

      • getPreferences

        public final com.aspose.ms.System.Collections.Generic.Dictionary<String,String> getPreferences()

        The gadget's preferences