Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 4,546 for

paragraph builder

(0.06 sec)
  1. Several Image Into HTML Python

    Merge multiple Image into HTML in Python code. Save Image as HTML using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/imag...
  2. Several Image Into TXT Python

    Merge multiple Image into TXT in Python code. Save Image as TXT using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/imag...
  3. Several JPG Into WORD Python

    Merge multiple JPG into WORD in Python code. Save JPG as WORD using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/jpg-...
  4. Several JPG Into DOCX Python

    Merge multiple JPG into DOCX in Python code. Save JPG as DOCX using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/jpg-...
  5. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Text...fieldCitation = (FieldCitation) builder.insertField(FieldType.FIELD_CITATION...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Text...fieldCitation = (FieldCitation) builder.insertField(FieldType.FIELD_CITATION...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...get_Pages () -> Add (); auto builder = MakeObject < TextBuilder...( page ); // 创建文本段落 auto paragraph = MakeObject < TextParagraph...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  9. 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...
  10. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases.... paragraphs . add ( aspose_image ) document...document . pages . add () page . paragraphs . add ( ap . text . TextFragment...

    docs.aspose.com/pdf/python-net/whatsnew/