CONDITION_NONE
CONDITION_NONE = 'none'
$style : \PhpOffice\PhpSpreadsheet\Style\Style
Style.
setConditionType(string $pValue) : \PhpOffice\PhpSpreadsheet\Style\Conditional
Set Condition type.
string | $pValue | Condition type, see self::CONDITION_* |
setOperatorType(string $pValue) : \PhpOffice\PhpSpreadsheet\Style\Conditional
Set Operator type.
string | $pValue | Conditional operator type, see self::OPERATOR_* |
setText(string $value) : \PhpOffice\PhpSpreadsheet\Style\Conditional
Set text.
string | $value |
setStopIfTrue(boolean $value) : \PhpOffice\PhpSpreadsheet\Style\Conditional
Set StopIfTrue.
boolean | $value |
setConditions(array<mixed,string> $pValue) : \PhpOffice\PhpSpreadsheet\Style\Conditional
Set Conditions.
array<mixed,string> | $pValue | Condition |
addCondition(string $pValue) : \PhpOffice\PhpSpreadsheet\Style\Conditional
Add Condition.
string | $pValue | Condition |
getStyle() : \PhpOffice\PhpSpreadsheet\Style\Style
Get Style.
setStyle(\PhpOffice\PhpSpreadsheet\Style\Style $pValue = null) : \PhpOffice\PhpSpreadsheet\Style\Conditional
Set Style.
\PhpOffice\PhpSpreadsheet\Style\Style | $pValue |
Loading…