text-align
How inline content of a block is aligned. For fo:external-graphic, fo:instream-foreign-object, and fo:table-and-caption it specifies the alignment of other areas as described in the constraint section for these formatting objects. CSS2 Reference: "text-align" property
Attribute information
Namespace: None
Schema document: fo.xsd
Type: Anonymous
Properties: Local, Unqualified
Value
- Type based on xsd:token
Valid value inherit
- Type based on xsd:token
Valid value Description start The content is to be aligned on the start-edge in the inline-progression-direction. center The content is to be centered in the inline-progression-direction. end The content is to be aligned on the end-edge in the inline-progression-direction. justify The contents is to be expanded to fill the available width in the inline-progression-direction. inside If the page binding edge is on the start-edge, the alignment will be start. If the binding is the end-edge, the alignment will be end. If neither, use start alignment. outside If the page binding edge is on the start-edge, the alignment will be end. If the binding is the end-edge, the alignment will be start. If neither, use end alignment. left Interpreted as "text-align='start'". right Interpreted as "text-align='end'".
from type fo:string
from type fo:text-align
from type fo:inherit
Used in
- Attribute group fo:text-align
- Anonymous type of element fo:block via reference to fo:block-and-line-related-properties
- Anonymous type of element fo:external-graphic via reference to fo:text-align
- Anonymous type of element fo:instream-foreign-object via reference to fo:text-align
- Anonymous type of element fo:table-and-caption via reference to fo:text-align
- Attribute group fo:block-and-line-related-properties via reference to fo:text-align