Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 16,788 for

true type

(0.36 sec)
  1. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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....which together can control the type of data to be loaded while initializing...); //Check if the file is of type OTS if ( fileFormatInfo . getFileFormatType...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. 使用 Python 管理演示文稿图表中的标注|Aspose.Slides for Python 文档

    使用简洁的代码示例在 Aspose.Slides for Python .NET 中创建和样式化标注,兼容 PPT、PPTX 和 ODP,以自动化演示文稿工作流程。... show_value = True chart . chart_data . series...show_label_as_data_callout = True chart . chart_data . series...

    docs.aspose.com/slides/zh/python-net/callout/
  3. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for PHP via Java chart worksheets and automate reports across PPT and PPTX files....worksheet is created for all types of charts: line chart, bar chart...method of the ChartDataWorkbook type. Spreadsheet formula can be...

    docs.aspose.com/slides/php-java/chart-worksheet...
  4. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...ContainerClass); //Add redifine folder Types//........ ageDict.Add("Address...GetAllOlmFolders(olmFilePath); string Type; for (int i = 0; i < folders...

    forum.aspose.com/t/code-olm-to-pst/324745
  5. Using Charts to Represent Sequential Data|Aspos...

    Use charts to represent your sequential data when building a report in Java.... Depending on the type of the chart, add x tags to...series. For a chart of another type, add a single x tag to the chart...

    docs.aspose.com/words/java/using-charts-to-repr...
  6. Font formats

    The diversity of font formats allows you to choose the one that really suits your purposes. The most popular and well-known one is TrueType Font....WOFF , WOFF2 , OpenType , EOT , Type 1 , and others. The first questions...the TTF format is that this type uses special technique to supply...

    docs.aspose.com/font/net/what-is-font/font-form...
  7. PatternType | Aspose.Words for Java

    Specifies the fill pattern to be used to fill a shape in Java....SHAPE, 0, true); Fill fill = shape.getFill();...patternTypeName) Parameters: Parameter Type Description patternTypeName...

    reference.aspose.com/words/java/com.aspose.word...
  8. FormFieldCollection | Aspose.Words for Java

    A collection of FormField objects that represent all the form fields in a range in Java....setCalculateOnExit(true); Assert.assertEquals(3, comboBox...checkBox.isCheckBoxExactSize(true); checkBox.setHelpText("Right...

    reference.aspose.com/words/java/com.aspose.word...
  9. Public API Changes in Aspose.Cells 8.4.0|Docume...

    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.... The first parameter is of type Aspose.Cells.Cell on which conditional... The second parameter is of type Aspose.Cells.Rendering.ImageOrPrintOptions...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. How to Unhide Multiple Sheets in Excel using Java

    This tutorial guides on how to unhide multiple sheets in Excel using Java. It provides all the details to configure the environment, detailed steps and a runnable sample code to unhide Excel sheet using Java....collection Set the visibility flag to true if not set earlier Save the...found false, that is set to true. There is an optional step that...

    kb.aspose.com/cells/java/how-to-unhide-multiple...