Module  jdk.xml.dom
软件包  org.w3c.dom.html

Interface HTMLUListElement

    • 方法详细信息

      • getCompact

        boolean getCompact​()
        减少列表项之间的间距。 请参阅HTML 4.0中的compact属性定义。 HTML 4.0中已弃用此属性。
      • setCompact

        void setCompact​(boolean compact)
      • getType

        String getType​()
        Bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
      • setType

        void setType​(String type)