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

paragraph builder

(0.11 sec)
  1. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a document in Java....FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldIncludePicture class | Aspose.Words for Py...

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

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::FieldXE class | Aspose.W...

    Aspose::Words::Fields::FieldXE class. Implements the XE 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...
  4. Create New Document|Aspose.Words for Java

    Create a new document easily and fast instead of using docx4j.... DocumentBuilder builder = new DocumentBuilder ( doc...doc ); // Write a new paragraph in the document with some text...

    docs.aspose.com/words/java/create-new-document/
  5. About page breaker to table in Aspose word team...

    Hi Team, Could you please help me on how to add page breaker to table rows using groupby Linq in Aspose template word report with sample code. Could you please share tutorials and code example related to Aspose word pa…...programmatically—either by adding a paragraph break after the table or by...ourselves DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/about-page-breaker-to-table-...
  6. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/net/working-with-sections/
  7. 关于多个shape拼接成一个整体图的问题。 - Free Support Forum - as...

    我有一个需求,需要将多个shape拼接成一个组合,然后渲染保存为图片。请问是否可以做到? 下方是word文件。 test-shape.docx (47.9 KB)...top-level shapes in the first paragraph. ShapeBase[] shapesToGroup...DocumentBuilder builder = new DocumentBuilder(doc); builder.MoveToDocumentEnd();...

    forum.aspose.com/t/shape/326036
  8. ThemeColor enumeration | Aspose.Words for Python

    aspose.words.themes.ThemeColor enumeration. Specifies the theme colors for document themes...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln.... add ( aw . StyleType . PARAGRAPH , 'ThemedStyle' ) style ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldMacroButton Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMacroButton class for seamless integration of MACROBUTTON fields, enhancing document automation and functionality....node, returns its parent paragraph. If the field is already removed..."Macro.docm" ); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  10. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java....append a paragraph to it. The text in that paragraph // will appear...getHeadersFooters().add(header); Paragraph para = header.appendParagraph("My...

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