FieldSubject.text property. Gets or sets the text of the subject.... FIELD_SUBJECT , update_field = True ) . as_field_subject...as_field_subject () field . update () self . assertEqual ( ' SUBJECT '...
Aspose::Words::Fields::FieldChar::get_IsLocked method. Gets or sets whether the parent field is locked (should not recalculate its result) in C++....MMMM dd, yyyy" ); field -> Update (); System :: SharedPtr < Aspose...field -> GetFieldCode ()); // Update the field to show the current...
Discover how the SaveOptions UpdateFields property optimizes document saving by updating specific field types before converting to fixed formats. Default, true....of certain types should be updated before saving the document...behavior. Examples Shows how to update all the fields in a document...
Document.variables property. Returns the collection of variables added to a document or template.... update (); expect ( field . result...values to existing keys will update them. variables . add ( "Home...
GeneralFormatCollection.remove method. Removes all occurrences of the specified general format from the collection.... update () self . assertEqual ( '=...'dddd, MMMM dd, yyyy' field . update () self . assertEqual ( 'DATE...
GeneralFormatCollection.add method. Adds a general format to the collection.... update () self . assertEqual ( '=...'dddd, MMMM dd, yyyy' field . update () self . assertEqual ( 'DATE...
Manage the DefaultDocumentAuthor property to easily set or Update document authors' names, enhancing organization and document management efficiency.... Update (); Assert . That ( field ...EqualTo ( "Joe Bloggs" )); // Updating an AUTHOR field that contains...
Aspose::Words::Fields::Field::get_IsDirty method. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document in C++....to use special property for updating field result. auto doc = System...field -> get_Result ()); // Update the property. The field still...
Aspose::Words::Fields::FieldAuthor::get_AuthorName method. Gets or sets the document author's name in C++....FieldAuthor , true )); field -> Update (); ASSERT_EQ ( u " AUTHOR...field -> get_Result ()); // Updating an AUTHOR field that contains...
VariableCollection.remove method. Removes a document variable with the specified name from the collection.... update (); expect ( field . result...values to existing keys will update them. variables . add ( "Home...