Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 2,699 for

remove background

(0.11 sec)
  1. Edit HTML Document – C# – Aspose.HTML for .NET

    Learn how to read or modify the Document Object Model using Aspose.HTML for .NET, how to create HTML elements, and use inline, internal, and external CSS....document by inserting new nodes, removing, or editing the content of...children of the current node. Removes the child node from the list...

    docs.aspose.com/html/net/edit-html-document/
  2. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the Python Modern API for seamless PowerPoint and OpenDocument automation....them will be removed from the public API. Removal of the deprecated...Methods and Properties to Be Removed and Their Modern Replacements...

    docs.aspose.com/slides/python-net/modern-api/
  3. Method Not Found Error - Free Support Forum - a...

    I am trying to generate a word document from a template using range.replace. Some of the replace has html and need to format it correctly. I am trying to use Ireplacingcallback. at splitrun method run.parentnode.insertaf…...0px; white-space: normal; background-color: rgb(255, 255, 255);...version you compiled against. Remove duplicate or outdated copies...

    forum.aspose.com/t/method-not-found-error/323695
  4. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... remove() Removes the field from the document...getGeneralFormats().get(0)); // We can remove our formats to revert the field's...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java.... remove() Removes the field from the document...getGeneralFormats().get(0)); // We can remove our formats to revert the field's...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldFileName | Aspose.Words for Java

    Implements the FILENAME field in Java.... remove() Removes the field from the document...getGeneralFormats().get(0)); // We can remove our formats to revert the field's...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldMergeRec | Aspose.Words for Java

    Implements the MERGEREC field in Java.... remove() Removes the field from the document...getGeneralFormats().get(0)); // We can remove our formats to revert the field's...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Step-by-step guide.... Remove the default paragraph in the...aShp . getTextFrame (); // Removing the default exisiting paragraph...

    docs.aspose.com/slides/androidjava/manage-bullet/
  9. FieldEditTime | Aspose.Words for Java

    Implements the EDITTIME field in Java.... remove() Removes the field from the document...getGeneralFormats().get(0)); // We can remove our formats to revert the field's...

    reference.aspose.com/words/java/com.aspose.word...
  10. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....insertDocument(para, subDoc); // Remove the paragraph with the matched...matched text. para.remove(); return ReplaceAction.SKIP; } } ///...

    reference.aspose.com/words/java/com.aspose.word...