Package org.w3._1999.xhtml
Class Colgroup
java.lang.Object
org.w3._1999.xhtml.Colgroup
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/1999/xhtml}col" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/>
<attGroup ref="{http://www.w3.org/1999/xhtml}cellhalign"/>
<attGroup ref="{http://www.w3.org/1999/xhtml}cellvalign"/>
<attribute name="span" type="{http://www.w3.org/1999/xhtml}Number" default="1" />
<attribute name="width" type="{http://www.w3.org/1999/xhtml}MultiLength" />
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringcol elements define the alignment properties for cells in one or more columns.protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected BigIntegerprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()Gets the value of the align property.getChar()Gets the value of the char property.Gets the value of the charoff property.getClazz()Gets the value of the clazz property.getCol()col elements define the alignment properties for cells in one or more columns.getDir()Gets the value of the dir property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.Gets the value of the onclick property.Gets the value of the ondblclick property.Gets the value of the onkeydown property.Gets the value of the onkeypress property.Gets the value of the onkeyup property.Gets the value of the onmousedown property.Gets the value of the onmousemove property.Gets the value of the onmouseout property.Gets the value of the onmouseover property.Gets the value of the onmouseup property.getSpan()Gets the value of the span property.getStyle()Gets the value of the style property.getTitle()Gets the value of the title property.Gets the value of the valign property.getWidth()Gets the value of the width property.Gets the value of the xmlLang property.voidSets the value of the align property.voidSets the value of the char property.voidsetCharoff(String value) Sets the value of the charoff property.voidSets the value of the dir property.voidSets the value of the id property.voidSets the value of the lang property.voidsetOnclick(String value) Sets the value of the onclick property.voidsetOndblclick(String value) Sets the value of the ondblclick property.voidsetOnkeydown(String value) Sets the value of the onkeydown property.voidsetOnkeypress(String value) Sets the value of the onkeypress property.voidsetOnkeyup(String value) Sets the value of the onkeyup property.voidsetOnmousedown(String value) Sets the value of the onmousedown property.voidsetOnmousemove(String value) Sets the value of the onmousemove property.voidsetOnmouseout(String value) Sets the value of the onmouseout property.voidsetOnmouseover(String value) Sets the value of the onmouseover property.voidsetOnmouseup(String value) Sets the value of the onmouseup property.voidsetSpan(BigInteger value) Sets the value of the span property.voidSets the value of the style property.voidSets the value of the title property.voidSets the value of the valign property.voidSets the value of the width property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
col
col elements define the alignment properties for cells in one or more columns. The width attribute specifies the width of the columns, e.g. width=64 width in screen pixels width=0.5* relative width of 0.5 The span attribute causes the attributes of one col element to apply to more than one column. -
span
-
width
-
lang
-
xmlLang
-
dir
-
id
-
clazz
-
style
-
title
-
onclick
-
ondblclick
-
onmousedown
-
onmouseup
-
onmouseover
-
onmousemove
-
onmouseout
-
onkeypress
-
onkeydown
-
onkeyup
-
align
-
_char
-
charoff
-
valign
-
-
Constructor Details
-
Colgroup
public Colgroup()
-
-
Method Details
-
getCol
col elements define the alignment properties for cells in one or more columns. The width attribute specifies the width of the columns, e.g. width=64 width in screen pixels width=0.5* relative width of 0.5 The span attribute causes the attributes of one col element to apply to more than one column. Gets the value of the col property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the col property.For example, to add a new item, do as follows:
getCol().add(newItem);
Objects of the following type(s) are allowed in the list
Col- Returns:
- The value of the col property.
-
getSpan
Gets the value of the span property.- Returns:
- possible object is
BigInteger
-
setSpan
Sets the value of the span property.- Parameters:
value- allowed object isBigInteger
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getDir
Gets the value of the dir property.- Returns:
- possible object is
String
-
setDir
Sets the value of the dir property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getClazz
Gets the value of the clazz property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the clazz property.For example, to add a new item, do as follows:
getClazz().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the clazz property.
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getOnclick
Gets the value of the onclick property.- Returns:
- possible object is
String
-
setOnclick
Sets the value of the onclick property.- Parameters:
value- allowed object isString
-
getOndblclick
Gets the value of the ondblclick property.- Returns:
- possible object is
String
-
setOndblclick
Sets the value of the ondblclick property.- Parameters:
value- allowed object isString
-
getOnmousedown
Gets the value of the onmousedown property.- Returns:
- possible object is
String
-
setOnmousedown
Sets the value of the onmousedown property.- Parameters:
value- allowed object isString
-
getOnmouseup
Gets the value of the onmouseup property.- Returns:
- possible object is
String
-
setOnmouseup
Sets the value of the onmouseup property.- Parameters:
value- allowed object isString
-
getOnmouseover
Gets the value of the onmouseover property.- Returns:
- possible object is
String
-
setOnmouseover
Sets the value of the onmouseover property.- Parameters:
value- allowed object isString
-
getOnmousemove
Gets the value of the onmousemove property.- Returns:
- possible object is
String
-
setOnmousemove
Sets the value of the onmousemove property.- Parameters:
value- allowed object isString
-
getOnmouseout
Gets the value of the onmouseout property.- Returns:
- possible object is
String
-
setOnmouseout
Sets the value of the onmouseout property.- Parameters:
value- allowed object isString
-
getOnkeypress
Gets the value of the onkeypress property.- Returns:
- possible object is
String
-
setOnkeypress
Sets the value of the onkeypress property.- Parameters:
value- allowed object isString
-
getOnkeydown
Gets the value of the onkeydown property.- Returns:
- possible object is
String
-
setOnkeydown
Sets the value of the onkeydown property.- Parameters:
value- allowed object isString
-
getOnkeyup
Gets the value of the onkeyup property.- Returns:
- possible object is
String
-
setOnkeyup
Sets the value of the onkeyup property.- Parameters:
value- allowed object isString
-
getAlign
Gets the value of the align property.- Returns:
- possible object is
String
-
setAlign
Sets the value of the align property.- Parameters:
value- allowed object isString
-
getChar
Gets the value of the char property.- Returns:
- possible object is
String
-
setChar
Sets the value of the char property.- Parameters:
value- allowed object isString
-
getCharoff
Gets the value of the charoff property.- Returns:
- possible object is
String
-
setCharoff
Sets the value of the charoff property.- Parameters:
value- allowed object isString
-
getValign
Gets the value of the valign property.- Returns:
- possible object is
String
-
setValign
Sets the value of the valign property.- Parameters:
value- allowed object isString
-