|
Class: HTMLTableCol
Object
|
+--HTMLTableCol
- Package:
- stx:libhtml
- Category:
- System-Documentation
- Version:
- rev:
1.12
date: 2021/01/20 10:37:10
- user: cg
- file: HTMLTableCol.st directory: libhtml
- module: stx stc-classLibrary: libhtml
Attention: Please read the warning in HTMLElement.
a table column.
No new features added; however, provides convenient access for
some heavily used values (attributes).
copyrightCOPYRIGHT (c) 1996 by Claus Gittinger
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
background
-
-
background: aColor
-
-
cellWidth
-
return cellWidth
-
cellWidth: something
-
set cellWidth
-
color
-
-
color: aColor
-
-
markupElement
-
return markupElement
-
markupElement: something
-
set markupElement
-
netWidth
-
return netWidth
-
netWidth: something
-
set netWidth
-
x
-
return x
-
x: something
-
set x
-
xRight
-
return the value of the instance variable 'xRight' (automatically generated)
-
xRight: something
-
set the value of the instance variable 'xRight' (automatically generated)
-
xText
-
return xText
-
xText: something
-
set xText
-
yBottom
-
return yBottom
-
yBottom: y
-
set yBottom
accessing-color & font
-
bgColor
-
-
bgColor: aColor
-
|