|
ASPOSE home |
java.util.TreeMapcom.aspose.words.Variables
public class Variables
Variable names and values are strings. Variable names are case insensitive.
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | get(java.lang.String name) | |
void | set(java.lang.String name, java.lang.String value) | |
Gets or a sets a document variable by case-insensitive name. |
Method Summary | ||
---|---|---|
java.lang.String | getByIndex(int index) | |
Gets the value at the specified index. |
Property Getters/Setters Detail |
---|
get/set | |
public java.lang.String get(java.lang.String name) public void set(java.lang.String name, java.lang.String value) |
Method Detail |
---|
getByIndex | |
public java.lang.String getByIndex(int index) |
The index sequence is based on the sort sequence. Variables sorted by names in case insensitive order.
name
- The name of the variable to get.
|
ASPOSE home |