Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 94,329 for

object

(0.36 sec)
  1. Load a font from CFF file | .NET

    .NET API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....from the file using FileInfo object Follow the algorithm to fulfill...path to the file. Initiate object passing CFF as value. Get automatically...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  2. Load a font from CFF file | .NET

    .NET API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....from the file using FileInfo object Follow the algorithm to fulfill...path to the file. Initiate object passing CFF as value. Get automatically...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  3. Load a font from CFF file | Java

    With Aspose.Font for Java solution you can load a font from a CCF file on your hard drive disk even if this file is not a font inself....File object Follow the algorithm to fulfill...path to the file. Initiate object passing CFF as value. Get automatically...

    docs.aspose.com/font/java/how-to-load-fonts/loa...
  4. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....form field from the Document object’s form field collection . This...XML, you need to create an object of Form class and then call...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  5. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。... Add (); // Create Drawing object with certain dimensions var...); // Set border for Drawing object var borderInfo = new Aspose...

    docs.aspose.com/pdf/zh/net/add-ellipse/
  6. MailMergeDataSource.create method | Aspose.Word...

    MailMergeDataSource.create method. Creates Mail Merge Data Source from field names and values arrays....str ], field_values : List [ object ]): ... Parameter Type Description...List[str] field_values List[object] See Also module aspose.words...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldMergingArgsBase.field_value property | Asp...

    FieldMergingArgsBase.field_value property. Gets or sets the value of the field from the data source....def field_value ( self ) -> object : ... @field_value.setter def...field_value ( self , value : object ): ... Remarks This property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during saving a document in Java....ress")); } } public static Object[][] progressCallbackData()...throws Exception { return new Object[][] { {SaveFormat.HTML, "html"}...

    reference.aspose.com/words/java/com.aspose.word...
  9. Working with Tables in OneNote | Aspose.Note Do...

    This article provides guidance on working with tables in OneNote using C#....works as follows: Create an object of the Document class. Call...works as follows: Create an object of the Document class. Filter...

    docs.aspose.com/note/net/working-with-tables/
  10. How to Find Field Properties|Aspose.Words for C++

    How to find some field properties like field code and field result in C++....InsertField returns a Field object. This is a faсade class that...GetFieldCode() method on the Field object. The method returns a String...

    docs.aspose.com/words/cpp/find-field-properties/