Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 36,732 for

list

(0.2 sec)
  1. 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...
  2. FormEditor Class|Aspose.PDF for Java

    This section explains how to work with com.aspose.pdf.facades using FormEditor Class....Form Field in PDF Working with List Item Copy Inner and Outer Field...

    docs.aspose.com/pdf/java/formeditor-class/
  3. Work with Office Add-ins in C#|Aspose.Words for...

    Aspose.Words for .NET provides various classes for working with Office Add-ins using C#. You can add Task Pane via web extension and customize the pane and extension properties....with basic properties: To see a list of task pane add‑ins, use the...example shows how to get such a list of add‑ins: FAQ Q: How can I...

    docs.aspose.com/words/net/work-with-office-add-...
  4. How to Apply Filter in Excel using Node.js

    This article guides on how to apply filter in Excel using Node.js. It provides IDE settings, a List of steps, and a runnable sample code to add filter in Excel using Node.js....the development environment, a list of steps to be followed while...addFontColorFilter(), and showAll() to list a few. You can also use the...

    kb.aspose.com/cells/nodejs/how-to-apply-filter-...
  5. Supported CSS properties for HTML to PDF conver...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. We would like to understand the CSS properties that are fully supported during the conversion process. Having this information will h…...do next Locate the official list Open the Aspose.PDF documentation...properties (or similar). This list enumerates every CSS property...

    forum.aspose.com/t/supported-css-properties-for...
  6. HeaderFooterCollection indexer | Aspose.Words f...

    HeaderFooterCollection indexer. Retrieves a [HeaderFooter](../../headerfooter/) at the given index....to the number of items in the list, this returns a null reference...than the number of items in the list, this returns a null reference...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Accessing Document Properties|Aspose.Words for ...

    Access document properties easily and fast instead of using docx4j....title = "Missing" ; List < String > list = coreProps . getTitle...getContent (); if ( list . size () > 0 ) { title = list . get ( 0 );...

    docs.aspose.com/words/java/accessing-document-p...
  8. Managing Controls|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....create a combo box, or drop-down list of valid entries that is compiled...When you create a drop-down list for a cell, it displays an arrow...

    docs.aspose.com/cells/java/managing-controls/
  9. FontSubstitutionSettings class | Aspose.Words f...

    aspose.words.fonts.FontSubstitutionSettings class. Specifies font substitution mechanism settings... 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...
  10. Create ComboBox Field|Aspose.PDF for Python via...

    Check how to programmatically add a ComboBox (drop-down List) field to a PDF document using Aspose.PDF for Python. This example demonstrates how to insert a ComboBox form field, add selectable items, and save the updated PDF file....way for users to choose from a list of predefined values while keeping...radio buttons, and drop-down lists. Load an existing PDF document...

    docs.aspose.com/pdf/python-net/create-combobox-...