Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 83,317 for

update

(0.37 sec)
  1. IFieldUpdatingCallback.FieldUpdated | Aspose.Wo...

    Discover the IFieldUpdatingCallback FieldUpdated method—your solution for seamless field Updates in applications. Enhance performance with custom callbacks!...called just after a field is updated. public void FieldUpdated (...callback methods during a field update. public void FieldUpdatingCallbac...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldOptions.FieldUpdatingCallback | Aspose.Wor...

    Discover the FieldOptions FieldUpdatingCallback property to easily manage IFieldUpdatingCallback implementations and enhance your data handling efficiency....callback methods during a field update. public void FieldUpdatingCallbac...FieldUpdatedCalls . Contains ( "Updating John Doe" ), Is . True );...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Fields Overview in Node.js|Aspose.Words for Nod...

    You can access field modifying using Node.js. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....all fields should ideally be updated. A field consists of: The field...Likewise, some fields may not be updated yet therefore will also have...

    docs.aspose.com/words/nodejs-net/fields-overview/
  4. FieldIfComparisonResult enumeration | Aspose.Wo...

    aspose.words.fields.FieldIfComparisonResult enumeration. Specifies the result of the IF field condition evaluation.... FIELD_IF , update_field = True ) . as_field_if...false_text = 'False' field . update () # In this case, "0 = 1"...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IFieldUpdateCultureProvider class | Aspose.Word...

    aspose.words.fields.IFieldUpdateCultureProvider class. When implemented, provides a System.Globalization.CultureInfo object that should be used during the Update of a particular field....that should be used during the update of a particular field. See...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IFieldUpdateCultureProvider class | Aspose.Word...

    Aspose.Words.Fields.IFieldUpdateCultureProvider class. When implemented, provides a System.Globalization.CultureInfo object that should be used during the Update of a particular field....that should be used during the update of a particular field. See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 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...
  9. 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-...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...update(); document.getRange().getFields()...(FieldToc)field; try { toc.update(); toc.updatePageNumbers();...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...