public abstract class NumericCounterStyle extends Object implements CounterStyle
Modifier | Constructor and Description |
---|---|
protected |
NumericCounterStyle(int base,
String suffix) |
Modifier and Type | Method and Description |
---|---|
String |
getCounterValue(int index) |
String |
getSuffix() |
void |
setReplacementChar(char org,
char other) |
protected NumericCounterStyle(int base, String suffix)
public final void setReplacementChar(char org, char other)
public final String getCounterValue(int index)
getCounterValue
in interface CounterStyle
public String getSuffix()
getSuffix
in interface CounterStyle
Copyright © 2018 Hitachi Vantara. All rights reserved.