Interface ITableStyleElement
public interface ITableStyleElement
Represents a single table style element.
-
Method Summary
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
Sets the size of banding.
-
Method Details
-
getBorders
Returns the borders of a table style element.
-
getInterior
Returns an
IInterior
object that represents the interior of thespecified object.
-
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.