Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 9,206 for

selective color

(0.3 sec)
  1. 使用 JavaScript 通过 C++ 调整图表的数据标签形状以适应文本|Documenta...

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中调整图表中数据标签的大小以适应文本。我们的指南将展示如何调整标签容器的大小和形状,以确保文本正确显示,无截断或重叠。...innerHTML = '<p style="color: red;">Please select an Excel file.</p>'...'result' ). innerHTML = '<p style="color: green;">Operation completed...

    docs.aspose.com/cells/zh/javascript-cpp/resize-...
  2. 自 Excel XP 起,通过 C++ 和 JavaScript 实现的高级保护设置|Docu...

    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....innerHTML = '<p style="color: red;">Please select an Excel file.</p>'...true ; // Allowing users to select locked cells of the worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/advance...
  3. Find or Search Data|Documentation

    Learn how to find or search cells in a worksheet that contains specified data through the Aspose.Cells for JavaScript via C++ API.... If you select Edit from the Find menu in...innerHTML = '<p style="color: red;">Please select an Excel file.</p>'...

    docs.aspose.com/cells/javascript-cpp/find-or-se...
  4. Adjust Workbook Compression Level with JavaScri...

    Learn how to adjust the workbook compression level in Aspose.Cells for JavaScript via C++....innerHTML = '<p style="color: red;">Please select an Excel file.</p>'...Workbook object by opening the selected file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/adjust-wor...
  5. 使用 Python 將水印添加到 PPTX 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 PPTX 演示文稿。... select_locked = True watermarkShape...fill_format . solid_fill_color . color = draw . Color . from_argb( 150...

    products.aspose.com/slides/zh-hant/python-net/w...
  6. 使用 Python 將水印添加到 PPT 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 PPT 演示文稿。... select_locked = True watermarkShape...fill_format . solid_fill_color . color = draw . Color . from_argb( 150...

    products.aspose.com/slides/zh-hant/python-net/w...
  7. 如何用JavaScript通过C++设置打印标题|Documentation

    本文向您展示了如何使用C++的JavaScript库设置打印标题。...innerHTML = '<p style="color: red;">Please select an Excel file.</p>'...'result' ). innerHTML = '<p style="color: green;">Print titles set successfully...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. 使用Python替换PDF中的文本|Aspose.PDF for Python via .NET

    了解通过Aspose.PDF for Python via .NET库替换和删除文本的多种方法。... foreground_color = ap . Color . blue text_fragment...text_state . background_color = ap . Color . green # 保存文档 document...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  9. Add Line Shapes to Presentations in .NET|Aspose...

    Learn to manipulate line formatting in PowerPoint presentations with Aspose.Slides for .NET. Discover properties, methods, and examples....add a simple plain line to a selected slide of the presentation...FillFormat . SolidFillColor . Color = Color . Maroon ; //Write the PPTX...

    docs.aspose.com/slides/net/line/
  10. 用C++替换PDF中的文本|Aspose.PDF for C++

    了解有关从PDF中替换和删除文本的各种方法。Aspose.PDF允许在特定区域或使用正则表达式替换文本。...() -> set_ForegroundColor ( Color :: get_Blue ()); textFragment...() -> set_BackgroundColor ( Color :: get_Gray ()); } // 保存更新后的...

    docs.aspose.com/pdf/zh/cpp/replace-text-in-pdf/