Previous Next blank.gif Home Page

Class Spacer - Spacing object to force spcific spacing between other objects.


SYNOPSIS

import HTMLgen
class Spacer
  def __init__(self, **kw)
  def __repr__(self)

DESCRIPTION

The type attribute has three possible values: horizontal , vertical , and block . The default value is horizontal.

The size attribute only applies when the spacer has a type of horizontal or vertical. Then this attribute controls the absolute width or height in pixels of the spacing added.

The width attribute only applies when the spacer is of type block. Then this attribute controls the absolute width in pixels of the spacing rectangle added.

The height attribute only applies when the spacer is of type block. Then this attribute controls the absolute height in pixels of the spacing rectangle added.

The align attribute only applies when the spacer is of type block. Then this attribute controls the alignment of the spacing rectangle in exactly the same way it would control the alignment of an <IMG> tag.

SEE ALSO

HTMLgen


Previous Next blank.gif Home Page
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996