Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 15,510 for

paragraph

(0.05 sec)
  1. Aspose::Words::Comparing::ComparisonTargetType ...

    Aspose::Words::Comparing::ComparisonTargetType enum. Allows to specify base document which will be used during comparison. Default value is Current in C++....DocumentBuilder > ( docOriginal ); // Paragraph text referenced with an endnote:...world! This is the first paragraph." ); builder -> InsertFootnote...

    reference.aspose.com/words/cpp/aspose.words.com...
  2. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreComments method. Specifies whether to compare differences in comments in C++....DocumentBuilder > ( docOriginal ); // Paragraph text referenced with an endnote:...world! This is the first paragraph." ); builder -> InsertFootnote...

    reference.aspose.com/words/cpp/aspose.words.com...
  3. Aspose::Words::DocumentBuilder::get_CurrentNode...

    Aspose::Words::DocumentBuilder::get_CurrentNode method. Gets the node that is currently selected in this DocumentBuilder in C++....that is a direct child of a Paragraph . Any insert operations you...CurrentNode . When the current paragraph is empty or the cursor is...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...CONTINUE; } /// /// Called when a Paragraph node is encountered in the...

    reference.aspose.com/words/java/com.aspose.word...
  5. Make DOCX Using Java

    Make a new DOCX in Java in a few steps. Easily create DOCX using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/docx/
  6. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/pdf/
  7. Extract Text from Presentations|Aspose.Slides D...

    Learn how to quickly and easily extract text from PowerPoint presentations using Aspose.Slides for .NET. Follow our simple, step-by-step guide to save time and efficiently access slide content in your applications....; i ++) { // Loop through paragraphs in the current text frame...IParagraph paragraph in textFrames [ i ]. Paragraphs ) { // Loop...

    docs.aspose.com/slides/net/extract-text-from-pr...
  8. Nodeimporter ignores "KeepSourceNumbering" and ...

    Hi there Our software contains a workflow, where specific ContentControls are copied into another docx File. This used to work on 15.6. After we updated to 22.9 a while ago ( we’re now on 25.4 but still face this issu…...I found out that all the paragraphs lists are listed with StartAt:...importFormatOptions); foreach (Paragraph paragraph in srcDoc.FirstSection...

    forum.aspose.com/t/nodeimporter-ignores-keepsou...
  9. Aspose::Words::TabAlignment enum | Aspose.Words...

    Aspose::Words::TabAlignment enum. Specifies the alignment/type of a tab stop in C++....set custom tab stops for a paragraph. auto doc = System :: MakeObject...SharedPtr < Aspose :: Words :: Paragraph > para = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. FindReplaceOptions.ignoreInserted property | As...

    FindReplaceOptions.ignoreInserted property. Gets or sets a boolean value indicating either to ignore text inside insert revisions...revisions and insert a paragraph. That paragraph will be an insert...doc . firstSection . body . paragraphs . at ( 1 ). isInsertRevision...

    reference.aspose.com/words/nodejs-net/aspose.wo...