[]
        
(Showing Draft Content)

ITableStyleElement

Interface ITableStyleElement


public interface ITableStyleElement
Represents a single table style element.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the borders of a table style element.
    Returns the font of the specified object.
    Returns an IInterior object that represents the interior of thespecified object.
    int
    Gets the size of banding.
    void
    setStripeSize(int value)
    Sets the size of banding.
  • Method Details

    • 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.