Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 4,610 for

paragraph builder

(0.39 sec)
  1. Shape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Shape class for creating versatile drawing objects like AutoShapes, text boxes, and images effortlessly in your projects....FirstParagraph { get; } Gets the first paragraph in the shape. FlipOrientation...LastParagraph { get; } Gets the last paragraph in the shape. Left { get;...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done....let builder = new aw . DocumentBuilder ( doc ); builder . writeln...( "Add text to this paragraph." ); builder . currentParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...the beginning of the second paragraph instead of placing it at the...the end of the first paragraph. Please see the following modified...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  4. 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...
  5. Aspose::Words::Fields::FieldKeywords class | As...

    Aspose::Words::Fields::FieldKeywords class. Implements the KEYWORDS 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...
  6. 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...
  7. Absorber - How to get the rows without spaces (...

    Hello I am using Aspose.Pdf (9.4.0) and after using the command "pdfDocument.Pages [page] Accept (textAbsorber);". I get the rows from the page with their respective spaces at the beginning of each line. Is there any pa…...at the beginning of each paragraph? The code snippet that I use...System.Text.StringBuilder builder = new System.Text.StringBuilder();...

    forum.aspose.com/t/absorber-how-to-get-the-rows...
  8. 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...
  9. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldToc fieldToc = (FieldToc) builder.insertField(FieldType.FIELD_TOC...

    reference.aspose.com/words/java/com.aspose.word...
  10. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document Builder in C++.... Inserting a Paragraph DocumentBuilder.Writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/cpp/use-documentbuilder-t...