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

list

(0.22 sec)
  1. FieldEQ | Aspose.Words for Java

    Implements the EQ field in Java.... // We can find the full list of switches, along with their..."\\i \\su(n=1,5,n)"); // 6 - List switch "\l": insertFieldEQ(builder...

    reference.aspose.com/words/java/com.aspose.word...
  2. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a document or section in Java.... For the list of applicable number styles...applicable for this property. For the list of applicable number styles...

    reference.aspose.com/words/java/com.aspose.word...
  3. PersonCollection | Aspose.Words for Java

    Represents a List of persons who are bibliography source contributors in Java....implements Iterable Represents a list of persons who are bibliography...

    reference.aspose.com/words/java/com.aspose.word...
  4. Customize Presentation Shapes in Java|Aspose.Sl...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for Java: geometry paths, curved corners, composite shapes....how to create a custom shape: List < Point2D . Float > points =...

    docs.aspose.com/slides/java/custom-shape/
  5. 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/
  6. 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/
  7. 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/
  8. 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/
  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. 如何获取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