Hello,
I want to change default tab size for text box. I tied to set
"defaultTabSize" in following way:
TextBox txt = new TextBox();
RichTextRun rt = txt.getTextRun().getRichTextRuns()[0];
rt.setParaTextPropVal("defaultTabSize", ...)
but without any effect.
Can you help me?Thanks, Marcin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
