Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 4,591 for

paragraph builder

(0.08 sec)
  1. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveOptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...doc ); Shape textBox = builder . InsertShape ( ShapeType . TextBox...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Ustvari HTML Z Uporabo Python

    Ustvarite novo HTML v Python v nekaj korakih. Preprosto ustvarite HTML s knjižnico 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/sl/python-net/make/html/
  3. Ustvari DOC Z Uporabo Python

    Ustvarite novo DOC v Python v nekaj korakih. Preprosto ustvarite DOC s knjižnico 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/sl/python-net/make/doc/
  4. Გააკეთეთ PDF Python Ის Გამოყენებით

    შექმენით ახალი PDF Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით PDF 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/ka/python-net/make/pdf/
  5. Გააკეთეთ Markdown Python Ის Გამოყენებით

    შექმენით ახალი Markdown Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით Markdown 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/ka/python-net/make/md/
  6. Შექმენით Დოკუმენტი Python Ში

    შექმენით ფაილი Python via .NET ბიბლიოთეკის გამოყენებით. მარტივად შექმენით ახალი დოკუმენტი Python ში რამდენიმე ნაბიჯით....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/ka/python-net/make/
  7. FieldDate | Aspose.Words for Java

    Implements the DATE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldDate field = (FieldDate) builder.insertField(FieldType.FIELD_DATE...

    reference.aspose.com/words/java/com.aspose.word...
  8. Document.UpdateWordCount | Aspose.Words for .NET

    Enhance your document's efficiency with the UpdateWordCount method, ensuring accurate word count properties for better editing and review....updates Characters, Words and Paragraphs properties in the BuiltInDocumentPrope...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Continuous Section Break Not Functioning Proper...

    Hi Team, I am working on merging multiple Word documents. I have set the section start to Aspose.Words.SectionStart.Continuous, but the sections are still not appearing as continuous. Could you please help me resolve …...DocumentBuilder builder = new Aspose.Words.DocumentBuilder(doc);...Remove(); } builder.MoveToDocumentStart(); builder.MoveToDocumentEnd();...

    forum.aspose.com/t/continuous-section-break-not...
  10. 使用 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/