接口 ITableStyleCollection


public interface ITableStyleCollection
Represents a collection of table styles contained in the workbook.
  • 方法详细资料

    • get

      ITableStyle get(String name)
      Gets the ITableStyle with the specified name.
      参数:
      name - The name.
    • get

      ITableStyle get(int index)
      Gets the ITableStyle with the specified name.
    • getCount

      int getCount()
      Gets the number of table styles in the collection.
    • add

      ITableStyle add(String name)
      Adds the specified table style.
      参数:
      name - The table style name.
    • contains

      boolean contains(String name)
      Determines whether the style with specified name is contained in ITableStyle.
      参数:
      name - The style name.
      返回:
      Whether the style name is contained.