Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 17,415 for

true type

(0.37 sec)
  1. 使用JavaScript通过C++在复制行或范围时将图表的数据源更改为目标工作表|Docume...

    学习如何在复制行或范围时,将图表的数据源更改为目标工作表,使用Aspose.Cells for Java脚本通过C++。本指南演示如何更新图表的数据范围并将其链接到目标工作表。...referToDestinationSh 属性并设置为 true 。假设目标工作表为DestSheet,则你的图表数据源将从...Charts Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  2. 在使用C++中的JavaScript进行Excel转HTML时,排除未使用的样式|Docume...

    学习如何在使用Aspose.Cells for JavaScript via C++将Excel转换为HTML时排除未使用的样式。...当将其设置为 true 时,所有未使用的样式将从输出的HTML中排除。以下截图...HtmlSaveOptions.excludeUnusedStyles 设置为 true ,此未使用的命名样式不会导出到 输出HTML 。但如果将其设置为...

    docs.aspose.com/cells/zh/javascript-cpp/exclude...
  3. TextBoxControl.Text | Aspose.Words for .NET

    Manage the TextBoxControl's text easily—get or set its content for seamless user interaction and enhanced functionality in your application.... Shape , 0 , true ); TextBoxControl textBoxControl...Assert . That ( textBoxControl . Type , Is . EqualTo ( Forms2OleControlType...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 使用Aspose.Cells for JavaScript通过C++创建共享工作簿|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++创建共享工作簿。...shared 属性设置为 true ,创建一个共享工作簿。当您在Microsoft Excel中打开...Workbook Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  5. 使用 Aspose.Cells for JavaScript 通过 C++ 自动刷新 OLE ...

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中自动刷新 OLE 对象。...Objects Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/automat...
  6. HtmlLoadOptions | Aspose.Words for .NET

    Discover the HtmlLoadOptions constructor, designed to effortlessly initialize instances with default settings for seamless web development....HtmlLoadOptions (); // If the value is true, then we take VML code into...set the "SupportVml" flag to "true", then Aspose.Words will load...

    reference.aspose.com/words/net/aspose.words.loa...
  7. FieldAutoText | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldChar class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldChar class. Base class for nodes that represent field characters in a document...Node ) fieldType Returns the type of the field. font Provides...Inline ) isComposite Returns true if this node can contain other...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder::InsertCheckBox ...

    Aspose::Words::DocumentBuilder::InsertCheckBox method. Inserts a checkbox form field at the current position in C++....checkedValue , int32_t size ) Parameter Type Description name const System::String&...( u "CheckBox_Default" , true , true , 50 ); builder -> InsertParagraph...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. FieldAutoNum | Aspose.Words for Java

    Implements the AUTONUM field in Java....FIELD_AUTO_NUM, true); builder.writeln("\tParagraph...insertField(FieldType.FIELD_AUTO_NUM, true); builder.writeln("\tParagraph...

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