Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 18,334 for

paragraph

(0.1 sec)
  1. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...PARAGRAPH_BREAK); }); 658×509 4.58 KB...DocumentBuilder(); builder.writeln("Simple paragraph"); Document newDoc = new Document("input...

    forum.aspose.com/t/topic/311299
  2. Updating Fields Python|Aspose.Words for Python ...

    Update fields in a document in different ways and using different option in Python....Section , HeaderFooter , Paragraph , etc. using the Node.range...

    docs.aspose.com/words/python-net/update-fields/
  3. Enhance PowerPoint Presentations with Animation...

    Explore the capabilities of Aspose.Slides for PHP via Java in handling PowerPoint animations. Key features and insights to enhance your presentations....possible to apply animation to a paragraph. Read more About Animated...

    docs.aspose.com/slides/php-java/powerpoint-anim...
  4. StoryType | Aspose.Words for Java

    Text of a Word document is stored in stories in Java....shape, // which has a parent Paragraph, which is a child node of...all shapes from the child paragraphs of this Body. Assert.assertEquals(doc...

    reference.aspose.com/words/java/com.aspose.word...
  5. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned....node, such as a section or paragraph? A: Yes. Every node that derives...

    docs.aspose.com/words/python-net/clone-a-document/
  6. Aspose::Words::Fields::FieldNumWords class | As...

    Aspose::Words::Fields::FieldNumWords class. Implements the NUMWORDS field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Document > ( get_MyDir () + u "Paragraphs.docx" ); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Fields::FieldNumPages class | As...

    Aspose::Words::Fields::FieldNumPages class. Implements the NUMPAGES field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Document > ( get_MyDir () + u "Paragraphs.docx" ); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Issue with Unexpected Visitor Behavior When Sha...

    Hello Aspose Support, I am experiencing unexpected behavior while traversing shapes using the DocumentVisitor in Aspose.Words. Normally, the visit order I expect is: visitShapeStart → visitGroupShapeStart → visitSh…...provided, which contains a paragraph with a group shape whose inner...

    forum.aspose.com/t/issue-with-unexpected-visito...
  9. Aspose::Words::Fields::FieldIncludeText class |...

    Aspose::Words::Fields::FieldIncludeText class. Implements the INCLUDETEXT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...paragraphs; const placeholder = "#*Content...// Remove the placeholder paragraph para.remove(); } } const options...

    forum.aspose.com/t/tables-colliding-on-docx-to-...