Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 4,632 for

paragraph builder

(0.09 sec)
  1. BorderCollection class | Aspose.Words for Node.js

    Aspose.Words.BorderCollection class. A collection of [Border](../border/) objects...between cells or conforming paragraphs. left Gets the left border...Examples Shows how to insert a paragraph with a top border. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PdfSaveOptions.ExportDocumentStructure | Aspose...

    Control your document's export structure with PdfSaveOptions. Easily manage settings for optimal PDF output and enhance your workflow efficiency....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . ParagraphFormat..."Heading 1" ]; builder . Writeln ( "Hello world!" ); builder . ParagraphFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Installation|Aspose.Words for Node.js via .NET

    Install Aspose.Words for Node.js using npm.... var builder = new aw . DocumentBuilder...// Write a new paragraph to the document. builder . writeln ( 'This...

    docs.aspose.com/words/nodejs-net/installation/
  4. Aspose::Words::BorderCollection class | Aspose....

    Aspose::Words::BorderCollection class. A collection of Border objects. To learn more, visit the documentation article in C++....between cells or conforming paragraphs. get_Left () Gets the left...Examples Shows how to insert a paragraph with a top border. auto doc...

    reference.aspose.com/words/cpp/aspose.words/bor...
  5. Style.LinkedStyleName | Aspose.Words for .NET

    Discover how to style the LinkedStyleName property, easily manage linked styles, and enhance your design workflow with seamless integration....only allowed to link the paragraph style to the character style...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...

    reference.aspose.com/words/net/aspose.words/sty...
  6. Shading | Aspose.Words for Java

    Contains shading attributes for an object in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BorderCollection borders = builder.getParagraphFormat().getBorders();...

    reference.aspose.com/words/java/com.aspose.word...
  7. LayoutCollector.clear method | Aspose.Words for...

    LayoutCollector.clear method. Clears all collected layout data... builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'Section 1' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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…...Document(targetDocPath); DocumentBuilder builder = new DocumentBuilder(dst);...extractedNodes); builder.MoveToBookmark(bk.Name, true, true); builder.Ins...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  9. Issue with unwanted page breaks - Free Support ...

    Dear Aspose Support Team, We are using Aspose.Words to generate Word documents programmatically and have encountered an issue related to page breaks. When we insert a page break using DocumentBuilder.InsertBreak(BreakT…...PageBreak) , an empty paragraph is automatically added immediately...Microsoft Word, which inserts a paragraph following a page break. However...

    forum.aspose.com/t/issue-with-unwanted-page-bre...
  10. FieldAdvance class | Aspose.Words for Python

    aspose.words.fields.FieldAdvance class. Implements the ADVANCE field...node, returns its parent paragraph. If the field is already removed...Document () builder = aw . DocumentBuilder ( doc ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...