The TextViewGeneratorColors object provides methods for getting, setting or resetting the display colors of the TextControl. By default the display colors depend on sytem colors on the server. With this object all colors can be individually designed.

Syntax

TextViewGeneratorColors

Introduced: X18.

Methods

Method Description
getActiveFormFieldColor Gets the highlight color of a form field containing the current text input position.
getDarkShadowColor Gets the display color for the shadow at the right and the bottom edge of the pages.
getDesktopColor Gets the display color for the area around the pages.
getFormFieldColor Gets the default highlight color of form fields.
getHeaderFooterLabelColor Gets the display color for the label showing which header or footer is activated.
getHeaderFooterLineColor Gets the display color for the dividing line between headers and footers and the main text.
getLightShadowColor Gets the display color for the shadow at the left and the top edge of the pages.
resetDarkShadowColor Resets the text control's DarkShadowColor to its system dependent default value.
resetDesktopColor Resets the text control's DesktopColor to its system dependent default value.
resetHeaderFooterLabelColor Resets the text control's HeaderFooterLabelColor to its system dependent default value.
resetHeaderFooterLineColor Resets the text control's HeaderFooterLineColor to its system dependent default value.
resetLightShadowColor Resets the text control's LightShadowColor to its system dependent default value.
setActiveFormFieldColor Sets the highlight color of a form field containing the current text input position.
setDarkShadowColor Sets the display color for the shadow at the right and the bottom edge of the pages.
setDesktopColor Sets the display color for the area around the pages.
setFormFieldColor Sets the default highlight color of a form field.
setHeaderFooterLabelColor Sets the display color for the label showing which header or footer is activated.
setHeaderFooterLineColor Sets the display color for the dividing line between headers and footers and the main text.
setLightShadowColor Sets the display color for the shadow at the left and the top edge of the pages.