|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.LinkAction
public class LinkAction
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkAction()
| Method Detail |
|---|
public LinkActionType getLinkActionType()
LinkActionType object that indicates the link action type.
public void setLinkActionType(LinkActionType value)
LinkActionType object that indicates the link action type.
value - public MenuItemType getMenuItemType()
MenuItemType object that indicates the menu item type.
public void setMenuItemType(MenuItemType value)
MenuItemType object that indicates the menu item type.
value - public java.lang.String getFileName()
public void setFileName(java.lang.String value)
value - public java.lang.String getWebUrl()
public void setWebUrl(java.lang.String value)
value - public java.lang.String getSoundFileName()
public void setSoundFileName(java.lang.String value)
value - public java.lang.Object Clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||