Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 80,274 for

update

(0.33 sec)
  1. FieldFileName class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldFileName class. Implements the FILENAME field...from Field ) update() Performs the field update. Throws if the...being updated already. (Inherited from Field ) update(ignoreMergeFormat)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldOptions.user_prompt_respondent property | ...

    FieldOptions.user_prompt_respondent property. Gets or sets the respondent to user prompts during field Update....to user prompts during field update. @property def user_prompt_respondent...FieldAsk or FieldFillIn ) are not updated. The default value is None...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldUpdatingProgressArgs.UpdatedFieldsCount | ...

    Discover the UpdatedFieldsCount property of FieldUpdatingProgressArgs to easily track the number of Updated fields in your application....property Gets the number of updated fields. public int UpdatedFieldsCount...callback methods during a field update. public void FieldUpdatingCallbac...

    reference.aspose.com/words/net/aspose.words.fie...
  4. 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-...
  5. 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...
  6. 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...
  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. FieldQuote.Text | Aspose.Words for .NET

    FieldQuote Text property. Easily retrieve or set text for enhanced data management. Streamline your workflow with this powerful feature!... // DATE fields update their value to the current...ToShortDateString () + "\u0015" )); // Update all the fields to display their...

    reference.aspose.com/words/net/aspose.words.fie...
  9. 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...
  10. 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...