Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 6,371 for

api cleanup

(0.21 sec)
  1. 用 C++ 将 Excel 转换为 JSON|Documentation

    学习如何使用 Aspose.Cells 和 C++ 将 Excel 文件转换为 JSON。...Cells API 支持将电子表格转换为 JSON 格式。要将工作簿导出为 JSON,请将...endl ; Aspose :: Cells :: Cleanup (); } 使用 JsonSaveOptions 类指定额外设置的代码示例演示了导出...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-j...
  2. Შეკუმშოს DOC C++

    შეკუმშოს DOC C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....დეველოპერებს აძლევს ინტეგრირებულ API ს DOC კონტენტის ოპტიმიზაციისთვის...<Document>( u"Input.doc" ); doc-> Cleanup (); auto nodes = doc-> GetChildNodes...

    products.aspose.com/words/ka/cpp/compress/doc/
  3. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...endl ; Aspose :: Cells :: Cleanup (); } 打开CSV文件及替换无效字符 在Exce...在Excel中打开带特殊字符的CSV文件时,字符会自动被替换。Aspose.Cells API也会执行相同操作,示例代码如下。 // Fix BOM issue...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  4. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...为此,API 提供了 Shape.RemoveActiveXControl...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  5. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...GetWidth() 以下示例解释了上述API的使用方法,它加载包含图表的现有工作簿的第一个工作表。然后使用Aspose...endl ; Aspose :: Cells :: Cleanup (); } 操作设计图表 有时需要在设计模板文件中操纵或修改图表。Aspose...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  6. Document bookmark misplaced in the last documen...

    We encountered an issue when document bookmark in the last document is misplaced after calls to document.appendDocument() Expected bookmark location same as before the merge. Actual bookmark location - after the two im…...cleanup(); } // save the base Doc as...USE_DESTINATION_STYLES); destinationDoc.cleanup(); // <-- called after each...

    forum.aspose.com/t/document-bookmark-misplaced-...
  7. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....explains the usage of the above APIs; it loads an existing workbook...endl ; Aspose :: Cells :: Cleanup (); } Manipulating Designer...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  8. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ Api,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Cells for C++ API 对字体应用上标和下标效果 Contents [ Hide...endl ; Aspose :: Cells :: Cleanup (); } 用 C++ 应用下标效果的代码 #include...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  9. Get Cell Validation in ODS Files with C++|Docum...

    Learn how to Get Cell Validation in ODS Files using Aspose.Cells for C++.... The API provides the GetValidation method...endl ; } Aspose :: Cells :: Cleanup (); return 0 ; } AI Document...

    docs.aspose.com/cells/cpp/get-cell-validation-i...
  10. Compress DOCX In C++

    Compress DOCX in C++ without losing quality. Optimize DOCX content, reduce file size easily....developers with an integrated API to optimize DOCX content. Reduce...<Document>( u"Input.docx" ); doc-> Cleanup (); auto nodes = doc-> GetChildNodes...

    products.aspose.com/words/cpp/compress/docx/