Hi,
I got that you can use Attr.getHTMLFormattedValue().getHTML() to get what the format users will enter in an object's attributes (so to keep bold , underline, color ).
But can you have a mixed solution that keeps those formats, but still define the font and size ?
Because if I use Attr.getHTMLFormattedValue().getHTML() with Output.outputFormattedText()
I may end up with some "Times New Roman" where I actually don't want.
Can Output.DefineF() only define a format with the font and size while keeping the rest ?
Many thanks.