Interface ICustomViews
-
Method Summary
add(String viewName,
boolean printSettings,
boolean rowColSettings)
Creates a new custom view.
Returns the
ICustomView
object with the specified name.
int
Returns the number of document property in the collection.
-
Method Details
-
getCount
int getCount()
Returns the number of document property in the collection.
-
get
Returns the
ICustomView
object with the specified name.
- Parameters:
viewName
- Specifies the name of an element in the collection.
-
add
Creates a new custom view.
- Parameters:
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.
- Returns:
- The new
IDocumentProperty
.