Schema Central > XSL-FO 1.1 > fo.xsd > vertical-align
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

vertical-align

Affects the vertical positioning inside a line box of the boxes generated by an inline-level element. The following values only have meaning with respect to a parent inline-level element, or to a parent block-level element, if that element generates anonymous inline boxes; they have no effect if no such parent exists.  CSS2 Reference: "vertical-align" property

See http://www.w3.org/TR/xsl11/#vertical-align.

Attribute information

Namespace: None

Schema document: fo.xsd

Type: Anonymous

Properties: Local, Unqualified

Value

  • Union of:
      from type fo:length
    • Type based on xsd:string
      • Pattern: [\+\-]?\d+(\.?\d+)?(pc|px|pt|mm|cm|in|em)
    • from type fo:percentage
    • Type based on xsd:string
      • Pattern: [\+\-]?\d+(\.?\d+)?%
    • from type fo:inherit
    • Type based on xsd:token
      • Valid value
        inherit
    • Type based on xsd:token
      • Valid valueDescription
        baselineAlign the baseline of the box with the baseline of the parent box. If the box doesn't have a baseline, align the bottom of the box with the parent's baseline.
        middleAlign the vertical midpoint of the box with the baseline of the parent box plus half the x-height of the parent.
        subLower the baseline of the box to the proper position for subscripts of the parent's box. (This value has no effect on the font size of the element's text.)
        superRaise the baseline of the box to the proper position for superscripts of the parent's box. (This value has no effect on the font size of the element's text.)
        text-topAlign the top of the box with the top of the parent element's font.
        text-bottomAlign the bottom of the box with the bottom of the parent element's font.
        topAlign the top of the box with the top of the line box.
        bottomAlign the bottom of the box with the bottom of the line box.
  • Used in

    Site developed and hosted by Datypic, Inc.

    Please report errors or comments about this site to contrib@functx.com