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
$headerRowStyle
Header row Style.
private
Style|null
$headerRowStyle
= null
$name
Name of the style.
private
string
$name
$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|nullgetFirstRowStripeStyle()
Get first row stripe Style.
public
getFirstRowStripeStyle() : Style|null
Return values
Style|nullgetHeaderRow()
Get header row dxfs index.
public
getHeaderRow() : int|null
Return values
int|nullgetHeaderRowStyle()
Get Header row Style.
public
getHeaderRowStyle() : Style|null
Return values
Style|nullgetName()
Get name.
public
getName() : string
Return values
stringgetSecondRowStripe()
Get second row stripe dxfs index.
public
getSecondRowStripe() : int|null
Return values
int|nullgetSecondRowStripeStyle()
Get second row stripe Style.
public
getSecondRowStripeStyle() : Style|null
Return values
Style|nullsetFirstRowStripe()
Set first row stripe dxfs index.
public
setFirstRowStripe(int $row) : self
Parameters
- $row : int
Return values
selfsetFirstRowStripeStyle()
Set first row stripe Style.
public
setFirstRowStripeStyle(Style $style) : self
Parameters
- $style : Style
Return values
selfsetHeaderRow()
Set header row dxfs index.
public
setHeaderRow(int $row) : self
Parameters
- $row : int
Return values
selfsetHeaderRowStyle()
Set Header row Style.
public
setHeaderRowStyle(Style $style) : self
Parameters
- $style : Style
Return values
selfsetSecondRowStripe()
Set second row stripe dxfs index.
public
setSecondRowStripe(int $row) : self
Parameters
- $row : int
Return values
selfsetSecondRowStripeStyle()
Set second row stripe Style.
public
setSecondRowStripeStyle(Style $style) : self
Parameters
- $style : Style