Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 4,609 for

paragraph builder

(0.07 sec)
  1. Appending Document Not Maintaining - Free Suppo...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...Document(); DocumentBuilder builder = new DocumentBuilder(swDoc);...dimensions Section section = builder.CurrentSection; section.PageSetup...

    forum.aspose.com/t/appending-document-not-maint...
  2. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...value determining whether a paragraph graphic should be marked as...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Replacing bookmarks causes issues when the modi...

    I performed bookmark replacement using Input Document 1 and Input Document 2, and I successfully generated the output document (which I have attached). The first bookmark replacement works correctly, and the output docum…...replacement in memory var builder = new Aspose.Words.Documen...Bookmarks[srcBookmark.Name].Remove(); } builder.MoveToBookmark(bookmark.Name...

    forum.aspose.com/t/replacing-bookmarks-causes-i...
  4. Create or Load a Document in C#|Aspose.Words fo...

    Create a blank document or to load it from a file or stream using C#....document using the document builder: Note the default values: A...default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/net/create-or-load-a-docu...
  5. Aspose::Words::Fields::FieldUserName class | As...

    Aspose::Words::Fields::FieldUserName class. Implements the USERNAME field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...( userInformation ); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Fields::FieldAuthor class | Aspo...

    Aspose::Words::Fields::FieldAuthor class. Implements the AUTHOR field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a Paragraph in Java....) within a paragraph. To learn more, visit the...SmartTag can be a child of a Paragraph or another SmartTag node....

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...pdf" )) { // Create text builder object for first page of document...document . Pages . Add (); var builder = new Aspose . Pdf . Text ...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  9. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder. builder.write("Run 1. "); builder.write("Run 2....

    reference.aspose.com/words/java/com.aspose.word...
  10. FormField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormField class to easily create and manage customizable form fields in your documents for enhanced user interaction....get; } Retrieves the parent Paragraph of this node. PreviousSibling...and can only be a child of Paragraph . FormField is represented...

    reference.aspose.com/words/net/aspose.words.fie...