CSS::VerticalAlign Struct Reference

#include <CSSUnit.hpp>

Inheritance diagram for CSS::VerticalAlign:

CSS::SpecifiedVerticalAlign List of all members.

Detailed Description

The vertical alignment.


Public Types

enum  Type {
  Baseline = 0, Middle = 1, Sub = 2, Super = 3,
  TextTop = 4, TextBottom = 5, Top = 6, Bottom = 7,
  Number = 8
}

Public Member Functions

 VerticalAlign (const Type _type)
 Default constructor.

Public Attributes

enum CSS::VerticalAlign::Type type


Member Enumeration Documentation

enum CSS::VerticalAlign::Type

Enumerator:
Baseline  The text is vertically aligned on the base line.
Middle  The text is vertically centered in the line height.
Sub  The text is vertically lowered so it is a subscript.
Super  The text is vertically elevated so it is an exponent.
TextTop  The text is vertically so that the top of the text is the top of the line height.
TextBottom  The text is vertically so that the bottom of the text is the bottom of the line height.
Top  The box is vertically so that the top of the box is the top of the line height.
Bottom  The box is vertically so that the bottom of the box is the bottom of the line height.
Number  The vertical align is specified as a number.


Constructor & Destructor Documentation

CSS::VerticalAlign::VerticalAlign ( const Type  _type  )  [inline]

Default constructor.


Member Data Documentation

enum CSS::VerticalAlign::Type CSS::VerticalAlign::type


The documentation for this struct was generated from the following file:

(C) An X-Ryl669 project 2007

This document describes Unlimited Zooming Interface source code. UZI stands for Unlimited Zooming Interface, and source code license is