public class LinkAction extends Object
Represents a link action.
Constructor and Description |
---|
LinkAction() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone() |
String |
getFileName()
Gets or sets a string that indicates the file name for OpenFile link action.
|
int |
getLinkActionType()
Gets or sets a
LinkActionType object that indicates the link action type. |
int |
getMenuItemType()
Gets or sets a
MenuItemType object that indicates the menu item type. |
String |
getSoundFileName()
Gets or sets a string that indicates the sound file name for PlaySound link action.
|
String |
getWebUrl()
Gets or sets a string that indicates the web url for OpenWebLink link action.
|
void |
setFileName(String value) |
void |
setLinkActionType(int value) |
void |
setMenuItemType(int value) |
void |
setSoundFileName(String value) |
void |
setWebUrl(String value) |
public int getLinkActionType()
Gets or sets a LinkActionType
object that indicates the link action type.
public void setLinkActionType(int value)
public int getMenuItemType()
Gets or sets a MenuItemType
object that indicates the menu item type.
public void setMenuItemType(int value)
public String getFileName()
Gets or sets a string that indicates the file name for OpenFile link action.
public void setFileName(String value)
public String getWebUrl()
Gets or sets a string that indicates the web url for OpenWebLink link action.
public void setWebUrl(String value)
public String getSoundFileName()
Gets or sets a string that indicates the sound file name for PlaySound link action.
public void setSoundFileName(String value)
public Object deepClone()
Copyright © 2016 Aspose. All Rights Reserved.