Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 4,606 for

paragraph builder

(0.19 sec)
  1. Aspose::Words::Lists::ListTemplate enum | Aspos...

    Aspose::Words::Lists::ListTemplate enum. Specifies one of the predefined list formats available in Microsoft Word in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...> ( doc ); ASSERT_FALSE ( builder -> get_ListFormat () -> get_IsListItem...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. ConditionalStyle class | Aspose.Words for Python

    aspose.words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style... paragraph_format Gets the paragraph formatting of...() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Navigation with Cursor in C#|Aspose.Words for .NET

    Navigate between different nodes within a document, such as a Paragraph, bookmark, or a specific character using C#....get the currently selected paragraph or the currently selected...CurrentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/net/navigation-with-cursor/
  4. 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...
  5. 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/
  6. DocumentVisitor.VisitGroupShapeStart | Aspose.W...

    Discover the DocumentVisitor VisitGroupShapeStart method, essential for efficient group shape enumeration in your applications. Enhance your coding workflow today!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...group . IsGroup , Is . True ); builder . InsertNode ( group ); ShapeGroupPrinter...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldSymbol class | Aspose.Words for Python

    aspose.words.fields.FieldSymbol class. Implements a SYMBOL field...affects the line spacing of the paragraph. end Gets the node that represents...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. Aspose::Words::Fields::FieldAdvance::get_RightO...

    Aspose::Words::Fields::FieldAdvance::get_RightOffset method. Gets or sets the number of points by which the text that follows the field should be moved right in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Write ( u "This text is...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. FieldBuilder | Aspose.Words for Java

    Builds a field from field code tokens arguments and switches in Java....construct fields using a field builder, and then insert them into...field builder. // 1 - Single field: // Use a field builder to add...

    reference.aspose.com/words/java/com.aspose.word...