Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 18,180 for

paragraphs

(0.41 sec)
  1. Convert TXT to POT via C++ or with free Online ...

    Export TXT to POT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free TXT to POT online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/txt-to...
  2. Convert TXT to PPT via C++ or with free Online ...

    Export TXT to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free TXT to PPT online converter quickly before integrating the code....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/cpp/conversion/txt-to...
  3. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated import of nodes from one document to another in Java.... The paragraphs and runs of text merely reference...documents. For example, to copy a paragraph formatted with the Heading...

    reference.aspose.com/words/java/com.aspose.word...
  4. 如何使用 C# 创建 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。... 将 TextFragment 添加到页面的 Paragraphs 集合中。 保存生成的 PDF 文档。 // For...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/create-pdf-document/
  5. Aspose::Words::InlineStory::get_Paragraphs meth...

    Aspose::Words::InlineStory::get_Paragraphs method. Gets a collection of Paragraphs that are immediate children of the story in C++....Aspose::Words::InlineStory::get_Paragraphs method Contents [ Hide ]...InlineStory::get_Paragraphs method Gets a collection of paragraphs that are...

    reference.aspose.com/words/cpp/aspose.words/inl...
  6. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument presentation with professional, eye-catching styling.... paragraphs [ 0 ] . portions [ 0 ] chart_title...text_frame_for_overriding . paragraphs [ 0 ] . portions [ 0 ] vertical_axis_title...

    docs.aspose.com/slides/python-net/chart-formatt...
  7. 使用updateFields更新目录存在目录缩进及页码不一致问题 - Free Support...

    使用updateFields更新目录 public static void main(String[] args) throws Exception { com.aspose.words.License wordsLicense=new com.aspose.words.License(); wordsLicense.setLicense("D:\\Aspose.TotalforJava.lic"); Stri…...NodeCollection paragraphs = doc.getChildNodes(NodeType.PARAGRAPH, true);...for (Paragraph para : (Iterable<Paragraph>) paragraphs) { String...

    forum.aspose.com/t/updatefields/322089
  8. 在 AWS 中转换文档|Aspose.PDF for .NET

    学习如何在 AWS 环境中部署和使用 Aspose.PDF for .NET。解锁云中的强大 PDF 处理能力。... Paragraphs . Add ( new TextFragment...from Aspose.PDF!" )); page . Paragraphs . Add ( new TextFragment...

    docs.aspose.com/pdf/zh/net/integration-aws/
  9. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++....DocumentBuilder > ( doc ); // Insert paragraphs with text with DocumentBuilder...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...contain block-level nodes Paragraph and Table . A minimal valid...needs to have at least one Paragraph . Inheritance: Cell → CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...