Forum Discussion

andrjohns's avatar
andrjohns
Helper II
3 years ago
Solved

Composite text settings (font, size, etc.) with enumerateObjectInstances

Hi All,   Is it possible to implement the composite text/font settings layout:   When using the enumerateObjectInstances() method? Or is it only possible if getFormattingModel() is used...
  • dm-p's avatar
    3 years ago

    Hi andrjohns - this is only supported in custom visuals for the new formatting cards and not legacy properties, so you will need to use the getFormattingModel() method.

     

    Daniel