asposecells.api

Class TableStyleElement

Represents the element of the table style.

Property Getters/Setters Summary
methodgetSize()
method
setSize(value)
           Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.
methodgetType()
Gets the element type. The value of the property is TableStyleElementType integer constant.
 
Method Summary
methodgetElementStyle()
Gets the element style.
methodsetElementStyle(style)
Sets the element style.
 

    • Property Getters/Setters Detail

      • getSize/setSize : int 

        int getSize() / setSize(value)
        
        Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.
      • getType : int 

        int getType()
        
        Gets the element type. The value of the property is TableStyleElementType integer constant.
    • Method Detail

      • getElementStyle

        Style getElementStyle()
        Gets the element style.
        Returns:
        Returns the Style object.
      • setElementStyle

         setElementStyle(style)
        Sets the element style.
        Parameters:
        style: Style - The element style.