• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdehtml
 

tdehtml

  • DOM
  • HTMLTableColElement
Public Member Functions | Protected Member Functions | Friends
DOM::HTMLTableColElement Class Reference

#include <html_table.h>

Inheritance diagram for DOM::HTMLTableColElement:
DOM::HTMLElement DOM::Element DOM::Node

List of all members.

Public Member Functions

 HTMLTableColElement (const HTMLTableColElement &other)
 HTMLTableColElement (const Node &other)
HTMLTableColElement & operator= (const HTMLTableColElement &other)
HTMLTableColElement & operator= (const Node &other)
DOMString align () const
void setAlign (const DOMString &)
DOMString ch () const
void setCh (const DOMString &)
DOMString chOff () const
void setChOff (const DOMString &)
long span () const
void setSpan (long)
DOMString vAlign () const
void setVAlign (const DOMString &)
DOMString width () const
void setWidth (const DOMString &)

Protected Member Functions

 HTMLTableColElement (HTMLTableColElementImpl *impl)

Friends

class HTMLTableElement

Detailed Description

Regroups the COL and COLGROUP elements.

See the COL element definition in HTML 4.0.

Definition at line 322 of file html_table.h.


Member Function Documentation

DOMString HTMLTableColElement::align ( ) const

Horizontal alignment of cell data in column.

See the align attribute definition in HTML 4.0.

Definition at line 319 of file html_table.cpp.

DOMString HTMLTableColElement::ch ( ) const

Alignment character for cells in a column.

See the char attribute definition in HTML 4.0.

Definition at line 330 of file html_table.cpp.

DOMString HTMLTableColElement::chOff ( ) const

Offset of alignment character.

See the charoff attribute definition in HTML 4.0.

Definition at line 341 of file html_table.cpp.

void HTMLTableColElement::setAlign ( const DOMString &  value)

see align

Definition at line 325 of file html_table.cpp.

void HTMLTableColElement::setCh ( const DOMString &  value)

see ch

Definition at line 336 of file html_table.cpp.

void HTMLTableColElement::setChOff ( const DOMString &  value)

see chOff

Definition at line 347 of file html_table.cpp.

void HTMLTableColElement::setSpan ( long  _span)

see span

Definition at line 358 of file html_table.cpp.

void HTMLTableColElement::setVAlign ( const DOMString &  value)

see vAlign

Definition at line 372 of file html_table.cpp.

void HTMLTableColElement::setWidth ( const DOMString &  value)

see width

Definition at line 383 of file html_table.cpp.

long HTMLTableColElement::span ( ) const

Indicates the number of columns in a group or affected by a grouping.

See the span attribute definition in HTML 4.0.

Definition at line 352 of file html_table.cpp.

DOMString HTMLTableColElement::vAlign ( ) const

Vertical alignment of cell data in column.

See the valign attribute definition in HTML 4.0.

Definition at line 366 of file html_table.cpp.

DOMString HTMLTableColElement::width ( ) const

Default column width.

See the width attribute definition in HTML 4.0.

Definition at line 377 of file html_table.cpp.


The documentation for this class was generated from the following files:
  • html_table.h
  • html_table.cpp

tdehtml

Skip menu "tdehtml"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdehtml

Skip menu "tdehtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdehtml by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.