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 String getType()
The gadget's type.
public void setType(String value)
The gadget's type.
public String getTitle()
The gadget's title.
public void setTitle(String value)
The gadget's title.
public String getLink()
The gadget's URL.
public void setLink(String value)
The gadget's URL.
public String getIconLink()
The gadget's icon URL.
public void setIconLink(String value)
The gadget's icon URL.
public int getWidth()
The gadget's width in pixels.
public void setWidth(int value)
The gadget's width in pixels.
public int getHeight()
The gadget's height in pixels.
public void setHeight(int value)
The gadget's height in pixels.
public 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 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.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.