CleanupOptions.unused_lists property. Specifies whether unused list and list definitions should be removed from document... writeln ( 'Item 2' ) # Now, there is one unused...cleanup_options ) self . assertEqual ( 2 , doc . styles . count ) See Also...
BuiltInDocumentProperties.subject property. Gets or sets the subject of the document.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...
Manage your document's title effortlessly with BuiltInDocumentProperties. Easily set or retrieve titles for enhanced organization and clarity.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . Keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...
Aspose::Words::DocumentBuilder::MoveToHeaderFooter method. Moves the cursor to the beginning of a header or footer in the current section in C++....() - shape -> get_Width ()) / 2 ); shape -> set_Top (( builder...() - shape -> get_Height ()) / 2 ); doc -> Save ( get_ArtifactsDir...
DropDownItemCollection indexer. Gets or sets the element at the specified index.... add ( 'Four' ) # 2 - Insert an item before another...drop_down_items . remove ( 'Four' ) # 2 - Remove an item at an index:...
BuiltInDocumentProperties.comments property. Gets or sets the document comments.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...
CleanupOptions.unused_builtin_styles property. Specifies that unused [Style.built_in](../../style/built_in/) styles should be removed from document.... writeln ( 'Item 2' ) # Now, there is one unused...cleanup_options ) self . assertEqual ( 2 , doc . styles . count ) See Also...
Represents a single built-in or user-defined style in Java....MyStyle Alias 1,MyStyle Alias 2". // If a style's name has multiple...String[]{"MyStyle Alias 1", "MyStyle Alias 2"}, style.getAliases()); Assert...