Sort Score
Result 10 results
Languages All
Labels All
Results 6,861 - 6,870 of 373,070 for

save

(0.28 sec)
  1. WarningInfo.description property | Aspose.Words...

    WarningInfo.description property. Returns the description of the warning....font substitution warning if we save a document with a missing font...font_settings = font_settings doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Field.display_result property | Aspose.Words fo...

    Field.display_result property. Gets the text that represents the displayed field result....time, # such as right before a save operation, we need to update...field_author . display_result ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. WarningInfo.warning_type property | Aspose.Word...

    WarningInfo.warning_type property. Returns the type of the warning....font substitution warning if we save a document with a missing font...font_settings = font_settings doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...SetStyle ( style ); // Save Excel File wb . Save ( srcDir + u "WrappingText...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  5. Set Image Size using C++|Aspose.PDF for C++

    This section describes how to set image size PDF file using C++ library....800 ); // save resultant PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/set-image-size/
  6. Add HTML String using DOM in Ruby|Aspose.PDF fo...

    Discover how to add an HTML string to a PDF document using the DOM API in Ruby with Aspose.PDF for dynamic content generation.... add ( title ) # Save PDF file doc . save ( data_dir + "html...

    docs.aspose.com/pdf/java/add-html-string-using-...
  7. VbaMacro|Aspose.Slides for Python Documentation

    Work with VBA macros in Python using Aspose.Slides: add or edit projects and modules, sign or remove macros, and Save presentations in PPT, PPTX and ODP.... save ( "vba_macro.pptm" , slides...remove ( module ) presentation . save ( "vba_macro_removed.pptx" ...

    docs.aspose.com/slides/python-net/examples/elem...
  8. Update Fields|Documentation

    This section explains how to update fields.... UNDEFINED ) # Save diagram diagram . save ( "UpdateField_out...

    docs.aspose.com/diagram/python-java/update-fields/
  9. How to Unprotect Word File in Java

    This quick tutorial guides on how to unprotect Word file in Java. It provides all the necessary details to write a program to unprotect DOCX in Java with the help of a few API calls only....unprotected in Java , you can save it as a separate DOCX , DOC...to unprotect the loaded file Save the resultant unprotected file...

    kb.aspose.com/words/java/how-to-unprotect-word-...
  10. Aspose::Words::Properties::DocumentSecurity enu...

    Aspose::Words::Properties::DocumentSecurity enum. Used as a value for the Security property. Specifies the security level of a document as a numeric value in C++....set_ReadOnlyRecommended ( true ); doc -> Save ( get_ArtifactsDir () + u "DocumentProperties...get_IsWriteProtected ()); doc -> Save ( get_ArtifactsDir () + u "DocumentProperties...

    reference.aspose.com/words/cpp/aspose.words.pro...