接口 ICustomViews

所有超级接口:
Iterable<ICustomView>

public interface ICustomViews extends Iterable<ICustomView>
一组自定义工作簿视图。
  • 方法详细资料

    • getCount

      int getCount()
      返回集合中文档属性的数量。
    • get

      ICustomView get(String viewName)
      返回指定名称的 ICustomView 对象。
      参数:
      viewName - 指定集合中元素的名字。
    • add

      ICustomView add(String viewName, boolean printSettings, boolean rowColSettings)
      创建一个新的自定义视图。
      参数:
      viewName - 视图的名称。
      printSettings - 如果要在自定义视图中包含打印设置,则为 true。
      rowColSettings - 如果要在自定义视图中包含隐藏行和列的设置(包括筛选信息),则为 true。
      返回:
      新的 IDocumentProperty