Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 83,291 for

update

(0.21 sec)
  1. FieldOptions.UseInvariantCultureNumberFormat | ...

    Discover the FieldOptions UseInvariantCultureNumberFormat property to easily manage number formatting with invariant culture for consistent data handling.... Update (); // Sometimes, fields may...UseInvariantCultureN = true ; field . Update (); Assert . That ( field ...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::Fields::FieldSet::get_BookmarkTe...

    Aspose::Words::Fields::FieldSet::get_BookmarkText method. Gets or sets the new text of the bookmark in C++...." ); fieldSet -> Update (); ASSERT_EQ ( u " SET MyBookmark..."MyBookmark" ); fieldRef -> Update (); ASSERT_EQ ( u " REF MyBookmark"...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. FieldUpdatingProgressArgs.TotalFieldsCount | As...

    Discover the TotalFieldsCount property in FieldUpdatingProgressArgs to efficiently track and manage field Updates for enhanced performance....the total fields count to be updated. public int TotalFieldsCount...and may be increased during updating process. Examples Shows how...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Fields::FieldCompare::get_RightE...

    Aspose::Words::Fields::FieldCompare::get_RightExpression method. Gets or sets the right part of the comparison expression in C++....set_RightExpression ( u "2" ); field -> Update (); // The COMPARE field displays...set_RightExpression ( u "2 + 3" ); field -> Update (); // This field displays...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. FieldOptions.useInvariantCultureNumberFormat pr...

    FieldOptions.useInvariantCultureNumberFormat property. Gets or sets the value indicating that number format is parsed using invariant culture or not... update (); // Sometimes, fields may...useInvariantCultureN = true ; field . update (); expect ( field . result...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Pdf.title/author/subject not working? - Free Su...

    Hi, I tried to change the title/author and some other properties of the PDF file: pdf.BindFO(fodoc); pdf.Title = "some title"; pdf.Author = "myself"; but in the result PDF file, the title is always "System.IO.Mem…...of this matter and soon will update you with the status of correction...6 Thanks. I will check and update you. 1 Like...

    forum.aspose.com/t/pdf-title-author-subject-not...
  7. FieldIncludePicture class | Aspose.Words for Py...

    aspose.words.fields.FieldIncludePicture class. Implements the INCLUDEPICTURE field...from Field ) update() Performs the field update. Throws if the...being updated already. (Inherited from Field ) update(ignore_merge_format)...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....FIELD_NOTE_REF, false); // <--- don't update field field.setBookmarkNam...result will be "1 above" on update. Assert.assertEquals(" NOTEREF...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Fields::FieldMergeField class | ...

    Aspose::Words::Fields::FieldMergeField class. Implements the MERGEFIELD field. To learn more, visit the documentation article in C++.... Update () Performs the field update. Throws if the...being updated already. Update (bool) Performs a field update. Throws...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Specify Save Options in C++|Aspose.Words for C++

    More accurately control the save process.... Update the Document Creation Time...creation date in UTC. You can also update this value before saving using...

    docs.aspose.com/words/cpp/specify-save-options/