Sort Score
Result 10 results
Languages All
Labels All
Results 8,751 - 8,760 of 37,917 for

list

(1.14 sec)
  1. Manage PowerPoint Text Paragraphs in .NET|Aspos...

    Master paragraph formatting with Aspose.Slides for .NET—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C#....Manage Paragraph Bullets Bullet lists help you to organize and present...Manage Picture Bullets Bullet lists help you to organize and present...

    docs.aspose.com/slides/net/manage-paragraph/
  2. Shape Annotations via Python|Aspose.PDF for Pyt...

    Learn how to add, inspect, and delete line, square, circle, polygon, and polyline annotations in PDF documents using Aspose.PDF for Python via .NET....annotation from a rectangle and a list of points. Open the PDF and...

    docs.aspose.com/pdf/python-net/shape-annotations/
  3. 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/
  4. Fast and reliable OCR API based on Aspose.OCR f...

    Seamlessly integrate optical character recognition (OCR) into your Python applications using Aspose.OCR for Python via Java....you can provide your own word lists. Efficient Batch Recognition...Recognize images from a specified list. Learning via Python Examples...

    products.aspose.com/ocr/python-java/
  5. Aspose::Words::Fields::FieldIndex class | Aspos...

    Aspose::Words::Fields::FieldIndex class. Implements the INDEX field. To learn more, visit the documentation article in C++....page numbers in a page number list. get_PageNumberSeparator ()...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Make DOCX Using C#

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

    products.aspose.com/words/net/make/docx/
  7. Make WORD Using C#

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

    products.aspose.com/words/net/make/word/
  8. 如何获取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
  9. Font Formatting

    Font formatting is the process of styling font settings like their colors, boldness, size, and other properties that affect appearance and readability....They can be used to organize lists or steps. It is recommended...numbered lists for sequences of actions and bullet lists for the...

    docs.aspose.com/font/net/font-formatting/
  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