CharacterUnitLeftIndent returns incorrect value using .NET

Hi, Aspose:
We’ve checked the Indentation settings of the following docx file, there isn’t any LeftIndent or FirstlineIndent setting. But what we get the property value of CharacterUnitLeftIndent is 2 by using Aspose.Words.
Thanks.
screenshot.png (19.3 KB)
indent.zip (10.8 KB)

@ChangYuan

We suggest you please use the ParagraphFormat.LeftIndent property to get the left indent of paragraph. Hope this helps you.