fo:area-dimension-properties
Area Dimension Properties
Attribute group information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
allowed-height-scale | [0..1] | fo:scale | A list of constraints on the scale-factor values that may be used when scaling a graphic in the height direction. The list is unordered, except that an "any" value is considered last and is only used if the scaling constraints cannot be satisfied using any of the other specified values. | from group fo:allowed-height-scale |
allowed-width-scale | [0..1] | fo:scale | A list of constraints on the scale-factor values that may be used when scaling a graphic in the width direction. The list is unordered, except that an "any" value is considered last and is only used if the scaling constraints cannot be satisfied using any of the other specified values. | from group fo:allowed-width-scale |
block-progression-dimension | [0..1] | fo:progression-dimension | The block-progression-dimension of the content-rectangle for each area generated by this formatting object. The user may specify an explicit size (<length> or <percentage>) or a <length-range>, allowing the size to be adjusted by the formatter. | from group fo:block-progression-dimension |
content-height | [0..1] | Anonymous | The content-height of some object (e.g., an external graphic). If the value is a percentage, the value of this property is the percentage applied to the intrinsic height. | from group fo:content-height |
content-width | [0..1] | Anonymous | The content-width of some object (e.g., an external graphic). If the value is a percentage, the value of this property is the percentage applied to the intrinsic width. | from group fo:content-width |
height | [0..1] | fo:box-dimension | The content height of boxes generated by block-level and replaced elements. This property does not apply to non-replaced inline-level elements. The height of a non-replaced inline element's boxes is given by the element's (possibly inherited) 'line-height' value. CSS2 Reference: | from group fo:height |
inline-progression-dimension | [0..1] | fo:progression-dimension | The inline-progression-dimension of the content-rectangle for each area generated by this formatting object. The user may specify an explicit size (<length> or <percentage>) or a <length-range>, allowing the size to be adjusted by the formatter. This property does not apply when the "line-height" property applies to the same dimension of the areas generated by this formatting object. | from group fo:inline-progression-dimension |
max-height | [0..1] | fo:max-box-dimension | Constrains box heights to a certain range. CSS2 Reference: | from group fo:max-height |
max-width | [0..1] | fo:max-box-dimension | Constrains box widths to a certain range. CSS2 Reference: | from group fo:max-width |
min-height | [0..1] | fo:length-percentage-or-inherit | Constrains box heights to a certain range. CSS2 Reference: | from group fo:min-height |
min-width | [0..1] | fo:length-percentage-or-inherit | Constrains box widths to a certain range. CSS2 Reference: | from group fo:min-width |
scaling | [0..1] | Anonymous | Whether scaling needs to preserve the intrinsic aspect ratio. | from group fo:scaling |
scaling-method | [0..1] | Anonymous | Indicates a preference in the scaling/sizing tradeoff to be used when formatting bitmapped graphics. | from group fo:scaling-method |
width | [0..1] | fo:box-dimension | The content width of boxes generated by block-level and replaced elements. This property does not apply to non-replaced inline-level elements. The width of a non-replaced inline element's boxes is that of the rendered content within them (before any relative offset of children). Recall that inline boxes flow into line boxes. The width of line boxes is given by their containing block, but may be shorted by the presence of floats. CSS2 Reference: | from group fo:width |