Documentation

TableDxfsStyle
in package

Table of Contents

Properties

$firstRowStripe  : int|null
First row stripe dxfs index.
$firstRowStripeStyle  : Style|null
First row stripe Style.
$headerRow  : int|null
Header row dxfs index.
$headerRowStyle  : Style|null
Header row Style.
$name  : string
Name of the style.
$secondRowStripe  : int|null
second row stripe dxfs index.
$secondRowStripeStyle  : Style|null
Second row stripe Style.

Methods

__construct()  : mixed
Create a new Table Style.
getFirstRowStripe()  : int|null
Get first row stripe dxfs index.
getFirstRowStripeStyle()  : Style|null
Get first row stripe Style.
getHeaderRow()  : int|null
Get header row dxfs index.
getHeaderRowStyle()  : Style|null
Get Header row Style.
getName()  : string
Get name.
getSecondRowStripe()  : int|null
Get second row stripe dxfs index.
getSecondRowStripeStyle()  : Style|null
Get second row stripe Style.
setFirstRowStripe()  : self
Set first row stripe dxfs index.
setFirstRowStripeStyle()  : self
Set first row stripe Style.
setHeaderRow()  : self
Set header row dxfs index.
setHeaderRowStyle()  : self
Set Header row Style.
setSecondRowStripe()  : self
Set second row stripe dxfs index.
setSecondRowStripeStyle()  : self
Set second row stripe Style.

Properties

$firstRowStripe

First row stripe dxfs index.

private int|null $firstRowStripe = null

$firstRowStripeStyle

First row stripe Style.

private Style|null $firstRowStripeStyle = null

$headerRow

Header row dxfs index.

private int|null $headerRow = null

$secondRowStripe

second row stripe dxfs index.

private int|null $secondRowStripe = null

$secondRowStripeStyle

Second row stripe Style.

private Style|null $secondRowStripeStyle = null

Methods

__construct()

Create a new Table Style.

public __construct(string $name) : mixed
Parameters
$name : string

The name

getFirstRowStripe()

Get first row stripe dxfs index.

public getFirstRowStripe() : int|null
Return values
int|null

getFirstRowStripeStyle()

Get first row stripe Style.

public getFirstRowStripeStyle() : Style|null
Return values
Style|null

getHeaderRow()

Get header row dxfs index.

public getHeaderRow() : int|null
Return values
int|null

getName()

Get name.

public getName() : string
Return values
string

getSecondRowStripe()

Get second row stripe dxfs index.

public getSecondRowStripe() : int|null
Return values
int|null

getSecondRowStripeStyle()

Get second row stripe Style.

public getSecondRowStripeStyle() : Style|null
Return values
Style|null

setFirstRowStripe()

Set first row stripe dxfs index.

public setFirstRowStripe(int $row) : self
Parameters
$row : int
Return values
self

setFirstRowStripeStyle()

Set first row stripe Style.

public setFirstRowStripeStyle(Style $style) : self
Parameters
$style : Style
Return values
self

setHeaderRow()

Set header row dxfs index.

public setHeaderRow(int $row) : self
Parameters
$row : int
Return values
self

setHeaderRowStyle()

Set Header row Style.

public setHeaderRowStyle(Style $style) : self
Parameters
$style : Style
Return values
self

setSecondRowStripe()

Set second row stripe dxfs index.

public setSecondRowStripe(int $row) : self
Parameters
$row : int
Return values
self

setSecondRowStripeStyle()

Set second row stripe Style.

public setSecondRowStripeStyle(Style $style) : self
Parameters
$style : Style
Return values
self

        
On this page

Search results