public interface ICustomizationLists
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addList(String name)
Adds a new CustomizationList object.
|
int |
count()
The number of lists in the CustomizationLists object.
|
boolean |
isListExist(String listName)
Checks if the specified customization list exists.
|
com4j.Com4jObject |
list(Object param)
Gets the CustomizationList specified by name or ID.
|
com4j.Com4jObject |
listByCount(int count)
Gets the CustomizationList specified by its index number.
|
void |
removeList(String name)
Removes a CustomizationList object.
|
com4j.Com4jObject addList(String name)
Adds a new CustomizationList object.
name
- Mandatory java.lang.String parameter.void removeList(String name)
Removes a CustomizationList object.
name
- Mandatory java.lang.String parameter.com4j.Com4jObject list(Object param)
Gets the CustomizationList specified by name or ID.
Getter method for the COM property "List"
param
- Mandatory java.lang.Object parameter.int count()
The number of lists in the CustomizationLists object.
Getter method for the COM property "Count"
com4j.Com4jObject listByCount(int count)
Gets the CustomizationList specified by its index number.
Getter method for the COM property "ListByCount"
count
- Mandatory int parameter.boolean isListExist(String listName)
Checks if the specified customization list exists.
Getter method for the COM property "IsListExist"
listName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.