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 void setIconLink(String value)
The gadget's icon URL.
value
- a String
object.public int getWidth()
The gadget's width in pixels.
public void setWidth(int value)
The gadget's width in pixels.
value
- a int.public int getHeight()
The gadget's height in pixels.
public void setHeight(int value)
The gadget's height in pixels.
value
- a int.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.
String
object.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.
value
- a String
object.Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.