[]
        
(Showing Draft Content)

ITableStyleCollection

Interface ITableStyleCollection


public interface ITableStyleCollection
Represents a collection of table styles contained in the workbook.
  • Method Details

    • get

      ITableStyle get(String name)
      Gets the ITableStyle with the specified name.
      Parameters:
      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.
      Parameters:
      name - The table style name.
    • contains

      boolean contains(String name)
      Determines whether the style with specified name is contained in ITableStyle.
      Parameters:
      name - The style name.
      Returns:
      Whether the style name is contained.