Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 4,606 for

paragraph builder

(0.64 sec)
  1. 使用 Python 製作 HTML

    通過幾個步驟在 Python 中創建一個新的 HTML。使用 Python via .NET 庫輕鬆創建 HTML。...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/python-net/ma...
  2. 使用 Python 製作 DOC

    通過幾個步驟在 Python 中創建一個新的 DOC。使用 Python via .NET 庫輕鬆創建 DOC。...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/python-net/ma...
  3. 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...
  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. 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...
  6. 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...
  7. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Words method. Represents an estimate of the number of words in the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. 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/
  9. BuiltInDocumentProperties.revision_number prope...

    BuiltInDocumentProperties.revision_number property. Gets or sets the document revision number....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...revision number property. field = builder . insert_field ( field_type...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties | Aspose.Words for Java

    A collection of built-in document properties in Java....estimate of the number of paragraphs in the document. getRevisionNumber()...estimate of the number of paragraphs in the document. setRevisionNumber(int...

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