Represents rendering styles for a {@link TextEditorDecorationType text editor decoration}.
Represents rendering styles for a {@link TextEditorDecorationType text editor decoration}.
(after decoration-render-options)
Defines the rendering options of the attachment that is inserted after the decorated text.
Defines the rendering options of the attachment that is inserted after the decorated text.
(background-color decoration-render-options)
Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Alternatively a color from the color registry can be {@link ThemeColor referenced}.
Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Alternatively a color from the color registry can be {@link ThemeColor referenced}.
(before decoration-render-options)
Defines the rendering options of the attachment that is inserted before the decorated text.
Defines the rendering options of the attachment that is inserted before the decorated text.
(border decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(border-color decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(border-radius decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(border-spacing decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(border-style decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(border-width decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(color decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(cursor decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(dark decoration-render-options)
Overwrite options for dark themes.
Overwrite options for dark themes.
(font-style decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(font-weight decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(gutter-icon-path decoration-render-options)
An absolute path or an URI to an image to be rendered in the gutter.
An **absolute path** or an URI to an image to be rendered in the gutter.
(gutter-icon-size decoration-render-options)
Specifies the size of the gutter icon. Available values are 'auto', 'contain', 'cover' and any percentage value. For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx
Specifies the size of the gutter icon. Available values are 'auto', 'contain', 'cover' and any percentage value. For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx
(letter-spacing decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(light decoration-render-options)
Overwrite options for light themes.
Overwrite options for light themes.
(opacity decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(outline decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(outline-color decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
(outline-style decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
(outline-width decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
(overview-ruler-color decoration-render-options)
The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.
The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.
(overview-ruler-lane decoration-render-options)
The position in the overview ruler where the decoration should be rendered.
The position in the overview ruler where the decoration should be rendered.
(range-behavior decoration-render-options)
Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range.
Defaults to DecorationRangeBehavior.OpenOpen
.
Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range. Defaults to `DecorationRangeBehavior.OpenOpen`.
(set-after! decoration-render-options value)
Defines the rendering options of the attachment that is inserted after the decorated text.
Defines the rendering options of the attachment that is inserted after the decorated text.
(set-background-color! decoration-render-options value)
Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Alternatively a color from the color registry can be {@link ThemeColor referenced}.
Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Alternatively a color from the color registry can be {@link ThemeColor referenced}.
(set-before! decoration-render-options value)
Defines the rendering options of the attachment that is inserted before the decorated text.
Defines the rendering options of the attachment that is inserted before the decorated text.
(set-border! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-border-color! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(set-border-radius! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(set-border-spacing! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(set-border-style! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(set-border-width! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.
(set-color! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-cursor! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-dark! decoration-render-options value)
Overwrite options for dark themes.
Overwrite options for dark themes.
(set-font-style! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-font-weight! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-gutter-icon-path! decoration-render-options value)
An absolute path or an URI to an image to be rendered in the gutter.
An **absolute path** or an URI to an image to be rendered in the gutter.
(set-gutter-icon-size! decoration-render-options value)
Specifies the size of the gutter icon. Available values are 'auto', 'contain', 'cover' and any percentage value. For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx
Specifies the size of the gutter icon. Available values are 'auto', 'contain', 'cover' and any percentage value. For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx
(set-is-whole-line! decoration-render-options value)
Should the decoration be rendered also on the whitespace after the line text.
Defaults to false
.
Should the decoration be rendered also on the whitespace after the line text. Defaults to `false`.
(set-letter-spacing! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-light! decoration-render-options value)
Overwrite options for light themes.
Overwrite options for light themes.
(set-opacity! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-outline! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(set-outline-color! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
(set-outline-style! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
(set-outline-width! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
(set-overview-ruler-color! decoration-render-options value)
The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.
The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.
(set-overview-ruler-lane! decoration-render-options value)
The position in the overview ruler where the decoration should be rendered.
The position in the overview ruler where the decoration should be rendered.
(set-range-behavior! decoration-render-options value)
Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range.
Defaults to DecorationRangeBehavior.OpenOpen
.
Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range. Defaults to `DecorationRangeBehavior.OpenOpen`.
(set-text-decoration! decoration-render-options value)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(text-decoration decoration-render-options)
CSS styling property that will be applied to text enclosed by a decoration.
CSS styling property that will be applied to text enclosed by a decoration.
(whole-line? decoration-render-options)
Should the decoration be rendered also on the whitespace after the line text.
Defaults to false
.
Should the decoration be rendered also on the whitespace after the line text. Defaults to `false`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close