Options
All
  • Public
  • Public/Protected
  • All
Menu

When a publication is presented as a spread of two pages. This enum defines in which slot the page is intended to rendered into.

Index

Enumeration members

Enumeration members

AUTO

AUTO = "AUTO"

The page can be rendered into any spread slot.

CENTER

CENTER = "CENTER"

The page should be rendered across the entire spread.

LEFT

LEFT = "LEFT"

The page should be rendered into the left slot of the spread.

RIGHT

RIGHT = "RIGHT"

The page should be rendered into the right slot of the spread.

Generated using TypeDoc