高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem about set underline for mtext1
problem about set underline for mtext!
problem about set underline for mtext!
dear all,
how can i set underline for mtext?
i use function oddbmtext::underon() and underoff(), but i can't set underline for mtext!
i am looking forward to your help.
dd version 2.5.1
hello,
oddbmtext::underon() and underoff() methods return switchs for mtex string.
you can set underline for all mtext by next way
oddbmtext::setcontents( oddbmtext::underon() + oddbmtext::setcontents + oddbmtext::underoff());
last oddbmtext::underoff() is not necessary in this case. you may make underlined part of mtext also.
best regards,
sergey z.
thank you very much.
i will try it.
you are great!
it works well now.
thank you again!
|