Previous Next blank.gif Home Page

Class Caption - Caption used to annotate the entire Table.


SYNOPSIS

import HTMLgen
class Caption(Tbase)
  tuple attrs = ('align',)
  string tagname = 'CAPTION'

  # Methods inherited by Caption from Tbase
  def __init__(self, arg=None, **kw)
  def __repr__(self)
  def end_tag(self)
  def start_tag(self)

DESCRIPTION

def __repr__(self)

default string for this markup

def end_tag(self)

Return end tag for this tag type

def start_tag(self)

Return start tag for this tag type including all attributes

Keywords Available

align
set to either top|bottom|left|right

SEE ALSO

HTMLgen

Tbase


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