CSS::SpecifiedVerticalAlign Struct Reference

#include <CSSUnit.hpp>

Inheritance diagram for CSS::SpecifiedVerticalAlign:

CSS::VerticalAlign List of all members.

Detailed Description

Use this structure when the vertical align is a number.

Todo:
Check this structure functionality


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

 SpecifiedVerticalAlign (Length *_value)
 Default constructor.

Public Attributes

enum CSS::VerticalAlign::Type type
Lengthvalue
 The specified number for the alignment.


Member Enumeration Documentation

enum CSS::VerticalAlign::Type [inherited]

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::SpecifiedVerticalAlign::SpecifiedVerticalAlign ( Length _value  )  [inline]

Default constructor.


Member Data Documentation

enum CSS::VerticalAlign::Type CSS::VerticalAlign::type [inherited]

Length* CSS::SpecifiedVerticalAlign::value

The specified number for the alignment.


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