All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docbook.params.writing.mode.xml Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version


writing.mode
string


writing.mode
Direction of text flow based on locale





  
    writing-mode
    
      
        
      
    
  




Description

Sets direction of text flow and text alignment based on locale.
The value is normally taken from the gentext file for the 
lang attribute of the document's root element, using the 
key name 'writing-mode' to look it up in the gentext file.
But this param can also be
set on the command line to override that gentext value.

Accepted values are:

  
    lr-tb
    
      Left-to-right text flow in each line, lines stack top to bottom.
    
  
  
    rl-tb
    
      Right-to-left text flow in each line, lines stack top to bottom.
    
  
  
    tb-rl
    
      Top-to-bottom text flow in each vertical line, lines stack right to left.
      Supported by only a few XSL-FO processors. Not supported in HTML output.
    
  
  
    lr
    
      Shorthand for lr-tb.
    
  
  
    rl
    
      Shorthand for rl-tb.
    
  
  
    tb
    
      Shorthand for tb-rl.
    
  









© 2015 - 2025 Weber Informatics LLC | Privacy Policy