public final class LinkAction extends Object
Represents a link action - i.e. one action that can be invoked when user clicks on link.
Modifier and Type | Field and Description |
---|---|
int |
_LinkActionType
Gets or sets a
LinkActionType object that indicates the link action type. |
String |
FileName
Gets or sets a string that indicates the file name for OpenFile link action.
|
int |
MenuItemType
Gets or sets a
MenuItemType object that indicates the menu item type. |
String |
WebUrl
Gets or sets a string that indicates the web url for OpenWebLink link action.
|
Constructor and Description |
---|
LinkAction()
initiates new instance of object that indicates the link action type.
|
LinkAction(int newMenuItemType)
initiates new instance of object with action type of type 'MenuItemType' and specified type of menu action.
|
public int _LinkActionType
Gets or sets a LinkActionType
object that indicates the link action type.
public int MenuItemType
Gets or sets a MenuItemType
object that indicates the menu item type.
It makes sense when LinkAction is of type 'ExcuteMenuItem'
public String FileName
Gets or sets a string that indicates the file name for OpenFile link action. It makes sense when LinkAction is of type 'OpenFile'
public String WebUrl
Gets or sets a string that indicates the web url for OpenWebLink link action. It makes sense when LinkAction is of type 'OpenWebLink'
public LinkAction()
initiates new instance of object that indicates the link action type.
public LinkAction(int newMenuItemType)
initiates new instance of object with action type of type 'MenuItemType' and specified type of menu action.
public Object deepClone()
Copyright © 2014 Aspose. All Rights Reserved.