public class Gadget extends Object
A gadget that extends this event.
Constructor and Description |
---|
Gadget()
Initializes a new instance of the Gadget class.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplay()
The gadget's display mode.
|
int |
getHeight()
The gadget's height in pixels.
|
String |
getIconLink()
The gadget's icon URL.
|
String |
getLink()
The gadget's URL.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,String> |
getPreferences()
The gadget's preferences
|
String |
getTitle()
The gadget's title.
|
String |
getType()
The gadget's type.
|
int |
getWidth()
The gadget's width in pixels.
|
void |
setDisplay(String value)
The gadget's display mode.
|
void |
setHeight(int value)
The gadget's height in pixels.
|
void |
setIconLink(String value)
The gadget's icon URL.
|
void |
setLink(String value)
The gadget's URL.
|
void |
setTitle(String value)
The gadget's title.
|
void |
setType(String value)
The gadget's type.
|
void |
setWidth(int value)
The gadget's width in pixels.
|
public final String getType()
The gadget's type.
public final void setType(String value)
The gadget's type.
public final String getTitle()
The gadget's title.
public final void setTitle(String value)
The gadget's title.
public final String getLink()
The gadget's URL.
public final void setLink(String value)
The gadget's URL.
public final String getIconLink()
The gadget's icon URL.
public final void setIconLink(String value)
The gadget's icon URL.
public final int getWidth()
The gadget's width in pixels.
public final void setWidth(int value)
The gadget's width in pixels.
public final int getHeight()
The gadget's height in pixels.
public final void setHeight(int value)
The gadget's height in pixels.
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.
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.