aspose.pdf
Class LinkAction

java.lang.Object
  extended by aspose.pdf.LinkAction

public class LinkAction
extends java.lang.Object

Represents a link action.


Constructor Summary
LinkAction()
          Represents a link action
 
Method Summary
 java.lang.Object Clone()
          Duplicate a new LineAction object
 java.lang.String getFileName()
          Gets a string that indicates the file name for OpenFile link action.
 LinkActionType getLinkActionType()
          Gets a LinkActionType object that indicates the link action type.
 MenuItemType getMenuItemType()
          Gets a MenuItemType object that indicates the menu item type.
 java.lang.String getSoundFileName()
          Gets a string that indicates the sound file name for PlaySound link action.
 java.lang.String getWebUrl()
          Gets a string that indicates the web url for OpenWebLink link action.
 void setFileName(java.lang.String value)
          Sets a string that indicates the file name for OpenFile link action.
 void setLinkActionType(LinkActionType value)
          Sets a LinkActionType object that indicates the link action type.
 void setMenuItemType(MenuItemType value)
          Sets a MenuItemType object that indicates the menu item type.
 void setSoundFileName(java.lang.String value)
          Sets a string that indicates the sound file name for PlaySound link action.
 void setWebUrl(java.lang.String value)
          Sets a string that indicates the web url for OpenWebLink link action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkAction

public LinkAction()
Represents a link action

Method Detail

getLinkActionType

public LinkActionType getLinkActionType()
Gets a LinkActionType object that indicates the link action type.


setLinkActionType

public void setLinkActionType(LinkActionType value)
Sets a LinkActionType object that indicates the link action type.

Parameters:
value -

getMenuItemType

public MenuItemType getMenuItemType()
Gets a MenuItemType object that indicates the menu item type.


setMenuItemType

public void setMenuItemType(MenuItemType value)
Sets a MenuItemType object that indicates the menu item type.

Parameters:
value -

getFileName

public java.lang.String getFileName()
Gets a string that indicates the file name for OpenFile link action.


setFileName

public void setFileName(java.lang.String value)
Sets a string that indicates the file name for OpenFile link action.

Parameters:
value -

getWebUrl

public java.lang.String getWebUrl()
Gets a string that indicates the web url for OpenWebLink link action.


setWebUrl

public void setWebUrl(java.lang.String value)
Sets a string that indicates the web url for OpenWebLink link action.

Parameters:
value -

getSoundFileName

public java.lang.String getSoundFileName()
Gets a string that indicates the sound file name for PlaySound link action.


setSoundFileName

public void setSoundFileName(java.lang.String value)
Sets a string that indicates the sound file name for PlaySound link action.

Parameters:
value -

Clone

public java.lang.Object Clone()
Duplicate a new LineAction object