Framework:DefineStyle: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<span {{CoPFormel}}>DefineStyle<nowiki>(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);</nowiki></span> | <span {{CoPFormel}}>DefineStyle<nowiki>(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);</nowiki></span> | ||
{| class="wikitable" width="80%" | {| class="wikitable" width="80%" | ||
| Line 27: | Line 26: | ||
|Color of the styles, can be also a variable | |Color of the styles, can be also a variable | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
Defines a style with font and backcolor. | Defines a style with font and backcolor. | ||
==Example== | ==Example== | ||
Revision as of 08:42, 24 May 2012
Function
DefineStyle(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);
| Parameter | Description |
| Expression | Name of the style |
| Font | Name of the font |
| Size | Size of the font |
| Style | Bold, italic, underline(BCU) |
| Color | Color of the font |
| Value | Color of the styles, can be also a variable |
This function belongs to client-side functions.
Result
Defines a style with font and backcolor.
Example
DefineStyle(style1,Microsoft Sans Serif,10,B,FFFFFF,Summen);