Skip to main content
Skip table of contents

setFontStyle (TableUtils)

Versionshinweise

23.2

Web Client(Haken)

Code

CODE
void TableUtils.setFontStyle(int fontStyle, String... columnNames)

Beschreibung

Ändert den Schriftstil der angegebenen Spalte.

Parameter

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

Beispiele

CODE
TableUtils.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.