Uses of Class
org.w3._1999.xhtml.Col

Packages that use Col
Package
Description
 
  • Uses of Col in org.w3._1999.xhtml

    Fields in org.w3._1999.xhtml with type parameters of type Col
    Modifier and Type
    Field
    Description
    protected List<Col>
    Colgroup.col
    col elements define the alignment properties for cells in one or more columns.
    protected List<Col>
    Table.col
    col elements define the alignment properties for cells in one or more columns.
    Methods in org.w3._1999.xhtml that return Col
    Modifier and Type
    Method
    Description
    ObjectFactory.createCol()
    Create an instance of Col
    Methods in org.w3._1999.xhtml that return types with arguments of type Col
    Modifier and Type
    Method
    Description
    Colgroup.getCol()
    col elements define the alignment properties for cells in one or more columns.
    Table.getCol()
    col elements define the alignment properties for cells in one or more columns.