public class ToaCategories
extends java.lang.Object
| Constructor and Description |
|---|
ToaCategories()
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(int number)
Gets the category heading by category number.
|
static ToaCategories |
getDefaultCategories()
Gets the default table of authorities categories.
|
void |
set(int number,
java.lang.String value)
Sets the category heading by category number.
|
public static ToaCategories getDefaultCategories()
FieldOptions.getToaCategories() / FieldOptions.setToaCategories(com.aspose.words.ToaCategories) property to specify table of authorities categories for a single document.public java.lang.String get(int number)
public void set(int number,
java.lang.String value)
value - The category heading by category number.