Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 36,140 for

list

(0.14 sec)
  1. Bullet point issue in word exports - Free Suppo...

    We have an application written in java to convert a legal document(html) to a word doc. During this conversion, the bullet points which are in solid circle is getting converted to hollow circle. Tried setting the numbe…...all list levels and force a solid‑circle bullet for (List list...getLists()) { for (ListLevel level : list.getListLevels()) { level.se...

    forum.aspose.com/t/bullet-point-issue-in-word-e...
  2. Defining the whitelist of characters|Documentation

    How to limit the set of characters Aspose.OCR engine will look for.... A list of characters can be automatically...mechanisms. You can specify a list of characters Aspose.OCR engine...

    docs.aspose.com/ocr/net/characters-whitelist/
  3. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...Sub-Bookmarks in list std :: vector < PdfBookmarkEntry > list ; list . push_back...push_back ( subbookmarkEntry1 ); list . push_back ( subbookmarkEntry2...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...
  4. DocumentBuilder.insert_group_shape method | Asp...

    aspose.words.DocumentBuilder.insert_group_shape method...insert_group_shape ( self , shapes : List [ aspose . words . drawing ...Description shapes List[ ShapeBase ] The list of shapes to be grouped...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontSettings.substitution_settings property | A...

    FontSettings.substitution_settings property. Settings related to font substitution mechanism.... assertEqual ( 1 , len ( list ( doc . font_settings . substitution_settings...self . assertIn ( 'Calibri' , list ( doc . font_settings . substitution_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PhysicalFontInfo | Aspose.Words for Java

    Specifies information about physical font available to Aspose.Words font engine in Java.... Examples: Shows how to list available fonts. // Configure...getFontsSources()[0]; // Get the list of available fonts. ArrayList...

    reference.aspose.com/words/java/com.aspose.word...
  7. Validation Input Settings|Documentation

    This guide explains how to configure data validation rules in Aspose.Cells GridJs, covering toolbar access, modal options for criteria, input messages, error alerts, and the available client‑side JavaScript API...., Whole Number , Decimal , List , Date , etc.). Based on the..., between , equal to ). For List , toggle In‑cell dropdown to...

    docs.aspose.com/cells/net/aspose-cells-gridjs/v...
  8. Linq OrderBy Date - Free Support Forum - aspose...

    I have an issue ordering a List by date. My Word file contains the following code: <<foreach [in MyData.OrderBy(p=>p.Date)]>><<[Name]>><</foreach>> I want the List to print the elements of that List ordered by date. Ho…...1 I have an issue ordering a list by date. My Word file contains...I want the list to print the elements of that list ordered by...

    forum.aspose.com/t/linq-orderby-date/326670
  9. ImportFormatOptions.MergePastedLists | Aspose.W...

    Control List merging with the ImportFormatOptions MergePastedLists property. Easily manage pasted Lists to enhance document formatting. Default, false....whether pasted lists will be merged with surrounding lists. The default...Examples Shows how to merge lists from a documents. Document srcDoc...

    reference.aspose.com/words/net/aspose.words/imp...
  10. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...List; public class Main4 { TemplateDataUtilServ...if (valueObj instanceof List) { List<IdName> values = new Gson()...

    forum.aspose.com/t/chinese-date-language-locale...