Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Cross-Frame Page Links

This example shows how a V1 connection becomes a page link when its endpoints belong to different frames. The source endpoint is local to the declaring frame; the destination uses frame-id.endpoint-id.

Default SVG export creates one file for each identified frame:

overview

service-detail

database-detail

The combined compatibility view uses the same source with --combine-frames:

Source: samples/page-links.xal.

See Anchors and Bends and Frame and Containers for page-edge terminal, anchor, and metadata-reservation rules.

xaligo validate docs/src/examples/samples/page-links.xal
xaligo render docs/src/examples/samples/page-links.xal --format svg -o output/page-links.svg
xaligo render docs/src/examples/samples/page-links.xal --format svg --combine-frames -o output/page-links.svg

PPTX, PDF, and Excel use the same frame order as slides, pages, and worksheets:

xaligo render docs/src/examples/samples/page-links.xal --format pptx -o output/page-links.pptx
xaligo render docs/src/examples/samples/page-links.xal --format pdf -o output/page-links.pdf
xaligo render docs/src/examples/samples/page-links.xal --format excel -o output/page-links.xlsx