![]() | InDesign SDK 20.5 |
#include <IDynDocsPublicUtils.h>

Public Member Functions | |
| DynDocsHyperlinkHelper (IGraphicsPort *port, UIDRef const &item) | |
| DynDocsHyperlinkHelper (IGraphicsPort *port, UIDRef const &item, PMRect const &bounds, PMMatrix const &matrix) | |
| ~DynDocsHyperlinkHelper () | |
Helper class for pushing the pageitem's hyperlink information to the SWF port.
| inline |
Constructor
| port | [IN]: graphics port that we push the information to. |
| item | [IN]: item that has hyperlink information. |
| inline |
Constructor
| port | [IN]: graphics port that we push the information to. |
| item | [IN]: item that has hyperlink information. |
| bounds | [IN]: bounding box for the hyperlink. |
| matrix | [IN]: matrix used to transform bounding box to spread coordinates. |
| inline |
Destructor