Hi Canghua
Welcome to the project.
I find two mistakes in your description.
> After tracing the issue, I found: in the Title Field, there is only one level
> set for the paragraphs , and users can't set the bullet's type here.
User can set the bullets type in the Title Editing field, but can't set the
numbering type.
>
>2).when a bullet or NumberingType (not default setting) is copied from the
>Text Field to an empty Title Field, "SvxNumberType::nNumType" will be 4 all
>the time ,so "A" come out.
>
if the numbering type is set like"A,B,C...", "SvxNumberType::nNumType" should
be 0.
You can find the defination of the numbering type in the svx\inc\svxenum.hxx.
Regards
Liyuan