Skip to main content
Skip table of contents

setFontStyle

Versionshinweise

12.2

Code

GROOVY
FieldUtils.setFontStyle(int fontStyle, String... fieldNames)

Beschreibung

Ändert den Schriftstil von Feldern.

Parameter

  • fontStyle - Der neue Schriftstil für den Text, z.B. GUIConstants.FONTSTYLE_PLAIN.
  • fieldNames - Eine kommaseparierte Liste von internen Feldnamen, z.B. "MatchCode.Customer". Mit GUIConstants.ALL_FIELDS können alle Felder geändert werden.

Beispiele

GROOVY
FieldUtils.setFontStyle(GUIConstants.FONTSTYLE_BOLD, "MatchCode.Customer", "Name1.Customer");
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.