Bonjour Eugene,
In my real document, I have fo:region-start etc.., . These regions are inside the paper sheet, the crop are outside it's something who will be cut after the print.
I need to put some information in this zone to be sure that the print is ok, for example the colors or in my example to put color to be sure that when the shhet will but cut there is no blank line.
-- Cordialement, Marc Courriel : Marc.Liste@free.fr ----------------------------------------- Le mardi 28 novembre 2006 à 14:10:50, vous écriviez : EP> Hello, Marc! >> I try to insert in the crop a color so that there will not have any >> problem to cut the paper. EP> May be you will use the 'fo:region-after', 'fo:region-before', EP> 'fo:region-start', 'fo:region-end' elements? EP> For example: EP> ---- FO-file ---- EP> <?xml version="1.0" encoding="UTF-8"?> EP> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> EP> <fo:layout-master-set> EP> <fo:simple-page-master master-name="default-page" page-height="11in" page-width="8in">> EP> <fo:region-body EP> region-name="xsl-region-body" EP> margin-top="1in" margin-bottom="1in" margin-left="1in" EP> margin-right="1in" EP> background="white" EP> /> EP> <fo:region-before region-name="xsl-region-before" extent="1in" EP> display-align="after" background="silver"/> EP> <fo:region-after region-name="xsl-region-after" extent="1in" EP> display-align="before" background="green"/> EP> <fo:region-start region-name="xsl-region-start" extent="1in" EP> display-align="center" background="red"/> EP> <fo:region-end region-name="xsl-region-end" extent="1in" EP> display-align="center" background="blue"/> EP> </fo:simple-page-master> EP> </fo:layout-master-set> EP> <fo:page-sequence master-reference="default-page"> EP> <fo:flow flow-name="xsl-region-body"> EP> <fo:block>Viva la musique</fo:block> EP> </fo:flow> EP> </fo:page-sequence> EP> </fo:root> EP> ---- end of FO-file ---- EP> Sincerely, EP> Eugene EP> ------------------- EP> (*) To unsubscribe, send a message with words 'unsubscribe xep-support' EP> in the body of the message to majordomo@renderx.com from the address EP> you are subscribed from. EP> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.htmlReceived on Tue Nov 28 05:57:06 2006
This archive was generated by hypermail 2.1.8 : Tue Nov 28 2006 - 05:57:07 PST