axdmoraes wrote: > I would like to show this paragraph like this. > http://www.nabble.com/file/p11861577/1.jpg > > But it shows like this.I want the first ident. Someone knows? > > http://www.nabble.com/file/p11861577/2.jpg What you want is called a "hanging indent". A quick Google search for 'FO XSL "hanging indent"' finds this (http://www.dpawson.co.uk/xsl/examples.html): Example 5-4. Hanging indents <fo:block text-indent='-4em' start-indent='4em'> An example of a hanging indent, a paragraph with the first line left aligned, and the remainder of the paragraph indented by a fixed amount. Set by using the start indent and text-indent properties on a block. The text-indent is set to a negative value, the start indent to a positive value. </fo:block>Received on Monday, 30 July 2007 13:48:38 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 3 October 2007 16:06:14 GMT