Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 89,442 for

update

(0.11 sec)
  1. Work with Document Properties|Aspose.Words for ...

    Aspose.Words for Node.js allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties.... You can only change or update their values. To add custom...a custom document property: Update Built-In Document Properties...

    docs.aspose.com/words/nodejs-net/work-with-docu...
  2. Work with Document Properties in C#|Aspose.Word...

    Aspose.Words for .NET allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties using C#.... You can only change or update their values. To add custom...a custom document property: Update Built-In Document Properties...

    docs.aspose.com/words/net/work-with-document-pr...
  3. FieldSaveDate.UseUmAlQuraCalendar | Aspose.Word...

    Manage your dates effortlessly with the FieldSaveDate property. Easily toggle the UmalQura calendar for enhanced scheduling and planning....will not update this value, but we can still update it manually...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Manage Presentations in Python|Aspose.Slides fo...

    Manage PowerPoint PPT, PPTX and ODP presentations in Python with Aspose.Slides: create, load, edit, clone slides and control content programmatically....Presentations in Python Retrieve and Update Presentation Information in...

    docs.aspose.com/slides/python-net/manage-presen...
  5. Cannot convert from HTML to MHTML in Java - Fre...

    Hi guys, I am using aspose-html (version 25.4) and trying to convert my .html file (included images) to .mhtml file. However, the error shows “Path is empty”. I am sure that the html file is existing with correct path. …...html"; // Update this path // Specify the output..."path/to/your/output.mht"; // Update this path // Load the HTML...

    forum.aspose.com/t/cannot-convert-from-html-to-...
  6. Set PDF Metadata|Aspose.PDF for Java

    Learn how to Update PDF metadata in Java with the PdfFileInfo facade....metadata fields you want to update. Add any custom metadata with...with setMetaInfo . Save the updated document with save() . Close...

    docs.aspose.com/pdf/java/set-pdf-metadata/
  7. Aspose::Words::Fields::FieldIf::get_TrueText me...

    Aspose::Words::Fields::FieldIf::get_TrueText method. Gets or sets the text displayed if the comparison expression is true in C++....set_FalseText ( u "False" ); field -> Update (); // In this case, "0 = 1"...set_FalseText ( u "False" ); field -> Update (); // This time the statement...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FieldIf::get_FalseText m...

    Aspose::Words::Fields::FieldIf::get_FalseText method. Gets or sets the text displayed if the comparison expression is false in C++....set_FalseText ( u "False" ); field -> Update (); // In this case, "0 = 1"...set_FalseText ( u "False" ); field -> Update (); // This time the statement...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. How to Run Aspose.Slides for Java in Docker|Asp...

    Run Aspose.Slides in Docker containers: configure images, dependencies, fonts, and licensing to build scalable services that process PowerPoint and OpenDocument....Installation: # Update package lists sudo apt update && sudo apt...the Docker Engine sudo apt update sudo apt install -y docker-ce...

    docs.aspose.com/slides/java/how-to-run-aspose-s...
  10. FieldIf | Aspose.Words for Java

    Implements the IF field in Java....update(); // In this case, "0 = 1"...setFalseText("False"); field.update(); // This time the statement...

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