Package com.grapecity.documents.excel
Interface ITableStyleElement
public interface ITableStyleElement
Represents a single table style element.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the borders of a table style element.getFont()Returns the font of the specified object.Returns anIInteriorobject that represents the interior of thespecified object.intGets the size of banding.voidsetStripeSize(int value) Sets the size of banding.
-
Method Details
-
getBorders
IBorders getBorders()Returns the borders of a table style element. -
getInterior
IInterior getInterior()Returns anIInteriorobject 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.
-