From 5c6a77531f85042510f7ef3755c16d825e073673 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Thu, 16 Oct 2008 10:42:59 +0000 Subject: [PATCH] Improved documentation describing the use of afp:resource-level git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@705204 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/trunk/output.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 3ff94b33b..1aa062a6a 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -730,16 +730,22 @@ out = proc.getOutputStream();]]> Foreign Attributes
Resource -

The resource foreign attributes provides the ability to control where data object resources (e.g. images) will reside in the AFP output. Example:

+

The resource foreign attributes provides the ability to name and control where data object resources (e.g. images) + will reside in the AFP output. Example:

... - + ]]> -

The resource-info extension can only occur as foreign attributes of >fo:external-graphic/< and >instream-foreign-object/<.

+

The resource-level attribute where the resource object will reside in the AFP output datastream. + The possible values for this are "inline", "print-file" and "external". + When "external" is used a resource-group-file attribute must also be specified.

+

The afp foreign attributes are only used in conjuntion with <fo:external-graphic/> and <instream-foreign-object/>.

-- 2.39.5