Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 15,604 for

paragraph

(0.11 sec)
  1. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in Java...TextBox Manage PowerPoint Paragraph in Java...

    docs.aspose.com/slides/java/manage-autofit-sett...
  2. FieldDatabase Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDatabase class to efficiently implement DATABASE fields in your documents. Enhance your document automation today!...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in Java...TextBox Manage PowerPoint Paragraph in Java...

    docs.aspose.com/slides/androidjava/manage-autof...
  4. 在 C# .NET 中将 PowerPoint 转换为 HTML|Aspose.Slides 文档

    转换 PowerPoint HTML:将 PPTX 或 PPT 保存为 HTML。将幻灯片保存为 HTML..."Calibri" , "Arial" }; Paragraph para = new Paragraph (); ITextFrame...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  5. FieldAutoNumLgl class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNumLgl class. Implements the AUTONUMLGL field...node, returns its parent paragraph. If the field is already removed...) builder . current_paragraph . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DICOM to PDF Converter using Python | Aspose.PDF

    Sample code on Python for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion with Python and .NET...add() method of the Page’s paragraphs collection to add the loaded...loaded DICOM image as a paragraph to the new page, which will be...

    products.aspose.com/pdf/python-net/conversion/d...
  7. Several Image Into DOCX C++

    Merge multiple Image into DOCX in C++ code. Save Image as DOCX using C++....InsertImage (fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/cpp/merge/image-to-docx/
  8. Aspose::Words::Fields::FieldEQ class | Aspose.W...

    Aspose::Words::Fields::FieldEQ class. Implements the EQ field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Free Support Forum - aspose.com - Latest topics

    Free Support Forum - aspose.com - Latest topics Latest topics Issue with Bullet Numbering While Splitting Document Pages Hi Team, I am splitting a document page-wise using the code below. However, ......= null) { //Paragraph paragraph = new Paragraph(pageDoc); //Run...ControlChar.LineBreak); //paragraph.AppendChild(run); //pageDoc...

    forum.aspose.com/latest.rss
  10. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...# 为文本框创建段落对象 paragraph = txtFrame . paragraphs [ 0 ] # 为段落创建部分对象...为段落创建部分对象 portion = paragraph . portions [ 0 ] portion . text = "这里是文本"...

    docs.aspose.com/slides/zh/python-net/manage-table/