Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 18,324 for

paragraph

(0.18 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. Document.HasRevisions | Aspose.Words for .NET

    Discover if your document has tracked changes with the HasRevisions property. Easily manage edits and enhance your workflow efficiency....its parent node from the paragraph text // and then remove the...doc . FirstSection . Body . Paragraphs [ 1 ]; Node endNode = doc...

    reference.aspose.com/words/net/aspose.words/doc...
  3. FieldNumChars class | Aspose.Words for Python

    aspose.words.fields.FieldNumChars class. Implements the NUMCHARS field...node, returns its parent paragraph. If the field is already removed...Document ( file_name = MY_DIR + 'Paragraphs.docx' ) builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.Revisions | Aspose.Words for .NET

    Effortlessly track document revisions with our advanced tool. Stay organized and enhance collaboration with clear, highlighted changes!...its parent node from the paragraph text // and then remove the...doc . FirstSection . Body . Paragraphs [ 1 ]; Node endNode = doc...

    reference.aspose.com/words/net/aspose.words/doc...
  5. EQ Field Overstrike with Font Borders Not Rende...

    Description Aspose.Words does not correctly render EQ (Equation) fields of the form { EQ \o(, {text or whitespace with font borders}) }. Rendering issues occur when the EQ field contains whitespace or text that uses a f…...where the field was Paragraph para = (Paragraph)field.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); para.InsertAfter(picture, field.Start);...

    forum.aspose.com/t/eq-field-overstrike-with-fon...
  6. 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/
  7. 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...
  8. Saving as SVG mess up text extraction in this d...

    In this attached document 4411_NOK.pdf (114.5 KB) If I try to do text extraction after saving the doc as SVG, some characters are substituted by others. It reads : “En utilisant nos services ou en vous inscrivant, vou…...(MarkupParagraph paragraph in section.Paragraphs) { StringBuilder...(List<TextFragment> line in paragraph.Lines) { foreach (TextFragment...

    forum.aspose.com/t/saving-as-svg-mess-up-text-e...
  9. Text Formatting inside PDF|Aspose.PDF for Java

    Discover how to format text inside a PDF document using Aspose.PDF in Java, allowing for customized styling....scenarios with TextFragment and Paragraphs collection. Please use the...// Add new TextFragment to paragraph par . appendLine ( textFragment...

    docs.aspose.com/pdf/java/text-formatting-inside...
  10. Aspose::Words::Revision::get_Author method | As...

    Aspose::Words::Revision::get_Author method. Gets or sets the author of this revision. Can not be empty string or null in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...