Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 4,608 for

paragraph builder

(0.09 sec)
  1. Aspose::Words::Notes::Footnote::Footnote constr...

    Aspose::Words::Notes::Footnote::Footnote constructor. Initializes an instance of the Footnote class in C++....or InsertBefore1() on the paragraph where you want the footnote...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.not...
  2. Aspose::Words::Saving::TableContentAlignment en...

    Aspose::Words::Saving::TableContentAlignment enum. Allows to specify the alignment of the content of the table to be used when exporting into Markdown format in C++....will be taken from the first paragraph in corresponding table column...align contents in tables. auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. List.is_list_style_reference property | Aspose....

    List.is_list_style_reference property. Returns ``True`` if this list is a reference to a list style....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. # Each paragraph that we...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Body.parentSection property | Aspose.Words for ...

    Body.parentSection property. Gets the parent section of this story.... Paragraph ( doc ); body . appendChild...let builder = new aw . DocumentBuilder ( doc ); builder . moveTo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Lists::ListLevelAlignment enum |...

    Aspose::Words::Lists::ListLevelAlignment enum. Specifies alignment for the list number or bullet in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. ParagraphFormat.lineUnitBefore property | Aspos...

    ParagraphFormat.lineUnitBefore property. Gets or sets the amount of spacing (in gridlines) before the Paragraphs....(in gridlines) before the paragraphs. get lineUnitBefore () :...Examples Shows how to change paragraph spacing and indents. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ParagraphFormat.lineUnitAfter property | Aspose...

    ParagraphFormat.lineUnitAfter property. Gets or sets the amount of spacing (in gridlines) after the Paragraphs....(in gridlines) after the paragraphs. get lineUnitAfter () : number...Examples Shows how to change paragraph spacing and indents. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.characterUnitRightIndent proper...

    ParagraphFormat.characterUnitRightIndent property. Gets or sets the right indent value (in characters) for the specified Paragraphs....characters) for the specified paragraphs. get characterUnitRightIn...Examples Shows how to change paragraph spacing and indents. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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...
  10. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every Paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph Paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...insert hyper link after every paragraph . But once the document is...isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...