BuiltInDocumentProperties.author property. Gets or sets the name of the document's author....FIELD_AUTHOR , update_field = True ) # 2 - "Title" property, which we can...properties . keywords = 'Tag 1; Tag 2; Tag 3' # We can right-click this...
DropDownItemCollection.add method. Adds a string to the end of the collection.... add ( 'Four' ) # 2 - Insert an item before another...drop_down_items . remove ( 'Four' ) # 2 - Remove an item at an index:...
Discover the FieldSymbol IsShiftJis property—easily manage SHIFTJIS character codes for enhanced data handling and seamless character interpretation.... Writeln ( " Line 1" ); // 2 - Add a SYMBOL field which displays...)); builder . Writeln ( "Line 2" ); // 3 - Add a SYMBOL field...
Discover the PreferredWidth FromPercent method, which creates a new instance for defining preferred widths as a percentage. Enhance your design precision!... Write ( "Cell #2" ); builder . InsertCell (); builder...CellFormat.PreferredWidth}." ); // 2 - Set a relative preferred width...
Discover the RevisionCollection Reject method to efficiently filter out unwanted revisions based on your criteria for streamlined project management...."This is insertion revision #2. " ); // Remove a run "This does...Revisions . Count , Is . EqualTo ( 2 )); // Reject revision with different...
Control document revisions effortlessly with Aspose.Words.IRevisionCriteria. Customize acceptance and rejection of changes for precise document management...."This is insertion revision #2. " ); // Remove a run "This does...Revisions . Count , Is . EqualTo ( 2 )); // Reject revision with different...
Table.rows property. Provides typed access to the rows of the table.... tables [ 0 ] # 2 - Using the "GetChild" method:... tables self . assertEqual ( 2 , len ( list ( tables ))) i =...