The name of the image element.
The source for the image: base64 or URL.
The maximum width of the image (for proportional scaling).
The maximum height of the image (for proportional scaling).
The alternative text for the image, used when the image can't be loaded.
The wrapping mode of the text around the image. The options are: In line with text: This option is the default. If no wrap option specified images will wrapped in line with text; Square : In order to use this property, wrap option should be "square"; Top and Bottom : In order to use this property, wrap option should be "top-bottom"; Behind Text : In order to use this property, wrap option should be "behind"; In Front of Text : In order to use this property, wrap option should be "front".
The rotation of the image in degrees.
The transparency of the image in percent.
The URL to load when the image is clicked.
The width of the image (for non-proportional scaling).
The height of the image (for non-proportional scaling).
The cloud access token as a dict, for building the JSON.
dict representation for this cloud access token
Get the dict representation of the suffixes that need to be appended to the name of this property in this object's dict representation.
the dict representation of the suffixes that need to be appended to the name of this property in this object's dict representation
A set containing all available template tags this Element reacts to.
set of tags associated with this Element
Generate an Image object from a base64 string.
The name of the image element.
The maximum width of the image (for proportional scaling).
The maximum height of the image (for proportional scaling).
The alternative text for the image, used when the image can't be loaded.
The wrapping mode of the text around the image. The options are: In line with text: This option is the default. If no wrap option specified images will wrapped in line with text; Square : In order to use this property, wrap option should be "square"; Top and Bottom : In order to use this property, wrap option should be "top-bottom"; Behind Text : In order to use this property, wrap option should be "behind"; In Front of Text : In order to use this property, wrap option should be "front".
The rotation of the image in degrees.
The transparency of the image in percent.
The URL to load when the image is clicked.
The width of the image (for non-proportional scaling).
The height of the image (for non-proportional scaling).
the generated Image object from a base64 string
Generate an Image object from a local file.
The name of the image element.
The maximum width of the image (for proportional scaling).
The maximum height of the image (for proportional scaling).
The alternative text for the image, used when the image can't be loaded.
The wrapping mode of the text around the image. The options are: In line with text: This option is the default. If no wrap option specified images will wrapped in line with text; Square : In order to use this property, wrap option should be "square"; Top and Bottom : In order to use this property, wrap option should be "top-bottom"; Behind Text : In order to use this property, wrap option should be "behind"; In Front of Text : In order to use this property, wrap option should be "front".
The rotation of the image in degrees.
The transparency of the image in percent.
The URL to load when the image is clicked.
The width of the image (for non-proportional scaling).
The height of the image (for non-proportional scaling).
the generated Image object from a local file
Generate an Image object from raw data.
The name of the image element.
The maximum width of the image (for proportional scaling).
The maximum height of the image (for proportional scaling).
The alternative text for the image, used when the image can't be loaded.
The wrapping mode of the text around the image. The options are: In line with text: This option is the default. If no wrap option specified images will wrapped in line with text; Square : In order to use this property, wrap option should be "square"; Top and Bottom : In order to use this property, wrap option should be "top-bottom"; Behind Text : In order to use this property, wrap option should be "behind"; In Front of Text : In order to use this property, wrap option should be "front".
The rotation of the image in degrees.
The transparency of the image in percent.
The URL to load when the image is clicked.
The width of the image (for non-proportional scaling).
The height of the image (for non-proportional scaling).
the generated Image object from raw data
Generate an Image object from a URL.
The name of the image element.
The source for the image: base64 or URL.
The maximum width of the image (for proportional scaling).
The maximum height of the image (for proportional scaling).
The alternative text for the image, used when the image can't be loaded.
The wrapping mode of the text around the image. The options are: In line with text: This option is the default. If no wrap option specified images will wrapped in line with text; Square : In order to use this property, wrap option should be "square"; Top and Bottom : In order to use this property, wrap option should be "top-bottom"; Behind Text : In order to use this property, wrap option should be "behind"; In Front of Text : In order to use this property, wrap option should be "front".
The rotation of the image in degrees.
The transparency of the image in percent.
The URL to load when the image is clicked.
The width of the image (for non-proportional scaling).
The height of the image (for non-proportional scaling).
the generated Image object from a URL
Generated using TypeDoc
The class for image elements.