public interface ICustomViews extends java.lang.Iterable<ICustomView>
| Modifier and Type | Method and Description |
|---|---|
ICustomView |
add(java.lang.String viewName,
boolean printSettings,
boolean rowColSettings)
Creates a new custom view.
|
ICustomView |
get(java.lang.String viewName)
Returns the
ICustomView object with the specified name. |
int |
getCount()
Returns the number of document property in the collection.
|
int getCount()
ICustomView get(java.lang.String viewName)
ICustomView object with the specified name.viewName - Specifies the name of an element in the collection.ICustomView add(java.lang.String viewName, boolean printSettings, boolean rowColSettings)
viewName - The name of the new view.printSettings - True to include print settings in the custom view.rowColSettings - True to include settings for hidden rows and columns (including filter information) in the custom view.IDocumentProperty.