I wanted to control the Special format(FirstLineIndent), but it didn’t work,test.Docx (133.9 KB)
that is I can’t get and edit the parameters of screenshot in my test file
foreach (Aspose.Words.Paragraph p in builder.Document.Sections[0].Body.Paragraphs)
{
p.ParagraphFormat.FirstLineIndent = 10;
p.ParagraphFormat.LeftIndent = 0;
}