Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,328 for

mm

(0.28 sec)
  1. Producer Name in Outputs|Aspose.Words for Java

    Aspose.Words for Java add to the document the generator name and version number that was used to create it. This data can be found in the document in ways that depend on the output file format....MM.N or YY.M.N , for example, 23...digits of the release year, M or MM is the release month (1–12),...

    docs.aspose.com/words/java/generator-or-produce...
  2. Working with Tasks on Exchange Server|Documenta...

    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....SimpleDateFormat ( "dd/MM/yyyy HH:mm:ss" ); task . setDueDate...

    docs.aspose.com/email/java/working-with-tasks-o...
  3. 使用 C++ 设置数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持多种单元格数字设置。本文将介绍如何使用Aspose.Cells库管理单元格的数字格式,以便根据需要调整电子表格中的数字格式。...18 Time h:mm AM/PM 19 Time h:mm:ss AM/PM 20 Time h:mm 21 Time h:mm:ss...h:mm:ss 22 Time m/d/yy h:mm 37 Currency #,##0;-#,##0 38 Currency...

    docs.aspose.com/cells/zh/cpp/cells-number-setti...
  4. Customize Chart Axes in Presentations Using Jav...

    Discover how to use Aspose.Slides for Java to customize chart axes in PowerPoint presentations for reports and visualizations....= new SimpleDateFormat ( "dd MM yyyy" ); java . util . Date baseDate...

    docs.aspose.com/slides/java/chart-axis/
  5. Wrong merge result with regions - Free Support ...

    I am testing the latest version as we have noticed a problem with an older one, but that problem seems to be present in the latest version too. Specifically, I created this test document to showcase the issue: test-dev…...MailMerge mm = document.getMailMerge(); mm.setFieldMergingCallb(new...setFieldMergingCallb(new ImageMerge()); mm.setTrimWhitespaces(true); // creo...

    forum.aspose.com/t/wrong-merge-result-with-regi...
  6. Number Settings|Documentation

    Aspose.Cells is a JavaScript library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....18 Time h:mm AM/PM 19 Time h:mm:ss AM/PM 20 Time h:mm 21 Time h:mm:ss...h:mm:ss 22 Time m/d/yy h:mm 37 Currency #,##0;-#,##0 38 Currency...

    docs.aspose.com/cells/javascript-cpp/cells-numb...
  7. How to Format Numbers to Special|Documentation

    This article will introduce how to format numbers to a special format using Aspose.Cells for .NET API...."###‑##‑####" Date Format: "yyyy‑mm‑dd" You can create virtually...

    docs.aspose.com/cells/net/how-to-format-number-...
  8. How to Format Number to Special|Documentation

    This article will introduce how to format numbers to special using Aspose.Cells for Java API...."###-##-## Date Format: "yyyy-mm-dd" You can create virtually...

    docs.aspose.com/cells/java/how-to-format-number...
  9. SVG Coordinate Systems and Units – Aspose.SVG G...

    Learn how to work with a coordinate system, canvas and viewport together; what is viewbox and how can it be used for SVG image zooming....height values, you can use cm, mm, in, em, ex, pt, pc , and px...

    docs.aspose.com/svg/net/drawing-basics/coordina...
  10. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...(var mm in marks) { WordApi.HighlightVisibleRang(mm.p, mm.visibleIndex...visibleIndex, mm.length, mm.color); } // 删除追加的BookmarkStart 和 BookmarkEnd...

    forum.aspose.com/t/words-how-to-obtain-data-for...