Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 22,514 for

loadoptions

(0.07 sec)
  1. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。... 在加载文件之前,需要设置系统区域设置,使用 LoadOptions.GetRegion() 属性。 以下示例代码演示如何获取本地区域的主题字体。...Instantiate a new LoadOptions LoadOptions options ; // Set the...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  2. FieldLastSavedBy | Aspose.Words for Java

    Implements the LASTSAVEDBY field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldFormCheckBox | Aspose.Words for Java

    Implements the FORMCHECKBOX field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldOcx | Aspose.Words for Java

    Implements the OCX field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldPage | Aspose.Words for Java

    Implements the PAGE field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldAutoNumOut | Aspose.Words for Java

    Implements the AUTONUMOUT field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldBidiOutline | Aspose.Words for Java

    Implements the BIDIOUTLINE field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  9. Merge PDF File Formats via Java | products.aspo...

    Sample Java merge PDF file. Use this example code to merge PDF file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/pdf/
  10. Merge STL File Formats via Java | products.aspo...

    Sample Java merge STL file. Use this example code to merge STL file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/stl/