<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MortenHattingVoltelen</id>
	<title>Catglobe Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MortenHattingVoltelen"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/Special:Contributions/MortenHattingVoltelen"/>
	<updated>2026-04-30T05:33:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationBulletNumeric_class&amp;diff=25538</id>
		<title>TabulationBulletNumeric class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationBulletNumeric_class&amp;diff=25538"/>
		<updated>2016-07-01T07:37:38Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=&amp;lt;nowiki&amp;gt;TabulationBulletNumeric&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Settings for Numericbullets on paragraph&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Description=&amp;lt;nowiki&amp;gt;Create a new BulletSetting for a Numeric list&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ToString&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;The string representation of the object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=array|Name=&amp;lt;nowiki&amp;gt;Color&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Color of bullets and numbers&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=bool|Name=&amp;lt;nowiki&amp;gt;IsPrefixed&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set if the number is prefixed with parent numbers.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;Level&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Level of nesting of list element&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ObjectTypeName&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;The name of the type of object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;StartNumber&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set startnumber for this sequence - set to -1 for not set&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=&amp;lt;nowiki&amp;gt;TypeInformation&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;Get information about this class.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
TabulationBulletNumeric bulletNum = new TabulationBulletNumeric();&lt;br /&gt;
//For all bullet types&lt;br /&gt;
bulletNum.Level = 1;//Defines what level of the list we want the paragraph. &lt;br /&gt;
bulletNum.Color = Color_getByName(&amp;quot;green&amp;quot;);&lt;br /&gt;
bulletNum.IsInList = true;//Defines if the bullet point is in a list. &lt;br /&gt;
&lt;br /&gt;
bulletNum.StartNumber = 1;//The number the list should start with. Must only be set for the first element. &lt;br /&gt;
bulletNum.IsPrefixed = false; //Indicates if the list in the pdf shoud prefix the number with higher levels ie: true: 1.1.2. false: 2.&lt;br /&gt;
&lt;br /&gt;
paragraphStyle.SetBulletSetting(bulletNum);&lt;br /&gt;
Tabulation_addParagraph(new TabulationParagraph(paragraphStyle,&amp;quot;A numbered list item&amp;quot;,textStyle));&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationBulletDot_class&amp;diff=25537</id>
		<title>TabulationBulletDot class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationBulletDot_class&amp;diff=25537"/>
		<updated>2016-07-01T07:36:58Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=&amp;lt;nowiki&amp;gt;TabulationBulletDot&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Settings for Dotbullets on paragraph&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Description=&amp;lt;nowiki&amp;gt;Create a new Bullet Setting for list with Dots&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ToString&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;The string representation of the object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;BulletType&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set bulletType number 1-7. Find styles on http://www.aspose.com/docs/display/pdfnet/use+system+defined+bullets&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=array|Name=&amp;lt;nowiki&amp;gt;Color&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Color of bullets and numbers&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;Level&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Level of nesting of list element&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ObjectTypeName&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;The name of the type of object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=&amp;lt;nowiki&amp;gt;TypeInformation&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;Get information about this class.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
TabulationBulletDot bulletdot = new TabulationBulletDot();&lt;br /&gt;
//For all bullet types&lt;br /&gt;
bulletdot.Level = 1;//Defines what level of the list we want the paragraph. &lt;br /&gt;
bulletdot.Color = Color_getByName(&amp;quot;green&amp;quot;);&lt;br /&gt;
bulletdot.IsInList = true;//Defines if the bullet point is in a list. &lt;br /&gt;
//For dot bullettype&lt;br /&gt;
bulletdot.BulletType = 2;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setStartingPageNumber&amp;diff=25536</id>
		<title>Tabulation setStartingPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setStartingPageNumber&amp;diff=25536"/>
		<updated>2016-06-30T09:45:14Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_setStartingPageNumber ====&lt;br /&gt;
&lt;br /&gt;
Set the starting page number for the PDF report.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber(&#039;&#039;8&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039; int pagenumber&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
//Starting page number of the PDF report can be set:&lt;br /&gt;
//Needs a DCS&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber(8);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&#039;&#039;The pagenumber can be shown in the pdf by inserting $p in a paragraph. $P (capital P) shows the total number of pages. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setStartingPageNumber&amp;diff=25535</id>
		<title>Tabulation setStartingPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setStartingPageNumber&amp;diff=25535"/>
		<updated>2016-06-30T07:39:02Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_setStartingPageNumber====&lt;br /&gt;
&lt;br /&gt;
Set the starting page number for the PDF report.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber(&#039;&#039;8&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039; int pagenumber&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
//Starting page number of the PDF report can be set:&lt;br /&gt;
//Needs a DCS&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber(8);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationBulletNumeric_class&amp;diff=25534</id>
		<title>TabulationBulletNumeric class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationBulletNumeric_class&amp;diff=25534"/>
		<updated>2016-06-30T07:27:24Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=TabulationBulletNumeric&lt;br /&gt;
|Description=Settings for Numericbullets on paragraph&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Description=Create a new BulletSetting for a Numeric list}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=array|Name=Color|HasGetter=1|HasSetter=1|Description=Get/Set Color of bullets and numbers}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=bool|Name=IsInList|HasGetter=1|HasSetter=1|Description=Get/Set if the paragraph is used in a list.}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=bool|Name=IsPrefixed|HasGetter=1|HasSetter=1|Description=Get/Set if the number is prefixed with parent numbers.}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=Level|HasGetter=1|HasSetter=1|Description=Get/Set Level of nesting of list element}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=StartNumber|HasGetter=1|HasSetter=1|Description=Get/Set startnumber for this sequence - set to -1 for not set}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
TabulationBulletNumeric bulletNum = new TabulationBulletNumeric();&lt;br /&gt;
//For all bullet types&lt;br /&gt;
bulletNum.Level = 1;//Defines what level of the list we want the paragraph. &lt;br /&gt;
bulletNum.Color = Color_getByName(&amp;quot;green&amp;quot;);&lt;br /&gt;
bulletNum.IsInList = true;//Defines if the bullet point is in a list. &lt;br /&gt;
&lt;br /&gt;
bulletNum.StartNumber = 1;//The number the list should start with. Must only be set for the first element. &lt;br /&gt;
bulletNum.IsPrefixed = false; //Indicates if the list in the pdf shoud prefix the number with higher levels ie: true: 1.1.2. false: 2.&lt;br /&gt;
&lt;br /&gt;
paragraphStyle.SetBulletSetting(bulletNum);&lt;br /&gt;
Tabulation_addParagraph(new TabulationParagraph(paragraphStyle,&amp;quot;A numbered list item&amp;quot;,textStyle));&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationBullet_class&amp;diff=25532</id>
		<title>TabulationBullet class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationBullet_class&amp;diff=25532"/>
		<updated>2016-06-24T10:05:20Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abstract base class&lt;br /&gt;
&lt;br /&gt;
See&lt;br /&gt;
&lt;br /&gt;
[[TabulationBulletDot class|TabulationBulletDot_class]]&lt;br /&gt;
&lt;br /&gt;
[[TabulationBulletNumeric class|TabulationBulletNumeric_class]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setHasPageNumber&amp;diff=25531</id>
		<title>Tabulation setHasPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setHasPageNumber&amp;diff=25531"/>
		<updated>2016-06-24T09:56:40Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_setHasPageNumber&amp;lt;br/&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set page number to PDF file&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setHasPageNumber(boolValue)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
boolValue: is bool. If boolValue = true, page number is set, whereas page number is not set.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
empty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;lt;nowiki&amp;gt;array groups = {{1, &amp;quot;Read&amp;quot;}, {2, &amp;quot;Write&amp;quot;}};&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number a = createFrequenceDiagram(&amp;quot;Single&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number reportUniqueId = Tabulation_saveAsReport(&amp;quot;bug bug&amp;quot;, 15707010, groups, true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setFooterText(&amp;quot;Loser&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setHasPageNumber(true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setShowResultAsPdf(true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;//Result: PDF file will be shown page number.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 5.7&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;!-- imported from file: 7535.htm--&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setHasPageNumber&amp;diff=25530</id>
		<title>Tabulation setHasPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setHasPageNumber&amp;diff=25530"/>
		<updated>2016-06-24T09:35:53Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_setHasPageNumber ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set page number to PDF file&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setHasPageNumber(boolValue)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
boolValue: is bool. If boolValue = true, page number is set, whereas page number is not set.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
empty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;lt;nowiki&amp;gt;array groups = {{1, &amp;quot;Read&amp;quot;}, {2, &amp;quot;Write&amp;quot;}};&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number a = createFrequenceDiagram(&amp;quot;Single&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number reportUniqueId = Tabulation_saveAsReport(&amp;quot;bug bug&amp;quot;, 15707010, groups, true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setFooterText(&amp;quot;Loser&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setHasPageNumber(true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setShowResultAsPdf(true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;//Result: PDF file will be shown page number.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 5.7 __NOTOC__&lt;br /&gt;
&amp;lt;!-- imported from file: 7535.htm--&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25529</id>
		<title>Tabulation getStartingPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25529"/>
		<updated>2016-06-24T09:29:19Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_getStartingPageNumber|ReturnType=Number&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_getStartingPageNumber ====&lt;br /&gt;
&lt;br /&gt;
Sets the starting page number for the pdf report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber()&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number&#039;&#039; start page number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25528</id>
		<title>Tabulation getStartingPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25528"/>
		<updated>2016-06-24T09:27:23Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_getStartingPageNumber|ReturnType=Number&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_getStartingPageNumber ====&lt;br /&gt;
&lt;br /&gt;
Sets the starting page number for the pdf report &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber()&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25527</id>
		<title>Tabulation getStartingPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25527"/>
		<updated>2016-06-24T09:25:33Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_getStartingPageNumber|ReturnType=Number&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_getStartingPageNumber ====&lt;br /&gt;
&lt;br /&gt;
Sets the starting page number for the pdf report &#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber()&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25526</id>
		<title>Tabulation getStartingPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_getStartingPageNumber&amp;diff=25526"/>
		<updated>2016-06-24T09:25:20Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: Created page with &amp;quot;{{Function_Template|Name=Tabulation_getStartingPageNumber|ReturnType=Number }}  {{HelpFiles}}  ==== Tabulation_getStartingPageNumber ====  Sets the starting page number for th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_getStartingPageNumber|ReturnType=Number&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_getStartingPageNumber ====&lt;br /&gt;
&lt;br /&gt;
Sets the starting page number for the pdf report&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber()&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number&#039;&#039;&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_getPdfMargin&amp;diff=25525</id>
		<title>Tabulation getPdfMargin</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_getPdfMargin&amp;diff=25525"/>
		<updated>2016-06-24T09:14:41Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_getPdfMargin|ReturnType=Number&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=SetMarginType|ConstantType=Number|EnumType=PDFMARGIN&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
 {{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_getPdfMargin ====&lt;br /&gt;
&lt;br /&gt;
Gets a given margin in the Pdf report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_getPdfMargin(&#039;&#039;marginType&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;marginType&#039;&#039;: A enumeration for the margin to be set. Choose between the following:&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfHeader_Margin_Top&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfHeader_Margin_Bottom&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfFooter_Margin_Top&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfFooter_Margin_Bottom&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number&#039;&#039; marginValue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_getPdfMargin&amp;diff=25524</id>
		<title>Tabulation getPdfMargin</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_getPdfMargin&amp;diff=25524"/>
		<updated>2016-06-24T09:14:15Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: Created page with &amp;quot;{{Function_Template|Name=Tabulation_getPdfMargin|ReturnType=Number |Parameters= |Name=&amp;lt;nowiki&amp;gt;SetMarginType&amp;lt;/nowiki&amp;gt;|ConstantType=Number|EnumType=PDFMARGIN }}  {{HelpFiles}}  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_getPdfMargin|ReturnType=Number&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=&amp;lt;nowiki&amp;gt;SetMarginType&amp;lt;/nowiki&amp;gt;|ConstantType=Number|EnumType=PDFMARGIN&lt;br /&gt;
}}&lt;br /&gt;
 {{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_getPdfMargin====&lt;br /&gt;
&lt;br /&gt;
Gets a given margin in the Pdf report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_getPdfMargin(&#039;&#039;marginType&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;marginType&#039;&#039;: A enumeration for the margin to be set. Choose between the following:&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfHeader_Margin_Top&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfHeader_Margin_Bottom&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfFooter_Margin_Top&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfFooter_Margin_Bottom&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;bool&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setPdfMargin&amp;diff=25523</id>
		<title>Tabulation setPdfMargin</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setPdfMargin&amp;diff=25523"/>
		<updated>2016-06-24T09:07:48Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_setPdfMargin|ReturnType=Empty&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=SetMarginType|ConstantType=Number|EnumType=PDFMARGIN,&lt;br /&gt;
|Name=SetMarginPoints|ConstantType=Number|IsInteger=1&lt;br /&gt;
}}&lt;br /&gt;
{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_setPdfMargin ====&lt;br /&gt;
&lt;br /&gt;
Sets a given margin in the Pdf report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setPdfMargin(&#039;&#039;marginType&#039;&#039;,&#039;&#039;margin&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;marginType&#039;&#039;: A enumeration for the margin to be set. Choose between the following:&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfHeader_Margin_Top&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfHeader_Margin_Bottom&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfFooter_Margin_Top&lt;br /&gt;
&lt;br /&gt;
Diagram_PdfFooter_Margin_Bottom&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;margin&#039;&#039;: The value the margin should have. Valid value: 0-100&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Set the margins on the header or footer:&lt;br /&gt;
//Tabulation_SetPDFMargin(marginType, margin)&lt;br /&gt;
// Diagram_PdfHeader_Margin_Top / Diagram_PdfHeader_Margin_Bottom &lt;br /&gt;
// Diagram_PdfFooter_Margin_Top / Diagram_PdfFooter_Margin_Bottom&lt;br /&gt;
//Needs a DCS&lt;br /&gt;
Tabulation_setPdfMargin(Diagram_PdfHeader_Margin_Top , 100);&lt;br /&gt;
Tabulation_setPdfMargin(Diagram_PdfFooter_Margin_Bottom, 100);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setStartingPageNumber&amp;diff=25522</id>
		<title>Tabulation setStartingPageNumber</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setStartingPageNumber&amp;diff=25522"/>
		<updated>2016-06-24T08:51:16Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addFooterImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the footer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber(&#039;&#039;8&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
int pagenumber&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
//Starting page number of the PDF report can be set:&lt;br /&gt;
//Needs a DCS&lt;br /&gt;
&lt;br /&gt;
Tabulation_setStartingPageNumber(8);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addFooterImage&amp;diff=25521</id>
		<title>Tabulation addFooterImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addFooterImage&amp;diff=25521"/>
		<updated>2016-06-24T08:48:03Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addFooterImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the footer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addFooterImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_IDENTICAL,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, HeFoPaRight);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addFooterImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addFooterParagraph&amp;diff=25520</id>
		<title>Tabulation addFooterParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addFooterParagraph&amp;diff=25520"/>
		<updated>2016-06-24T08:47:38Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Tabulation_addFooterParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the footer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addFooterParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Footer&lt;br /&gt;
TabulationParagraphStyle paragraphStyleFooter1 = new TabulationParagraphStyle();&lt;br /&gt;
&lt;br /&gt;
//Inline &lt;br /&gt;
Tabulation_addFooterParagraph(new TabulationParagraph(paragraphStyleFooter1, &amp;quot;Voxmeter for customer&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
&lt;br /&gt;
paragraphStyleFooter1.Alignment = &amp;quot;right&amp;quot;;&lt;br /&gt;
Tabulation_addFooterParagraph(new TabulationParagraph(paragraphStyleFooter1, &amp;quot;Page $p of $P&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
//Constants that are changed: $p to current page number and $P to total number of pages. &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderImage&amp;diff=25519</id>
		<title>Tabulation addHeaderImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderImage&amp;diff=25519"/>
		<updated>2016-06-24T08:47:21Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addHeaderImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the header&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_IDENTICAL,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, HeFoPaRight);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addHeaderImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderParagraph&amp;diff=25518</id>
		<title>Tabulation addHeaderParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderParagraph&amp;diff=25518"/>
		<updated>2016-06-24T08:46:57Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Tabulation_addHeaderParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the header&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Header&lt;br /&gt;
//We need a TabulationParagraphStyle, like with a normal paragraph.&lt;br /&gt;
TabulationParagraphStyle paragraphStyleHeader1 = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;left&amp;quot;; //The alignment decides what column the paragraph is shown in - left/center/right&lt;br /&gt;
&lt;br /&gt;
//It also needs a normal TabulationTextStyle.&lt;br /&gt;
TabulationTextStyle textStyleHeaderFooter = new TabulationTextStyle();&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Test&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Test Line 2&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
paragraphStyleHeader1.Alignment = &amp;quot;center&amp;quot;;&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Vox Titel&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
paragraphStyleHeader1.Alignment = &amp;quot;right&amp;quot;;&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;dd/mm/yyyy&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Report X&amp;quot;, textStyleHeaderFooter));&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25517</id>
		<title>Tabulation addImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25517"/>
		<updated>2016-06-24T08:46:36Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_IDENTICAL,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, tps);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25516</id>
		<title>Tabulation addParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25516"/>
		<updated>2016-06-24T08:44:13Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_addParagraph|ReturnType=Empty&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=Paragraph|ConstantType=Object&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
 &lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
 &lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
 &lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
[[category:Diagram/report generating CGScript functions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 6.0&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setHeaderText&amp;diff=25515</id>
		<title>Tabulation setHeaderText</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setHeaderText&amp;diff=25515"/>
		<updated>2016-06-24T08:02:34Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
===== Tabulation_setHeaderText =====&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set page number to PDF file&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setHeaderText(text)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
text: is string which is header text of PDF file&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
empty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;lt;nowiki&amp;gt;array groups = {{1, &amp;quot;Read&amp;quot;}, {2, &amp;quot;Write&amp;quot;}};&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number a = createFrequenceDiagram(&amp;quot;Single&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number reportUniqueId = Tabulation_saveAsReport(&amp;quot;test test&amp;quot;, 15707010, groups, true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setHeaderText(&amp;quot;Hero&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setShowResultAsPdf(true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;//Result: Header text of PDF file is &amp;quot;Hero&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 5.7 __NOTOC__&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- imported from file: 7536.htm--&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setFooterText&amp;diff=25514</id>
		<title>Tabulation setFooterText</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setFooterText&amp;diff=25514"/>
		<updated>2016-06-24T07:59:52Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
===== Tabulation_setFooterText =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set footer text to PDF file&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setFooterText(text);&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
text: is string. It is the footer user wants to set.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
empty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;lt;nowiki&amp;gt;array groups = {{1, &amp;quot;Read&amp;quot;}, {2, &amp;quot;Write&amp;quot;}};&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number a = createFrequenceDiagram(&amp;quot;Single&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number reportUniqueId = Tabulation_saveAsReport(&amp;quot;test test&amp;quot;, 15707010, groups, true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setFooterText(&amp;quot;Winner&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setShowResultAsPdf(true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;//Result: Footer text of PDF file is &amp;quot;Winner&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 5.7 __NOTOC__&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- imported from file: 7534.htm--&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_setFooterText&amp;diff=25513</id>
		<title>Tabulation setFooterText</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_setFooterText&amp;diff=25513"/>
		<updated>2016-06-24T07:59:31Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;﻿{{HelpFiles}} &lt;br /&gt;
&lt;br /&gt;
===== Tabulation_setFooterText =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set footer text to PDF file&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_setFooterText(text);&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
text: is string. It is the footer user wants to set.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Return value&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
empty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;lt;nowiki&amp;gt;array groups = {{1, &amp;quot;Read&amp;quot;}, {2, &amp;quot;Write&amp;quot;}};&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number a = createFrequenceDiagram(&amp;quot;Single&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;number reportUniqueId = Tabulation_saveAsReport(&amp;quot;test test&amp;quot;, 15707010, groups, true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setFooterText(&amp;quot;Winner&amp;quot;);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tabulation_setShowResultAsPdf(true);&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;//Result: Footer text of PDF file is &amp;quot;Winner&amp;quot;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{note}} &#039;&#039;This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Availability&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 5.7 __NOTOC__&lt;br /&gt;
&amp;lt;!-- imported from file: 7534.htm--&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addText&amp;diff=25512</id>
		<title>Tabulation addText</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addText&amp;diff=25512"/>
		<updated>2016-06-24T07:53:03Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Tabulation_addText&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;OBSOLETE SINCE V. 6.0&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add text into the Tabulation result. Please take a look at the below example for more detail.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
Tabulation_addText(text)&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
*text: is the text you want to add to the your tabulation result. It is a string type&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
DCS_use(37244952);&lt;br /&gt;
Tabulation_addText(&amp;quot;Table: Age&amp;quot;);&lt;br /&gt;
createFrequenceDiagram(&amp;quot;S_Age&amp;quot;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationParagraphStyle_class&amp;diff=25511</id>
		<title>TabulationParagraphStyle class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationParagraphStyle_class&amp;diff=25511"/>
		<updated>2016-06-23T12:53:28Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=&amp;lt;nowiki&amp;gt;TabulationParagraphStyle&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Styles for a paragraph&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Description=&amp;lt;nowiki&amp;gt;Create a new ParagraphStyle&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=Empty|Name=&amp;lt;nowiki&amp;gt;SetBulletSetting&amp;lt;/nowiki&amp;gt;|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=TabulationBullet|Name=&amp;lt;nowiki&amp;gt;bulletSettings&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;Styling of the bullets&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Apply Bulletsettings to paragraphStyle to turn the paragraph into a list of bullets&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ToString&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;The string representation of the object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;Alignment&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set alignment of paragraph: Left, Right, Center, Justify&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=bool|Name=&amp;lt;nowiki&amp;gt;IsHtml&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set IsHtml. Defines if the paragraph contains html that should be parsed.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginBottomPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginBottom in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginLeftPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginLeft in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginRightPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginRight in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginTopPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginTop in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ObjectTypeName&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;The name of the type of object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=&amp;lt;nowiki&amp;gt;TypeInformation&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;Get information about this class.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //0-400&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//0-400&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationTextStyle_class&amp;diff=25510</id>
		<title>TabulationTextStyle class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationTextStyle_class&amp;diff=25510"/>
		<updated>2016-06-23T11:11:15Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=&amp;lt;nowiki&amp;gt;TabulationTextStyle&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Styles for use on a portion of text&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Description=&amp;lt;nowiki&amp;gt;Create a new TabulationTextStyle&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ToString&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;The string representation of the object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=bool|Name=&amp;lt;nowiki&amp;gt;Bold&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Bold to string.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=array|Name=&amp;lt;nowiki&amp;gt;Color&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Color of string.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;FontFace&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set FontFace of string.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;FontSize&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set FontSize of string in points.  Must be 1-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=bool|Name=&amp;lt;nowiki&amp;gt;Italic&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Italic to string.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ObjectTypeName&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;The name of the type of object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=&amp;lt;nowiki&amp;gt;TypeInformation&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;Get information about this class.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=bool|Name=&amp;lt;nowiki&amp;gt;Underline&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set Underline to string.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationParagraphStyle_class&amp;diff=25509</id>
		<title>TabulationParagraphStyle class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationParagraphStyle_class&amp;diff=25509"/>
		<updated>2016-06-23T11:10:27Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=TabulationParagraphStyle&lt;br /&gt;
|Description=Styles for a paragraph&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Description=Create a new ParagraphStyle}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=Empty|Name=SetBulletSetting|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=TabulationBullet|Name=bulletSettings|Description=Styling of the bullets}}&lt;br /&gt;
|Description=Apply Bulletsettings to paragraphStyle to turn the paragraph into a list of bullets}}&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=Alignment|HasGetter=1|HasSetter=1|Description=Get/Set alignment of paragraph: Left, Right, Center, Justify}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=MarginBottomPoints|HasGetter=1|HasSetter=1|Description=Get/Set marginBottom in points. Must be 0-400 points}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=MarginLeftPoints|HasGetter=1|HasSetter=1|Description=Get/Set marginLeft in points. Must be 0-400 points}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=MarginRightPoints|HasGetter=1|HasSetter=1|Description=Get/Set marginRight in points. Must be 0-400 points}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=MarginTopPoints|HasGetter=1|HasSetter=1|Description=Get/Set marginTop in points. Must be 0-400 points}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //0-400&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//0-400&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationParagraphStyle_class&amp;diff=25508</id>
		<title>TabulationParagraphStyle class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationParagraphStyle_class&amp;diff=25508"/>
		<updated>2016-06-23T11:09:40Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=&amp;lt;nowiki&amp;gt;TabulationParagraphStyle&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Styles for a paragraph&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Description=&amp;lt;nowiki&amp;gt;Create a new ParagraphStyle&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=Empty|Name=&amp;lt;nowiki&amp;gt;SetBulletSetting&amp;lt;/nowiki&amp;gt;|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=TabulationBullet|Name=&amp;lt;nowiki&amp;gt;bulletSettings&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;Styling of the bullets&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Apply Bulletsettings to paragraphStyle to turn the paragraph into a list of bullets&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ToString&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;The string representation of the object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;Alignment&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set alignment of paragraph: Left, Right, Center, Justify&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginBottomPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginBottom in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginLeftPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginLeft in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginRightPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginRight in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;MarginTopPoints&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set marginTop in points. Must be 0-400 points&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ObjectTypeName&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;The name of the type of object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=&amp;lt;nowiki&amp;gt;TypeInformation&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;Get information about this class.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationParagraph_class&amp;diff=25507</id>
		<title>TabulationParagraph class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationParagraph_class&amp;diff=25507"/>
		<updated>2016-06-23T11:01:47Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=TabulationParagraph&lt;br /&gt;
|Description=A paragraph possible to add to reports. Contains portions and paragraph specific styling&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=TabulationParagraphStyle|Name=paragraphStyle|Description=Styling of the paragraph}}&lt;br /&gt;
|Description=Create a new empty Paragraph}}&lt;br /&gt;
{{CGscriptConstructors_Template|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=TabulationParagraphStyle|Name=paragraphStyle|Description=Styling of the paragraph|Comma=,}}{{CGscriptParameters_Template|Type=string|Name=text|Description=Text to be added as first portion|Comma=,}}{{CGscriptParameters_Template|Type=TabulationTextStyle|Name=textStyle|Description=The style to applied to the portion}}&lt;br /&gt;
|Description=Create a new Paragraph with a portion}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=Empty|Name=AddLink|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=string|Name=text|Description=Text to be added to the paragraph|Comma=,}}{{CGscriptParameters_Template|Type=string|Name=link|Description=Link on the text|Comma=,}}{{CGscriptParameters_Template|Type=TabulationTextStyle|Name=textStyle|Description=The style to applied to the portion}}&lt;br /&gt;
|Description=Add a new portion with link to the Paragraph}}&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=Empty|Name=AddPortion|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=string|Name=text|Description=Text to be added to the paragraph|Comma=,}}{{CGscriptParameters_Template|Type=TabulationTextStyle|Name=textStyle|Description=The style to applied to the portion}}&lt;br /&gt;
|Description=Add a new portion to the Paragraph}}&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
&lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
&lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
&lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
&lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
&lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
&lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&lt;br /&gt;
//Add a new simple paragraph to the report in one line:&lt;br /&gt;
Tabulation_addParagraph(new TabulationParagraph(tps,&amp;quot;SubHeading&amp;quot;,textStyle));&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationParagraph_class&amp;diff=25506</id>
		<title>TabulationParagraph class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationParagraph_class&amp;diff=25506"/>
		<updated>2016-06-23T11:01:05Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=TabulationParagraph&lt;br /&gt;
|Description=A paragraph possible to add to reports. Contains portions and paragraph specific styling&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=TabulationParagraphStyle|Name=paragraphStyle|Description=Styling of the paragraph}}&lt;br /&gt;
|Description=Create a new empty Paragraph}}&lt;br /&gt;
{{CGscriptConstructors_Template|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=TabulationParagraphStyle|Name=paragraphStyle|Description=Styling of the paragraph|Comma=,}}{{CGscriptParameters_Template|Type=string|Name=text|Description=Text to be added as first portion|Comma=,}}{{CGscriptParameters_Template|Type=TabulationTextStyle|Name=textStyle|Description=The style to applied to the portion}}&lt;br /&gt;
|Description=Create a new Paragraph with a portion}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=Empty|Name=AddLink|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=string|Name=text|Description=Text to be added to the paragraph|Comma=,}}{{CGscriptParameters_Template|Type=string|Name=link|Description=Link on the text|Comma=,}}{{CGscriptParameters_Template|Type=TabulationTextStyle|Name=textStyle|Description=The style to applied to the portion}}&lt;br /&gt;
|Description=Add a new portion with link to the Paragraph}}&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=Empty|Name=AddPortion|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=string|Name=text|Description=Text to be added to the paragraph|Comma=,}}{{CGscriptParameters_Template|Type=TabulationTextStyle|Name=textStyle|Description=The style to applied to the portion}}&lt;br /&gt;
|Description=Add a new portion to the Paragraph}}&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
&lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
&lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
&lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
&lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
&lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
&lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&lt;br /&gt;
//Add a new simple paragraph to the report in one line:&lt;br /&gt;
Tabulation_addParagraph(new TabulationParagraph(tps,&amp;quot;SubHeading&amp;quot;,ttsSubHeading));&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25505</id>
		<title>Tabulation addParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25505"/>
		<updated>2016-06-23T07:23:05Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_addParagraph|ReturnType=Empty&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=Paragraph|ConstantType=Object&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
 &lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
 &lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
 &lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Diagram/report_generating_CGScript_functions]]&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25504</id>
		<title>Tabulation addParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25504"/>
		<updated>2016-06-23T07:19:40Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:report_generating_CGScript_functions]]&lt;br /&gt;
&lt;br /&gt;
{{Function_Template|Name=Tabulation_addParagraph|ReturnType=Empty&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=Paragraph|ConstantType=Object&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
 &lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
 &lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
 &lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25503</id>
		<title>Tabulation addParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25503"/>
		<updated>2016-06-23T07:09:46Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Category:Functions]]&lt;br /&gt;
{{Function_Template|Name=Tabulation_addParagraph|ReturnType=Empty&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=Paragraph|ConstantType=Object&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
 &lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
 &lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
 &lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addFooterImage&amp;diff=25502</id>
		<title>Tabulation addFooterImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addFooterImage&amp;diff=25502"/>
		<updated>2016-06-22T11:55:43Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: Created page with &amp;quot;{{HelpFiles}}  ==== Tabulation_addFooterImage ====  Adds an image to the footer  &amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;  Tabulation_addFooterImage(&amp;#039;&amp;#039;TabulationImage&amp;#039;&amp;#039;)  &amp;#039;&amp;#039;&amp;#039;Arguments&amp;#039;&amp;#039;&amp;#039;  *TabulationIm...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addFooterImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the footer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addFooterImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_IDENTICAL,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, HeFoPaRight);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addFooterImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25501</id>
		<title>Tabulation addImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25501"/>
		<updated>2016-06-22T11:54:42Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_IDENTICAL,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, tps);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderImage&amp;diff=25500</id>
		<title>Tabulation addHeaderImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderImage&amp;diff=25500"/>
		<updated>2016-06-22T11:52:53Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addHeaderImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the header&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_IDENTICAL,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, HeFoPaRight);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addHeaderImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderImage&amp;diff=25499</id>
		<title>Tabulation addHeaderImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderImage&amp;diff=25499"/>
		<updated>2016-06-22T11:48:11Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: Created page with &amp;quot;{{HelpFiles}}  ==== Tabulation_addHeaderImage ====  Adds an image to the header  &amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;  Tabulation_addHeaderImage(&amp;#039;&amp;#039;TabulationImage&amp;#039;&amp;#039;)  &amp;#039;&amp;#039;&amp;#039;Arguments&amp;#039;&amp;#039;&amp;#039;  *TabulationIm...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addHeaderImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the header&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, HeFoPaRight);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addHeaderImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addFooterParagraph&amp;diff=25498</id>
		<title>Tabulation addFooterParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addFooterParagraph&amp;diff=25498"/>
		<updated>2016-06-22T11:36:47Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Tabulation_addFooterParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the footer&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addFooterParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Footer&lt;br /&gt;
TabulationParagraphStyle paragraphStyleFooter1 = new TabulationParagraphStyle();&lt;br /&gt;
&lt;br /&gt;
//Inline &lt;br /&gt;
Tabulation_addFooterParagraph(new TabulationParagraph(paragraphStyleFooter1, &amp;quot;Voxmeter for customer&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
&lt;br /&gt;
paragraphStyleFooter1.Alignment = &amp;quot;right&amp;quot;;&lt;br /&gt;
Tabulation_addFooterParagraph(new TabulationParagraph(paragraphStyleFooter1, &amp;quot;Page $p of $P&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
//Constants that are changed: $p to current page number and $P to total number of pages. &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderParagraph&amp;diff=25497</id>
		<title>Tabulation addHeaderParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderParagraph&amp;diff=25497"/>
		<updated>2016-06-22T11:36:09Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Tabulation_addHeaderParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the header&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Header&lt;br /&gt;
//We need a TabulationParagraphStyle, like with a normal paragraph.&lt;br /&gt;
TabulationParagraphStyle paragraphStyleHeader1 = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;left&amp;quot;; //The alignment decides what column the paragraph is shown in - left/center/right&lt;br /&gt;
&lt;br /&gt;
//It also needs a normal TabulationTextStyle.&lt;br /&gt;
TabulationTextStyle textStyleHeaderFooter = new TabulationTextStyle();&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Test&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Test Line 2&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
paragraphStyleHeader1.Alignment = &amp;quot;center&amp;quot;;&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Vox Titel&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
paragraphStyleHeader1.Alignment = &amp;quot;right&amp;quot;;&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;dd/mm/yyyy&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Report X&amp;quot;, textStyleHeaderFooter));&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderParagraph&amp;diff=25496</id>
		<title>Tabulation addHeaderParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addHeaderParagraph&amp;diff=25496"/>
		<updated>2016-06-22T11:35:45Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Tabulation_addHeaderParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the header&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Header&lt;br /&gt;
//We need a TabulationParagraphStyle, like with a normal paragraph.&lt;br /&gt;
TabulationParagraphStyle paragraphStyleHeader1 = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;left&amp;quot;; //The alignment decides what column the paragraph is shown in - left/center/right&lt;br /&gt;
&lt;br /&gt;
//It also needs a normal TabulationTextStyle.&lt;br /&gt;
TabulationTextStyle textStyleHeaderFooter = new TabulationTextStyle();&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Test&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Test Line 2&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
paragraphStyleHeader1.Alignment = &amp;quot;center&amp;quot;;&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Vox Titel&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
paragraphStyleHeader1.Alignment = &amp;quot;right&amp;quot;;&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;dd/mm/yyyy&amp;quot;, textStyleHeaderFooter));&lt;br /&gt;
Tabulation_addHeaderParagraph(new TabulationParagraph(paragraphStyleHeader1, &amp;quot;Report X&amp;quot;, textStyleHeaderFooter));&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25495</id>
		<title>Tabulation addParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25495"/>
		<updated>2016-06-22T11:34:55Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_addParagraph|ReturnType=Empty&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=Paragraph|ConstantType=Object&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an paragraph to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
 &lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
 &lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
 &lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25494</id>
		<title>Tabulation addParagraph</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addParagraph&amp;diff=25494"/>
		<updated>2016-06-22T11:29:37Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Function_Template|Name=Tabulation_addParagraph|ReturnType=Empty&lt;br /&gt;
|Parameters=&lt;br /&gt;
|Name=Paragraph|ConstantType=Object&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addParagraph ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addParagraph(&#039;&#039;TabulationParagraph&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationParagraph class|&#039;&#039;TabulationParagraph&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
//Styling of paragraph &lt;br /&gt;
TabulationParagraphStyle paragraphStyle = new TabulationParagraphStyle();&lt;br /&gt;
paragraphStyle.Alignment = &amp;quot;center&amp;quot;; //left, right, center.&lt;br /&gt;
paragraphStyle.MarginTopPoints = 10; //1-399&lt;br /&gt;
paragraphStyle.MarginLeftPoints = 10;//1-399&lt;br /&gt;
 &lt;br /&gt;
//Styling of portions&lt;br /&gt;
TabulationTextStyle textStyle = new TabulationTextStyle();&lt;br /&gt;
textStyle.Color = Color_getByName(&amp;quot;red&amp;quot;); //Takes a color array-&lt;br /&gt;
textStyle.Color = Color_getByRGB(0,0,0); // can also be set from rgb.&lt;br /&gt;
textStyle.FontFace = &amp;quot;Bariol Regular&amp;quot;;&lt;br /&gt;
textStyle.FontSize = 40; //1-399&lt;br /&gt;
textStyle.Bold = false;&lt;br /&gt;
textStyle.Italic = false;&lt;br /&gt;
textStyle.Underline = false;&lt;br /&gt;
 &lt;br /&gt;
//Use Tabulation_getAvailableFonts(); to find available fonts&lt;br /&gt;
Tabulation_getAvailableFonts();&lt;br /&gt;
 &lt;br /&gt;
//Create the paragraph&lt;br /&gt;
TabulationParagraph paragraph = new TabulationParagraph(paragraphStyle); //It needs the paragraphStyle defined above.&lt;br /&gt;
//The paragraph contains portions of text&lt;br /&gt;
 //Each portion can be styled individually with a TabulationTextStyle&lt;br /&gt;
paragraph.AddPortion(&amp;quot;Some text&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//A paragraph can also be instatiated with portion and portion style in constructor&lt;br /&gt;
TabulationParagraph paragraph2 = new TabulationParagraph(paragraphStyle, &amp;quot;Some text &amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//It is also possible to add hyperlinks&lt;br /&gt;
paragraph2.AddLink(&amp;quot;CatGlobe&amp;quot;, &amp;quot;http://catglobe.com&amp;quot;, textStyle);&lt;br /&gt;
 &lt;br /&gt;
//Add the paragraphs to the report&lt;br /&gt;
Tabulation_addParagraph(paragraph);&lt;br /&gt;
Tabulation_addParagraph(paragraph2);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25493</id>
		<title>Tabulation addImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25493"/>
		<updated>2016-06-22T11:06:51Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
==== Tabulation_addImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, tps);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25492</id>
		<title>Tabulation addImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25492"/>
		<updated>2016-06-22T10:44:58Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Tabulation_addImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[TabulationImage_class|&#039;&#039;TabulationImage&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, tps);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25491</id>
		<title>Tabulation addImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25491"/>
		<updated>2016-06-22T10:44:34Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Tabulation_addImage ====&lt;br /&gt;
&lt;br /&gt;
Adds an image to the report&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Syntax&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tabulation_addImage(&#039;&#039;TabulationImage&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Arguments&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;TabulationImage&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, tps);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25490</id>
		<title>Tabulation addImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25490"/>
		<updated>2016-06-22T10:40:06Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);&lt;br /&gt;
Attachment img2 = new Attachment(image2[0][1]);&lt;br /&gt;
&lt;br /&gt;
TabulationImage t2 = new TabulationImage(img2, tps);&lt;br /&gt;
//t.Opacity = 0.5;&lt;br /&gt;
t2.Height = 20;&lt;br /&gt;
Tabulation_addImage(t2);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25489</id>
		<title>Tabulation addImage</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=Tabulation_addImage&amp;diff=25489"/>
		<updated>2016-06-22T10:39:42Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: Created page with &amp;quot;=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Examples&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; ===  &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;span style=&amp;quot;color:#DF8621&amp;quot;&amp;gt;&#039;&#039;&#039;Examples&#039;&#039;&#039;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;Array image2 = Resource_searchByName(&amp;quot;voxmeterlogo&amp;quot;,Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);&amp;lt;br/&amp;gt;Attachment img2 = new Attachment(image2[0][1]);&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;TabulationImage t2 = new TabulationImage(img2, tps);&amp;lt;br/&amp;gt;//t.Opacity = 0.5;&amp;lt;br/&amp;gt;t2.Height = 20;&amp;lt;br/&amp;gt;Tabulation_addImage(t2);&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=TabulationImage_class&amp;diff=25488</id>
		<title>TabulationImage class</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=TabulationImage_class&amp;diff=25488"/>
		<updated>2016-06-22T10:01:34Z</updated>

		<summary type="html">&lt;p&gt;MortenHattingVoltelen: Created page with &amp;quot;{{CGscriptClass_Template |Name=&amp;lt;nowiki&amp;gt;TabulationImage&amp;lt;/nowiki&amp;gt; |Description=&amp;lt;nowiki&amp;gt;A image possible to add to reports. Contains an attachment and image relevant settings&amp;lt;/no...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CGscriptClass_Template&lt;br /&gt;
|Name=&amp;lt;nowiki&amp;gt;TabulationImage&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;A image possible to add to reports. Contains an attachment and image relevant settings&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Constructors=&lt;br /&gt;
{{CGscriptConstructors_Template|Parameters=&lt;br /&gt;
{{CGscriptParameters_Template|Type=Attachment|Name=&amp;lt;nowiki&amp;gt;Attachment&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;The id of the image as attachment&amp;lt;/nowiki&amp;gt;|Comma=,}}{{CGscriptParameters_Template|Type=TabulationParagraphStyle|Name=&amp;lt;nowiki&amp;gt;paragraphStyle&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;Styling of the paragraph&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Description=&amp;lt;nowiki&amp;gt;Create a new image&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Methods=&lt;br /&gt;
{{CGscriptMethods_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ToString&amp;lt;/nowiki&amp;gt;|Description=&amp;lt;nowiki&amp;gt;The string representation of the object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
|Properties=&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;Height&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set height in points for the picture - 1-400 set to -1 for not set&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=string|Name=&amp;lt;nowiki&amp;gt;ObjectTypeName&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;The name of the type of object.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=number|Name=&amp;lt;nowiki&amp;gt;Opacity&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set opacity for the picture - 0-1&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;RotatingAngle&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set rotatingangle for the picture - -90 to 90&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=&amp;lt;nowiki&amp;gt;TypeInformation&amp;lt;/nowiki&amp;gt;|HasGetter=1|Description=&amp;lt;nowiki&amp;gt;Get information about this class.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{CGscriptProperties_Template|ReturnType=int|Name=&amp;lt;nowiki&amp;gt;Width&amp;lt;/nowiki&amp;gt;|HasGetter=1|HasSetter=1|Description=&amp;lt;nowiki&amp;gt;Get/Set width in points for the picture - 1-400 set to -1 for not set&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MortenHattingVoltelen</name></author>
	</entry>
</feed>