接口 ITableStyleElement


public interface ITableStyleElement
Represents a single table style element.
  • 方法详细资料

    • getBorders

      IBorders getBorders()
      Returns the borders of a table style element.
    • getInterior

      IInterior getInterior()
      Returns an IInterior object that represents the interior of thespecified object.
    • getFont

      IFont getFont()
      Returns the font of the specified object.
    • getStripeSize

      int getStripeSize()
      Gets the size of banding.
    • setStripeSize

      void setStripeSize(int value)
      Sets the size of banding.