Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 18,128 for

paragraph

(0.13 sec)
  1. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_ApplyParagraphFormat method. Paragraph formatting applied to new content in C++....lyParagraphFormat method Paragraph formatting applied to new...how to add formatting to paragraphs in which a find-and-replace...

    reference.aspose.com/words/cpp/aspose.words.rep...
  2. DocumentBuilder.InsertDocumentInline | Aspose.W...

    Effortlessly insert documents inline with the DocumentBuilder InsertDocumentInline method, enhancing your workflow and document editing experience....moves the content of the paragraph of the destination document...is inserted, into the last paragraph of the inserted source document...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Aspose::Words::HeaderFooter::HeaderFooter const...

    Aspose::Words::HeaderFooter::HeaderFooter constructor. Creates a new header or footer of the specified type in C++....append a paragraph to it. The text in that paragraph // will appear...SharedPtr < Aspose :: Words :: Paragraph > para = header -> AppendParagraph...

    reference.aspose.com/words/cpp/aspose.words/hea...
  4. StyleType | Aspose.Words for Java

    Represents type of the style in Java....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/java/com.aspose.word...
  5. Paragraph.acceptEnd method | Aspose.Words for N...

    Paragraph.acceptEnd method. Accepts a visitor for visiting the end of the document's Paragraph....the end of the document’s paragraph. acceptEnd ( visitor : Aspose...Words class Paragraph Paragraph.accept method Paragraph.acceptStart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldRef.insert_paragraph_number_in_full_contex...

    FieldRef.insert_Paragraph_number_in_full_context property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in full context....insert_paragraph_number_in_full_context property FieldRef.in...insert_paragraph_number_in_full_context property Gets or sets whether...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::DocumentBuilder::EndEditableRang...

    Aspose::Words::DocumentBuilder::EndEditableRange method. Marks the current position in the document as an editable range end in C++....+ u " we cannot edit this paragraph without the password." );...builder -> Writeln ( u "This paragraph is inside an editable range...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. How to remove empty right click menues - Free S...

    Hi, In the attached document, a very large number of empty entries appear when I right-click the content. How do I remove these entries? test.zip (32.8 KB) Kind regards,...focus on eliminating empty paragraphs, headers, or footers. The...demonstrates how to remove empty paragraphs: // Load the document Document...

    forum.aspose.com/t/how-to-remove-empty-right-cl...
  9. Aspose::Words::Border::get_IsVisible method | A...

    Aspose::Words::Border::get_IsVisible method. Returns true if the LineStyle is not None in C++....to remove borders from a paragraph. auto doc = System :: MakeObject..."Borders.docx" ); // Each paragraph has an individual set of borders...

    reference.aspose.com/words/cpp/aspose.words/bor...
  10. How to modify footnote content number style? - ...

    for (Paragraph Paragraph : footnote.getParagraphs()) { for (Run run : Paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...2025, 2:32pm 1 for (Paragraph paragraph : footnote.getParagraphs())...getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont()...

    forum.aspose.com/t/how-to-modify-footnote-conte...