|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetURI () |
| Get the URI string. More... | |
| def | IsTrackPosition () |
| Check whether to track the mouse position when the URI is resolved. More... | |
| def | SetTrackPositionFlag (is_track_position) |
| Set the value for tracking position flag. More... | |
| def | SetURI (uri) |
| Set the URI string. More... | |
URI (uniform resource identifier) action is an action that causes a URI to be resolved. Class fsdk.URIAction is derived from Action and offers functions to get/set URI action data.
| def fsdk.URIAction.GetURI | ( | ) |
Get the URI string.
| def fsdk.URIAction.IsTrackPosition | ( | ) |
Check whether to track the mouse position when the URI is resolved.
| def fsdk.URIAction.SetTrackPositionFlag | ( | is_track_position | ) |
Set the value for tracking position flag.
| [in] | is_track_position | true means to track position, while false means not to track position. |
| def fsdk.URIAction.SetURI | ( | uri | ) |
Set the URI string.
| [in] | uri | A URI string to be set. It should not be an empty string. |