Class TableStyleElement
java.lang.Object
com.independentsoft.office.spreadsheet.styles.TableStyleElement
The Class TableStyleElement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the band size.Gets the format.intGets the format id.getType()Gets the type.voidsetBandSize(int bandSize)Sets the band size.voidSets the format.voidsetFormatID(int formatID)Sets the format id.voidsetType(TableStyleType type)Sets the type.toString()
-
Constructor Details
-
TableStyleElement
public TableStyleElement()Instantiates a new table style element.
-
-
Method Details
-
clone
-
toString
-
getFormatID
public int getFormatID()Gets the format id.- Returns:
- the format id
-
setFormatID
public void setFormatID(int formatID)Sets the format id.- Parameters:
formatID- the new format id
-
getBandSize
public int getBandSize()Gets the band size.- Returns:
- the band size
-
setBandSize
public void setBandSize(int bandSize)Sets the band size.- Parameters:
bandSize- the new band size
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getFormat
Gets the format.- Returns:
- the format
-
setFormat
Sets the format.- Parameters:
format- the new format
-