@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, PropertyChangedDelegate
Constructor and Description |
---|
Counter(java.lang.String identifier,
java.lang.String listStyle,
java.lang.String separator)
Initializes a new instance of the
Counter class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
This attribute is used for the identifier of the counter.
|
java.lang.String |
getListStyle()
This attribute is used for the style of the list.
|
java.lang.String |
getSeparator()
This attribute is used for the separator of the nested counters.
|
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public Counter(java.lang.String identifier, java.lang.String listStyle, java.lang.String separator)
Initializes a new instance of the Counter
class.
identifier
- The identifier.listStyle
- The list style.separator
- The separator.@DOMNameAttribute(name="identifier") public java.lang.String getIdentifier()
This attribute is used for the identifier of the counter.
Value: The counter identifier.@DOMNameAttribute(name="identifier") public java.lang.String getListStyle()
This attribute is used for the style of the list.
Value: The list style identifier.@DOMNameAttribute(name="separator") public java.lang.String getSeparator()
This attribute is used for the separator of the nested counters.
Value: The counter separator.