XSL-FO writing-mode Property
Definition and Usage
For <fo:simple-page-master> the writing-mode property is used to
specify the placement of the five regions on the master.
For <fo:region-*> the writing-mode property defines the
column-progression within each region.
For <fo:table> the writing-mode property controls the layout of the
rows and columns.
Details
- Inherited: yes
- Percentages: N/A
- Media: visual
Property Values
| Value |
Description |
| lr-tb |
Default. Text are written left-to-right and top-to-bottom
(normal "alphabetic" text) |
| rl-tb |
Text are written right-to-left and top-to-bottom (Arabic
and Hebrew text) |
| tb-rl |
Text are written top-to-bottom and right-to-left (Chinese
and Japanese text) |
| lr |
Same as lr-tb |
| rl |
Same as rl-tb |
| tb |
Same as tb-rl |
Whether you're new to XML or already an advanced user, the user-friendly views
and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to
meet your XML and Web services development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a free 30-day trial today!
|