Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the writing mode that was used when paginating a content document. https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode

Describes general direction of content flow.

Index

Enumeration members

Enumeration members

LR

LR = "LR"

Pages are rendered left to right.

RL

RL = "RL"

Pages are rendered right to left.

TB

TB = "TB"

Pages are rendered top to bottom.

Generated using TypeDoc