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"

Pages are rendered left to right.

RL: "RL"

Pages are rendered right to left.

TB: "TB"

Pages are rendered top to bottom.

Generated using TypeDoc