Package | dom.style.css |
Class | public class Counter |
Inheritance | Counter Object |
Introduced in: | DOM 2 Core |
See also
Property | Defined By | ||
---|---|---|---|
DOM 2 Style identifier : DOMString [read-only]
This attribute is used for the identifier of the counter. | Counter | ||
DOM 2 Style listStyle : DOMString [read-only]
This attribute is used for the style of the list. | Counter | ||
DOM 2 Style separator : DOMString [read-only]
This attribute is used for the separator of the nested counters. | Counter |
DOM 2 Style identifier | property |
identifier:DOMString
[read-only] Introduced in: | DOM 2 Core |
This attribute is used for the identifier of the counter.
public function get identifier():DOMString
See also
DOM 2 Style listStyle | property |
listStyle:DOMString
[read-only] Introduced in: | DOM 2 Core |
This attribute is used for the style of the list.
public function get listStyle():DOMString
See also
DOM 2 Style separator | property |
separator:DOMString
[read-only] Introduced in: | DOM 2 Core |
This attribute is used for the separator of the nested counters.
public function get separator():DOMString
See also