接口 ITableStyleElement
public interface ITableStyleElement
Represents a single table style element.
-
方法概要
修饰符和类型方法说明Returns the borders of a table style element.getFont()
Returns the font of the specified object.Returns anIInterior
object that represents the interior of thespecified object.int
Gets the size of banding.void
setStripeSize
(int value) Sets the size of banding.
-
方法详细资料
-
getBorders
IBorders getBorders()Returns the borders of a table style element. -
getInterior
IInterior getInterior()Returns anIInterior
object 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.
-