Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 18,355 for

paragraphs

(0.1 sec)
  1. Convert WORD to POTX via C++ or with free Onlin...

    Export WORD to POTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free WORD to POTX online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/word-t...
  2. Convert DOTM to POTM via C++ or with free Onlin...

    Export DOTM to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to POTM online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/dotm-t...
  3. Convert DOC to PPSM via C++ or with free Online...

    Export DOC to PPSM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOC to PPSM online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/doc-to...
  4. Convert DOTM to PPS via C++ or with free Online...

    Export DOTM to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to PPS online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/dotm-t...
  5. Convert DOTM to PPTM via C++ or with free Onlin...

    Export DOTM to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to PPTM online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/dotm-t...
  6. Convert DOTM to POWERPOINT via C++ or with free...

    Export DOTM to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to POWERPOINT online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/dotm-t...
  7. FieldListNum.HasListName | Aspose.Words for .NET

    Discover how the FieldListNum HasListName property indicates if an abstract numbering definition name is included in the fields code for enhanced document formatting....Examples Shows how to number paragraphs with LISTNUM fields. Document..."0" ; builder . Writeln ( "Paragraph 1" ); Assert . That ( field...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldListNum.ListLevel | Aspose.Words for .NET

    Discover the FieldListNum ListLevel property to customize your list levels effortlessly, enhancing your data organization and control....Examples Shows how to number paragraphs with LISTNUM fields. Document..."0" ; builder . Writeln ( "Paragraph 1" ); Assert . That ( field...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ParagraphConfig|Documentation

    ParagraphConfig element allows you to combine text and images....the same value for multiple paragraphs. This text is not displayed...ParagraphTypeEnum.Normal Defines how paragraph elements are rendered: ParagraphTypeEnum...

    docs.aspose.com/omr/net/programmatic-forms/para...
  10. Getting error while converting word document to...

    GeneratedDoc.docx (23.0 KB) I am trying to convert this docx file to pdf using the below method. wordDocument.Save(pdfDocStream, pdfSaveOptions); But I am getting null reference exception error on this line of code. H…...likely related to the default paragraph formatting in your document...formatting of the default paragraph style, which can help avoid...

    forum.aspose.com/t/getting-error-while-converti...