[]
        
(Showing Draft Content)

ICustomViews

Interface ICustomViews

All Superinterfaces:
Iterable<ICustomView>

public interface ICustomViews extends Iterable<ICustomView>
A collection of custom workbook views.
  • Method Details

    • getCount

      int getCount()
      Returns the number of document property in the collection.
    • get

      ICustomView get(String viewName)
      Returns the ICustomView object with the specified name.
      Parameters:
      viewName - Specifies the name of an element in the collection.
    • add

      ICustomView add(String viewName, boolean printSettings, boolean rowColSettings)
      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.