Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 17,437 for

true type

(0.29 sec)
  1. Converting Worksheet to Image and Worksheet to ...

    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....Image Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/converting...
  2. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to handle task constraints using Aspose.Tasks for C#....an option from the Constraint type list and a date for the Constraint...date is NA when the constraint type is As Soon As Possible or As...

    docs.aspose.com/tasks/cpp/handling-task-constra...
  3. 通过 JavaScript 通过 C++ 使用 IFilePathProvider 接口提供导...

    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....FilePathProvider Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/provide...
  4. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF document....769 , True ) ) textAnnotation . title =...annotations if ( a . annotation_type == ap . annotations . AnnotationType...

    docs.aspose.com/pdf/python-net/text-annotation/
  5. Transfer Excel Range formatting to word Table f...

    https://forum.aspose.com/t/transfer-excel-range-formatting-to-word-table-formatting/308267/9 请回复一下我发的信息...IsVisible = true; foreach (Worksheet sheet in...to retain its type, so if its a currency type it should retain...

    forum.aspose.com/t/transfer-excel-range-formatt...
  6. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java.... hashCode() isLegal() True if the level turns all inherited...style. isLegal(boolean value) True if the level turns all inherited...

    reference.aspose.com/words/java/com.aspose.word...
  7. ImageData class | Aspose.Words for Python

    aspose.words.drawing.ImageData class. Defines an image for a shape... has_image Returns True if the shape has image bytes...image_type Gets the type of the image. is_link Returns True if the...

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

    A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....PARAGRAPH, 0, true); // Below are two ways of adding...getChildNodes(NodeType.PARAGRAPH, true)) { para.getParagraphFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Calculate Formulas with JavaScript via C++|Docu...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using JavaScript via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Cells Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  10. Chart to Image with Node.js via C++|Documentation

    Learn how to use Aspose.Cells for Node.js via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation.... add ( "A1:B3" , true ); // Converting chart to image...getNSeries (). add ( "A1:B3" , true ); // Create an instance of...

    docs.aspose.com/cells/nodejs-cpp/chart-to-image/