Discover TxtLoadOptions' LeadingSpacesOptions property to customize leading space handling. Optimize your text loading with the default ConvertToIndent setting....textDoc = " Line 1 \n" + " Line 2 \n" + " Line 3 " ; // Create a...Assert . That ( paragraphs [ 2 ]. ParagraphFormat . FirstLineIndent...
Get technical support of Aspose.Font for .NET, Java, C++....824 August 24, 2023 Aspose Font 2 558 November 8, 2022 How do I...font with Aspose.Font (.NET) 2 960 April 12, 2022 How can I build...
aspose.words.loading.TxtLeadingSpacesOptions enumeration. Specifies available options for leading space handling during import from [LoadFormat.TEXT](../../aspose.words/loadformat/#TEXT) file....text_doc = ' Line 1 \n ' + ' Line 2 \n ' + ' Line 3 ' # Create a "TxtLoadOptions"...first_line_indent ) self . assertEqual ( 25.2 , paragraphs [ 1 ] . paragraph_format...