Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 18,515 for

paragraph

(0.2 sec)
  1. Compare() generates Track Changes where Reject ...

    Hello, We are currently evaluating Aspose.Words for Python with the intention of purchasing a license for our document processing pipeline. However, we have encountered a critical issue during testing that is blocking u…... The paragraph is left empty or incomplete...result is an empty or broken paragraph. Question: Is there a specific...

    forum.aspose.com/t/compare-generates-track-chan...
  2. SmartTag Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.SmartTag class, which enhances document editing by identifying smart tags around inline elements like images and fields....) within a paragraph. To learn more, visit the...SmartTag can be a child of a Paragraph or another SmartTag node....

    reference.aspose.com/words/net/aspose.words.mar...
  3. DocumentBase class | Aspose.Words for Node.js

    Aspose.Words.DocumentBase class. Provides the abstract base class for a main document and a glossary document of a Word document...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BuildingBlock class | Aspose.Words for Node.js

    Aspose.Words.BuildingBlock class. Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldBidiOutline class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldBidiOutline class. Implements the BIDIOUTLINE field...delimits each level of the paragraph numbering. Inheritance: FieldBidiOutline...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldShape | Aspose.Words for Java

    Implements the SHAPE field in Java....BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...every paragraph in the document to RTL. for (Paragraph para :...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldMergeBarcode class | Aspose.Words for Python

    aspose.words.fields.FieldMergeBarcode class. Implements the MERGEBARCODE field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Need help in creating the hyperlink style for u...

    Hi Team, We are using Aspose words for document generation. We have a document which is having some Paragraphs and Paragraphs contains some url text. We want to create hyperlink style and color for them but not able to.…...which is having some paragraphs and paragraphs contains some url...keep the surrounding nodes (paragraph, tables, etc.) intact. var...

    forum.aspose.com/t/need-help-in-creating-the-hy...
  9. Page Description Language Mergers | Java

    To merge a file of a PDL format to the single one in PDF format use this API for Java solution. See the examples depicted in the code....Language Mergers | Java In this paragraph, you will find the description...

    docs.aspose.com/page/java/merge/
  10. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...the document for any custom paragraph formatting (negative indents...

    forum.aspose.com/t/word-saveto-pdf/322091