Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 15,610 for

paragraphs

(0.04 sec)
  1. Footnote class | Aspose.Words for Node.js

    Aspose.Words.Notes.Footnote class. Represents a container for text of a footnote or endnote...child of Paragraph . Footnote can contain Paragraph and Table...firstParagraph Gets the first paragraph in the story. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Compare Documents in C++|Aspose.Words for C++

    Compare two documents in any supported formats and shows content changes using C++. You can apply advanced options when comparing....the addition of words and paragraphs. As a result of the comparison...

    docs.aspose.com/words/cpp/compare-documents/
  3. Working with Hyphenation in C++|Aspose.Words fo...

    Use hyphenation for a more compact arrangement of text using C++. It provides advanced algorithms to work with hyphenation dictionaries, uses OpenOffice dictionaries....Open Office Working with Paragraphs in C++ Working with Fonts...

    docs.aspose.com/words/cpp/working-with-hyphenat...
  4. Convert TIF to TXT via C# | Aspose

    Sample code for TIF to TXT C# conversion. Use API example code for batch TIF files to TXT conversion within VB.NET, Asp.NET or any .NET based application.... Paragraphs in a text document are recognized...

    products.aspose.com/ocr/net/conversion/tif-to-txt/
  5. Parse Documents via Java | products.aspose.com

    Parse PDF, Microsoft Word, Excel and PowerPoint Presentations via your Java application. Extract Text or Images with ease....with document elements like paragraphs, tables, and images. The...

    products.aspose.com/total/java/parse/
  6. SaveOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.SaveOptions class, your key to customizing document saving with advanced options for various formats. Enhance your workflow today!...the document into heading paragraphs. // This is useful for readers...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Convert DOCX to PPT via C++ or with free Online...

    Export DOCX to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPT 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/docx-t...
  9. NodeImporter | Aspose.Words for .NET

    Discover the NodeImporter constructor, effortlessly create new NodeImporter instances to streamline your data management and enhance project efficiency.... Paragraph || insertionDestination ....that is not the last empty paragraph of a section. foreach ( Section...

    reference.aspose.com/words/net/aspose.words/nod...
  10. DocumentVisitor.VisitSpecialChar | Aspose.Words...

    Discover how the DocumentVisitor VisitSpecialChar method enhances your document processing by efficiently handling SpecialChar nodes for better performance.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...