It is an object used for graphics external to the XML tree.
1 fo.external-graphic
<fo.external-graphic
src='src'
content-width='content-width'
content-height='content-height'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Asrc | string | Url where is the image or the graphic. | |||
Acontent-width | string | Width of the object. e.g: content-width='8pt'. | |||
Acontent-height | string | Height of the object. e.g: content-height ='8pt' |
Example
Copy
<fo.external-graphic src='http://www.google.com/logos/earthday09.gif' />