public class AutoNumberFormat extends Object
| Constructor and Description |
|---|
AutoNumberFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFill()
Gets the fill.
|
String |
getPrefix()
Gets the prefix.
|
Long |
getStartingNumber()
Gets the starting number.
|
String |
getSuffix()
Gets the suffix.
|
AutoNumberFormat |
setFill(String fill)
Sets the fill.
|
AutoNumberFormat |
setPrefix(String prefix)
Sets the prefix.
|
AutoNumberFormat |
setStartingNumber(Long startingNumber)
Sets the starting number for the auto-id.
|
AutoNumberFormat |
setSuffix(String suffix)
Sets the suffix.
|
public String getPrefix()
public AutoNumberFormat setPrefix(String prefix)
prefix - the new prefixpublic String getSuffix()
public AutoNumberFormat setSuffix(String suffix)
suffix - the new suffixpublic String getFill()
public AutoNumberFormat setFill(String fill)
fill - the new fillpublic Long getStartingNumber()
public AutoNumberFormat setStartingNumber(Long startingNumber)
startingNumber - the new starting numberCopyright © 2014–2019 Smartsheet. All rights reserved.