Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies if a content document has been designed as a fixed-layout document, or if it can be reflowed/paginated.

Index

Enumeration members

Enumeration members

PRE_PAGINATED

PRE_PAGINATED = "PRE_PAGINATED"

The document has been designed as a fixed-layout document.

REFLOWABLE

REFLOWABLE = "REFLOWABLE"

The document can be reflowed/paginated.

Generated using TypeDoc