Enumeration
HyperlinkDestinationPageSetting
Hyperlink destination page display options.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1212437352 | readonly | Fits the destination page to the window height; may obscure the right side the page. Note: The magnification changes automatically when the window is resized vertically. | |
| Number = 1212437366 | readonly | Displays the visible portion of the destination page as the destination. | |
| Number = 1212437334 | readonly | Fits the the text area of the destination page to the window width; obscures page margins and may obscure the lower portion of the page. Note: The magnification changes automatically when the window is resized horizontally. | |
| Number = 1212437335 | readonly | Fits the destination page to the width of the window; may obscure the lower portion of the page. Note: The magnification changes automatically when the window is resized horizontally. | |
| Number = 1212437367 | readonly | Fits the entire destination page in the document window. Note: The magnification changes automatically when the window is resized. | |
| Number = 1212437350 | readonly | Fits the destination page within the specified rectangle. For information on specifying the rectangle size and position, see the entry for view bounds. | |
| Number = 1212437370 | readonly | The destination page is displayed at the same zoom percent as the previously displayed page. Note: The magnification changes automatically when the window is resized. |
Object of 2
Properties elsewhere that hold an HyperlinkDestinationPageSetting value.