How to change font color of static text?
Hi,
I tried to change the font color of static text using:
or
Neither resulted in black text.
Am I getting it wrong?
Does anyone have an idea how to change the font color of static text?
Regards,
Steve
I tried to change the font color of static text using:
xfa.resolveNode("test").caption.font.fill.color.value = "0,0,0";
or
xfa.resolveNode("test").font.fill.color.value = "0,0,0";
Neither resulted in black text.
Am I getting it wrong?
Does anyone have an idea how to change the font color of static text?
Regards,
Steve