Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 18,334 for

paragraph

(0.19 sec)
  1. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....FieldStart can only be a child of Paragraph . A complete field in a Microsoft...example document // contains a paragraph break inside a hyperlink,...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C++....revisions and remove the second paragraph, which will create a delete...delete revision. // That paragraph will persist in the document until...

    reference.aspose.com/words/cpp/aspose.words.rep...
  3. Aspose::Words::Tables::Cell::get_ParentRow meth...

    Aspose::Words::Tables::Cell::get_ParentRow method. Returns the parent row of the cell in C++....Enabling KeepWithNext for every paragraph in the table except for the...:: Words :: Paragraph > ( cell -> get_Paragraphs ())) { ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Document.LayoutOptions | Aspose.Words for .NET

    Explore the Document LayoutOptions property to control your document's layout effectively. Unlock flexible design options for optimal presentation....pdf" ); Shows how to show paragraph marks in a rendered output...); // Add some paragraphs, then enable paragraph marks to show...

    reference.aspose.com/words/net/aspose.words/doc...
  5. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FindReplaceOptions.ignore_structured_document_t...

    FindReplaceOptions.ignore_structured_document_tags property. Gets or sets a boolean value indicating either to ignore content of [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/)...docx' ) # This paragraph contains SDT. p = doc . first_section...NodeType . PARAGRAPH , 2 , True ) . as_paragraph () text_to_search...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldShape.Text | Aspose.Words for .NET

    Manage FieldShape text easily—get or set values effortlessly for seamless data retrieval and enhanced functionality in your applications....BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...every paragraph in the document to RTL. foreach ( Paragraph para...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_DoNotSuppressIndentation method. Do Not Ignore Floating Objects When Calculating Paragraph Indentation in C++....Objects When Calculating Paragraph Indentation. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. Document.join_runs_with_same_formatting method ...

    Document.join_runs_with_same_formatting method. Joins runs with same formatting in all Paragraphs of the document....with same formatting in all paragraphs of the document. def joi...The operation checks every Paragraph node in the document for adjacent...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…...differences in styles, fonts, or paragraph settings between the documents...same styles for headings, paragraphs, and other text elements...

    forum.aspose.com/t/formatting-issue-when-mergin...