@DOMObjectAttribute @DOMNameAttribute(name="Counter") public class Counter extends DOMObject
The Counter interface is used to represent any counter or counters function value. This interface reflects the values in the underlying style property.
PropertyChanged
Constructor and Description |
---|
Counter(String identifier,
String listStyle,
String separator)
Initializes a new instance of the
Counter class. |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
This attribute is used for the identifier of the counter.
|
String |
getListStyle()
This attribute is used for the style of the list.
|
String |
getSeparator()
This attribute is used for the separator of the nested counters.
|
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
@DOMNameAttribute(name="identifier") public String getIdentifier()
This attribute is used for the identifier of the counter.
Value: The counter identifier.@DOMNameAttribute(name="identifier") public String getListStyle()
This attribute is used for the style of the list.
Value: The list style identifier.@DOMNameAttribute(name="separator") public String getSeparator()
This attribute is used for the separator of the nested counters.
Value: The counter separator.