Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

XSL-FO instream-foreign-object object


May 28, 2021 XSL-FO


Table of contents


XSL-FO instream-foreign-object object

XSL-FO instream-foreign-object object XSL-FO reference manual

Definitions and usages

The instream-foreign-object-object object is used for inline graphics or "generic" class objects. I n it, the object's data exists in the form of a descendant of the .lt;fo:instream-foreign-object. Typically, the XML element sub-tree (a common format is SVG) in a non-XSL namespace is stored inside it.

The object's content size is defined by calling the object's size property and scaled by specifying the content-height, content-width, and scaling properties.

If the size zooms in and the content is too large, you can use the overflow property to set the scroll bar to browse the overflow portion.


Grammar

<fo:instream-foreign-object>
<!--
Contents:(see below)
-->
</fo:instream-foreign-object> 

The object has a sub-class from a non-XSL namespace. It may also contain additional properties that are not XSL namespaces.

Property

Attribute [A-J] Property [K-Z]
alignment-adjust keep-with-next
alignment-baseline keep-with-previous
azimuth language
background-attachment left
background-color line-height
background-image margin-bottom
background-repeat margin-left
background-position-horizontal margin-right
background-position-vertical margin-top
baseline-shift overflow
block-progression-dimension padding-after
border-after-color padding-before
border-after-style padding-bottom
border-after-width padding-end
border-before-color padding-left
border-before-style padding-right
border-before-width padding-start
border-bottom-color padding-top
border-bottom-style pause-after
border-bottom-width pause-before
border-end-color pitch
border-end-style pitch-range
border-end-width play-during
border-left-color relative-position
border-left-style richness
border-left-width right
border-right-color role
border-right-style scaling
border-right-width scaling-method
border-start-color script
border-start-style source-document
border-start-width space-end
border-top-color space-start
border-top-style speak
border-top-width speak-header
bottom speak-numeral
clip speak-punctuation
content-height speech-rate
content-type stress
content-width text-align
country text-indent
cue-after top
cue-before voice-family
display-align volume
dominant-baseline width
elevation
height
id
inline-progression-dimension


XSL-FO instream-foreign-object object XSL-FO reference manual