Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 14,729 for

true type

(0.13 sec)
  1. Password Protect the VBA Project of Excel Workb...

    Learn how to password protect the VBA project of an Excel workbook using Aspose.Cells for JavaScript via C++....Project Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/password-p...
  2. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for JavaScript via C++....Document Structure </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  3. Aspose::Words::Fields::FieldSaveDate class | As...

    Aspose::Words::Fields::FieldSaveDate class. Implements the SAVEDATE field. To learn more, visit the documentation article in C++....FieldFormat object that provides typed access to field’s formatting...virtual get_Type () const Gets the Microsoft Word field type. get_UseLunarCalendar...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 同时读取多个线程中的单元格值|Documentation

    学习如何通过C++的Aspose.Cells for JavaScript在多个线程中同时读取单元格值。...multiThreadReading(boolean) 设置为 true 。否则,可能会得到错误的单元格值。 以下代码: 创建一个工作簿。...cells . multiThreadReading ( true ); 那么将显示以下消息: if ( s !== "R"...

    docs.aspose.com/cells/zh/javascript-cpp/reading...
  5. 与GridJs客户端端协同工作|Documentation

    本文介绍了GridJs中的客户端JavaScript API或函数。...showToolbar : true , local : 'en' , showContextmenu : true }) 加载选项的参数:...是否在单元格右键点击时显示右键菜单。 默认值为 truetrue 是 showFileName 是否显示文件名。 true 是 showFormulaExplain...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  6. DigitalSignature.is_valid property | Aspose.Wor...

    DigitalSignature.is_valid property. Returns ``True`` if this digital signature is valid and the document has not been tampered with....is_valid property Returns True if this digital signature is...print ( f ' \t Type: \t { signature . signature_type } ' ) print...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::Shape class | Aspose.Wo...

    Aspose::Words::Drawing::Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....get_CanHaveImage () Returns true if the shape type allows the shape to...get_ExtrusionEnabled () Returns true if an extrusion effect is enabled...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings.... Select any text alignment type using the TextAlignmentType...pre‑defined text alignment types in the TextAlignmentType enumeration...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  9. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java....getFirstSection(), true); buildingBlock.appendChild...insertField(FieldType.FIELD_AUTO_TEXT, true); fieldAutoText.setEntryName("MyBlock");...

    reference.aspose.com/words/java/com.aspose.word...
  10. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....setPreserveEmptyLine(true); Document doc = new Document(new...loadOptions.setPreserveEmptyLine(true); Document doc = new Document(new...

    reference.aspose.com/words/java/com.aspose.word...