Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TabulationImage class: Difference between revisions

From Catglobe Wiki
Created page with "{{CGscriptClass_Template |Name=<nowiki>TabulationImage</nowiki> |Description=<nowiki>A image possible to add to reports. Contains an attachment and image relevant settings</no..."
 
No edit summary
Line 2: Line 2:
|Name=<nowiki>TabulationImage</nowiki>
|Name=<nowiki>TabulationImage</nowiki>
|Description=<nowiki>A image possible to add to reports. Contains an attachment and image relevant settings</nowiki>
|Description=<nowiki>A image possible to add to reports. Contains an attachment and image relevant settings</nowiki>
|Constructors=
|InheritsFrom=object|Constructors=
{{CGscriptConstructors_Template|Parameters=
{{CGscriptConstructors_Template|Parameters=
{{CGscriptParameters_Template|Type=Attachment|Name=<nowiki>Attachment</nowiki>|Description=<nowiki>The id of the image as attachment</nowiki>|Comma=,}}{{CGscriptParameters_Template|Type=TabulationParagraphStyle|Name=<nowiki>paragraphStyle</nowiki>|Description=<nowiki>Styling of the paragraph</nowiki>}}
{{CGscriptParameters_Template|Type=Attachment|Name=<nowiki>Attachment</nowiki>|Description=<nowiki>The id of the image as attachment</nowiki>|Comma=,}}{{CGscriptParameters_Template|Type=TabulationParagraphStyle|Name=<nowiki>paragraphStyle</nowiki>|Description=<nowiki>Styling of the paragraph</nowiki>}}
|Description=<nowiki>Create a new image</nowiki>}}
|Description=<nowiki>Create a new image</nowiki>}}
|Methods=
|Methods=
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Description=<nowiki>The string representation of the object.</nowiki>}}
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}}
|Properties=
|Properties=
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>Height</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set height in points for the picture - 1-400 set to -1 for not set</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>Height</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set height in points for the picture - 1-400 set to -1 for not set</nowiki>}}
Line 13: Line 13:
{{CGscriptProperties_Template|ReturnType=number|Name=<nowiki>Opacity</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set opacity for the picture - 0-1</nowiki>}}
{{CGscriptProperties_Template|ReturnType=number|Name=<nowiki>Opacity</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set opacity for the picture - 0-1</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>RotatingAngle</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set rotatingangle for the picture - -90 to 90</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>RotatingAngle</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set rotatingangle for the picture - -90 to 90</nowiki>}}
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Description=<nowiki>Get information about this class.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Inherited=object|Description=<nowiki>Get information about this class.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>Width</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set width in points for the picture - 1-400 set to -1 for not set</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>Width</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set width in points for the picture - 1-400 set to -1 for not set</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>Width</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/Set width in points for the picture - 1-400 set to -1 for not set</nowiki>}}
}}
}}

Revision as of 07:20, 2 July 2020

TabulationImage



A image possible to add to reports. Contains an attachment and image relevant settings

Parent class

Inherits from object

Constructors

Methods

  • (From object) string ToString() - The string representation of the object.

Properties

  • int Height { get; set; } - Get/Set height in points for the picture - 1-400 set to -1 for not set
  • string ObjectTypeName { get; } - The name of the type of object.
  • number Opacity { get; set; } - Get/Set opacity for the picture - 0-1
  • int RotatingAngle { get; set; } - Get/Set rotatingangle for the picture - -90 to 90
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.
  • int Width { get; set; } - Get/Set width in points for the picture - 1-400 set to -1 for not set
  • int Width { get; set; } - Get/Set width in points for the picture - 1-400 set to -1 for not set