Sort Score
Result 10 results
Languages All
Labels All
Results 8,241 - 8,250 of 34,682 for

list

(0.74 sec)
  1. Support for Evaluation of Functions in Formulas...

    The page describes the algorithm of formula evaluations used by Aspose.Tasks for .NET library for calculations....choice-n ) – selects a value from a list. IIf( expr, truepart, falsepart...

    docs.aspose.com/tasks/net/support-for-evaluatio...
  2. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....Select the target format from the list Run code dotnet add package...

    products.aspose.com/words/cpp/make/md/
  3. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....Select the target format from the list Run code dotnet add package...

    products.aspose.com/words/cpp/make/pdf/
  4. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....Select the target format from the list Run code dotnet add package...

    products.aspose.com/words/cpp/make/word/
  5. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....Select the target format from the list Run code dotnet add package...

    products.aspose.com/words/cpp/make/
  6. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...List; import com.aspose.words.Document;...= new DocumentBuilder(doc); List<Paragraph> paragraphs = new...

    forum.aspose.com/t/word-header-footer-x-y/316493
  7. Automate PDF File Merger with Aspose.com - Onli...

    Aspose.com provides powerful tools to help automate PDF file merging. With our intuitive user interface, you can quickly and easily convert PDF files into MPP, MPX, XML, or other formats. You can also merge multiple PDF files into a single file, customize the output file, and organize your data....desired output format from the list and hit the ‘Run’ button. You...

    products.aspose.com/tasks/net/merger/pdf/
  8. Automate MPX File Merger with Aspose.com - Onli...

    Aspose.com provides powerful tools to help automate MPX file merging. With our intuitive user interface, you can quickly and easily convert MPX files into PDF, XML, or other formats. You can also merge multiple MPX files into a single file, customize the output file, and organize your data....desired output format from the list and hit the ‘Run’ button. You...

    products.aspose.com/tasks/net/merger/mpx/
  9. Make DOCX Using C++

    Make a new DOCX in C++ in a few steps. Easily create DOCX using C++ library....Select the target format from the list Run code dotnet add package...

    products.aspose.com/words/cpp/make/docx/
  10. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…...import uuid from typing import List, Optional import aspose.words...

    forum.aspose.com/t/docx/310697