Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 4,610 for

paragraph builder

(0.17 sec)
  1. Gawe PDF Nganggo Python

    Gawe PDF anyar ing Python ing sawetara langkah. Nggawe PDF kanthi gampang nggunakake perpustakaan Python via .NET....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/jv/python-net/make/pdf/
  2. Buat DOCX Menggunakan Python

    Buat DOCX baharu dalam Python dalam beberapa langkah. Buat DOCX dengan mudah menggunakan pustaka Python via .NET....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/ms/python-net/make/docx/
  3. Urobiť Markdown Pomocou Python

    Vytvorte nový Markdown v Python v niekoľkých krokoch. Jednoducho vytvorte Markdown pomocou knižnice Python via .NET....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/sk/python-net/make/md/
  4. Inserting Fields in Python|Aspose.Words for Pyt...

    Insert fields into a document in Python in different ways: using `DocumentBuilder` or DOM (Document Object Model)....Merge Field using DOM to a paragraph in a document: Inserting Mail...ADDRESSBLOCK Field using DOM to a paragraph in a document: Inserting ADVANCE...

    docs.aspose.com/words/python-net/inserting-fields/
  5. ImageData | Aspose.Words for Java

    Defines an image for a shape in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...image. Shape shape = new Shape(builder.getDocument(), ShapeType.IMAGE);...

    reference.aspose.com/words/java/com.aspose.word...
  6. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name....() builder = aw . DocumentBuilder ( doc ) shape = builder . insert_shape...property ShapeBase.parent_paragraph property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....document size to a few hundred paragraphs. A Temporary License allows...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Write...

    docs.aspose.com/words/net/faq/
  8. StructuredDocumentTag class | Aspose.Words for ...

    aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document...places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldGreetingLine) builder.insertField(FieldType.FIELD_GREETING_LINE...

    reference.aspose.com/words/java/com.aspose.word...
  10. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...(Word’s internal “pieces” of a paragraph). Typical reasons are: automatic...DocumentBuilder builder = new DocumentBuilder(doc); // Move builder to the...

    forum.aspose.com/t/placeholder-not-replaced-com...