Aspose::Words::Fields::FieldInfo::get_NewValue method. Gets or sets an optional value that updates the property in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set a value for the "Comments"...
Aspose::Words::Drawing::Fill::get_TextureAlignment method. Gets or sets the alignment for tile texture fill in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
BookmarkCollection.clear method. Removes all bookmarks from this collection and from the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert five bookmarks with...
SectionCollection indexer. Retrieves a section at the given index.... doc = aw . Document ( file_name =...the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...
SignatureLineOptions.default_instructions property. Gets or sets a value indicating that default instructions is shown in the Sign dialog... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) signature_line_options = aw . ...
Node.parentNode property. Gets the immediate parent of this node.... let doc = new aw . Document (); let para = doc . firstSection...paragraph. let run = new aw . Run ( doc , "Hello world!" ); para . appendChild...
OoxmlSaveOptions.keep_legacy_control_chars property. Keeps original representation of legacy control characters.... doc = aw . Document ( file_name =...+ 'Legacy control character.doc' ) # When we save the document...