Difference between revisions of "TabulationImage class"
Line 14: | Line 14: | ||
{{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|Inherited=object|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>}} | ||
}} | }} |
Latest revision as of 08:59, 2 July 2020
TabulationImage
A image possible to add to reports. Contains an attachment and image relevant settings
Parent class
Inherits from object
Constructors
- (Attachment Attachment "The id of the image as attachment", TabulationParagraphStyle paragraphStyle "Styling of the paragraph") - Create a new image
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