TabSheetCellBorderStyle

Namespace: PP.Ui;

Inheritance hierarchy

Object

TabSheetCellBorderStyle

Description

The TabSheetCellBorderStyle class presents styles of table cell borders.

Comments

Cell border styles can be obtained by calling the getBorders() method for object of the PP.Ui.TabSheetCellStyle class.

Syntax

PP.initClass(PP.Ui.TabSheetCellBorderStyle, PP.Object, "TabSheetCellBorderStyle");

Constructor

  Constructor name Brief description
sub_image.gif TabSheetCellBorderStyle The TabSheetCellBorderStyle constructor creates an instance of the TabSheetCellBorderStyle class.

Properties

  Property name Brief description
property_image.gif Color The Color property determines cell border color.
property_image.gif Index The Index property determines table cell border index.
property_image.gif RawWidth The RawWeight property determines table cell border width.
property_image.gif Style The Style property determines table cell border line style.

Methods

  Method name Brief description
sub_image.gif getWidth The getWidth method returns table cell border width.
sub_image.gif hasIndex The hasIndex method determines whether the specified index of table cell border exists.
sub_image.gif toJSON The toJSON method returns a JSON object with border settings.

Properties inherited from the class Object

  Property name Brief description
Data The Data property associates a random object with this component.
Id The Id property sets component identifier.
Settings The Settings property sets the component parameters.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates a copy of object. It is not implemented in PP.Ui.Control.
dispose The dispose method deletes the component.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.

Seebsp;also:

Table