Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 18,265 for

paragraphs

(0.07 sec)
  1. Edit DOCX In C#

    Edit DOCX in C# code....Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/net/edit/docx/
  2. Edit TEXT In C++

    Edit TEXT in C++ code....Remove unwanted text elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/cpp/edit/text/
  3. Edit DOC In C++

    Edit DOC in C++ code....Remove unwanted DOC elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/cpp/edit/doc/
  4. Edit HTML In C++

    Edit HTML in C++ code....Remove unwanted HTML elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/cpp/edit/html/
  5. Font class | Aspose.Words for Python

    aspose.words.Font class. Contains font attributes (font name, font size, color, and so on) for an object...various objects such as Run , Paragraph , Style , DocumentBuilder...first_section . body . first_paragraph . append_child ( run ) doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Run can only be a child of Paragraph or inline StructuredDocumentTa...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font class | Aspose.Words for Node.js

    Aspose.Words.Font class. Contains font attributes (font name, font size, color, and so on) for an object...various objects such as Run , Paragraph , Style , DocumentBuilder...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Notes::Footnote class | Aspose.W...

    Aspose::Words::Notes::Footnote class. Represents a container for text of a footnote or endnote. To learn more, visit the documentation article in C++....not a paragraph, creates and appends one empty paragraph. Footnote...() override Gets the first paragraph in the story. get_Font ()...

    reference.aspose.com/words/cpp/aspose.words.not...
  9. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....phrase is composed of multiple paragraphs, sections, or pages. Some...metacharacters include &p for a paragraph break, &b for a section break...

    docs.aspose.com/words/java/find-and-replace/
  10. Appending Document Not Maintaining Formatting -...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...document, iterate through the paragraphs and adjust their alignment...foreach (Paragraph paragraph in section.Body.Paragraphs) { // Adjust...

    forum.aspose.com/t/appending-document-not-maint...