Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 4,591 for

paragraph builder

(0.12 sec)
  1. Aspose.Words DOM|Aspose.Words for Node.js via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Node.js.... Every run of a text, paragraph, table, or a section is a... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/nodejs-net/aspose-words-d...
  2. Python 和 .NET 版本差异|Python via .NET 格式的 Aspose.W...

    Aspose.Words for Python via .NET 是 Aspose.Words for .NET 的包装器,本页介绍了这两种产品的功能和 API 的差异。...) 您可能会注意到,在 C# 代码中,您将使用 (Paragraph)node 进行转换,而在 Python 中,您必须使用...中,您必须使用 node.as_paragraph() 方法。在 Aspose.Words Node 类的 Python 版本中引入了以下...

    docs.aspose.com/words/zh/python-net/python-notes/
  3. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....pdf" )) { // Create text builder object for first page of document...document . Pages . Add (); var builder = new Aspose . Pdf . Text ...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  4. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...table without using a document builder. def create_nested_table ():...append_child ( aw . Paragraph ( doc )) cell . first_paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Fields::FieldOcx class | Aspose....

    Aspose::Words::Fields::FieldOcx class. Implements the OCX 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. Aspose::Words::Drawing::RelativeVerticalSize en...

    Aspose::Words::Drawing::RelativeVerticalSize enum. Specifies relatively to what the height of a shape or a text frame is calculated vertically in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Drawing :: Shape > shape = builder -> InsertShape ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Row constructor | Aspose.Words for Python

    Row constructor. Initializes a new instance of the [Row](../) class....table without using a document builder. def create_nested_table ():...append_child ( aw . Paragraph ( doc )) cell . first_paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder. builder.write("Run 1. "); builder.write("Run 2....

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Fields::FieldUnknown class | Asp...

    Aspose::Words::Fields::FieldUnknown class. Implements an unknown or unrecognized 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...
  10. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...table without using a document builder. test ( 'CreateNestedTable'.... appendChild ( new aw . Paragraph ( doc )); cell . firstParagraph...

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