Framework:DefineStyle: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== DefineStyle(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>); {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |-..."
 
No edit summary
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


DefineStyle(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);
DefineStyle<nowiki>(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);</nowiki>





Revision as of 14:30, 18 November 2010

Function

DefineStyle(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);


Parameter Beschreibung
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

Result

Defines a style with font and backcolor.


Example

DefineStyle(style1,Microsoft Sans Serif,10,B,FFFFFF,Summen);