Hi,
I want to stop indentation at some specific points. (not to completely remove it.)
Like i want this
ABCD
a. CDEF // Where this and below can have different alignment (this could be centre and below could be justified)
Always test your software with a “worst-case scenario” amount of sample data, to get an accurate sense of its performance in the real world
b. XYZ//// Where this and below can have different alignment (this could be centre and below could be justified)
Default text is here
I wrote the code for this use case , but i am not able to get different alignment for "a. CDEF " and line below it. They always have the same alignment. (may be because they are in same paragraph).
Please help.