Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 15,785 for

true type

(0.18 sec)
  1. Migrate to the latest Aspose.Tasks for Java | A...

    Learn how to migrate from earlier versions of Aspose.Tasks for Java 8.1.0 to the latest ones.... setScheduleFromStart ( true ); 8 9 prj. setStartDate (prj...SCHEDULE_FROM_START , new NullableBool( true )); 6 7 project. set (Prj. DEFAULT_START_TIME...

    docs.aspose.com/tasks/java/how-to-migrate-to-as...
  2. Special Barcode Recognition Cases|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions...window is not supported for 2D types. Median Filtering for 1D Barcodes...method is called passing the True value. However, enabling this...

    docs.aspose.com/barcode/androidjava/special-rec...
  3. 通過Java從PPT文檔中提取文本和圖像 | products.aspose.com

    Java 示例代碼,用於從 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中的 PPT 文件中提取文本和圖像。...getAllTextFrames(pptPresentation, true) method and Iterate through...can contain several different types of information such as text...

    products.aspose.com/slides/zh-hant/java/parser/...
  4. 在 Python 中将 MHTML 转换为 PDF – Aspose.HTML for Pyt...

    使用 Aspose.HTML Python 库将 MHTML 转换为 PDF。在即用型 Python 代码示例中考虑支持的 MHTML 转换为 PDF 的情况。...makedirs (output_dir, exist_ok = True) 12 13 document_path = os. path...10)) 22 options. css . media_type . PRINT 23 options. jpeg_quality...

    docs.aspose.com/html/zh/python-net/convert-mhtm...
  5. Convert various file formats to PDF|Aspose.PDF ...

    Discover how to convert various file formats, such as Word, Excel, and PowerPoint, into PDF using Aspose.PDF for Java....as width, height, compression type, resolution, etc. Color commands...(); options . SupressErrors = true ; Document pdfDocument = new...

    docs.aspose.com/pdf/java/convert-other-files-to...
  6. ListFormat.listLevelNumber property | Aspose.Wo...

    ListFormat.listLevelNumber property. Gets or sets the list level number (0 to 8) for the paragraph.... // Below are two types of lists that we can create...the list. // Below are two types of lists that we can create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Rendering Project Data to XAML | Aspose.Tasks D...

    Learn how to render a project as XAML using Aspose.Tasks for .NET....enumeration defines supported view types when exporting to XAML: GanttChart...XamlOptions(); 3 options. FitContent = true ; 4 options. LegendOnEachPage...

    docs.aspose.com/tasks/net/rendering-project-dat...
  8. Enhance Your Presentations with AutoFit in Pyth...

    Learn how to manage AutoFit settings in Aspose.Slides for Python via .NET to optimize text display in your PowerPoint and OpenDocument presentations and improve content readability....this setting, set the autofit_type property from the TextFrameFormat...portion_format . fill_format . fill_type = slides . FillType . SOLID...

    docs.aspose.com/slides/python-net/manage-autofi...
  9. Save HTML Document in Python – Aspose.HTML for ...

    Learn how to save HTML documents to a file or URL using Aspose.HTML for Python via .NET API and how to apply save options....properties to control how various types of resources are handled during...makedirs (output_dir, exist_ok = True) 13 14 # Prepare a simple HTML...

    docs.aspose.com/html/python-net/save-html-docum...
  10. 在C++中使用Artifacts|Aspose.PDF for C++

    本页描述了如何使用Aspose.PDF for C++处理Artifact类。代码片段展示了如何向PDF页面添加背景图像以及如何获取PDF文件第一页的每个水印。...Type – 获取artifact类型(支持Artifact.A...artifact -> set_IsBackground ( true ); document -> get_Pages ()...

    docs.aspose.com/pdf/zh/cpp/artifacts/