All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.TableStyleElement.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





TableStyleElement




com.aspose.cells
Class TableStyleElement

java.lang.Object
    extended by com.aspose.cells.TableStyleElement

public class TableStyleElement 
extends java.lang.Object

Represents the element of the table style.


Property Getters/Setters Summary
intgetSize()
voidsetSize(int)
           Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.
intgetType()
           Gets the element type. The value of the property is TableStyleElementType integer constant.
 
Method Summary
StylegetElementStyle()
           Gets the element style.
voidsetElementStyle(Style style)
           Sets the element style.
 

Property Getters/Setters Detail

getSize/setSize

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

setSize

public void setSize(int value)
Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.

getType

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

Method Detail

getElementStyle

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

setElementStyle

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy