I have word document in that contains a list. Capitalize the first word in each item

I have word document in that contains a list. Capitalize the first word in each item.

Any update on this?

@Yuvarajshivananjappa You can use the same technique as I suggested to your colleague here.

If you need to capitalize the first word not letter you can use regular expression like this to match the first word ^w+ and then use FindReplaceOptions.ApplyFont with AllCaps property set. Note in this case you should perform Range.Replace on each paragraph separately.

I want to add the spacing in the list (0.25). Kindly help me

@Yuvarajshivananjappa You can format lists using ListLevel properties.
Also, please see our documentation to learn how to work with lists:
https://docs.aspose.com/words/net/working-with-lists/