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

remove background

(0.19 sec)
  1. Add Watermarks to Presentations in .NET|Aspose....

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in .NET to indicate a draft, confidential information, copyright, and more....it may appear with a solid background or border that can potentially...make the shape transparent by removing both its fill and border colors:...

    docs.aspose.com/slides/net/watermark/
  2. 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/
  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. How to Set Print Area with Node.js via C++|Docu...

    This article shows you code explaining how to set a print area using the Aspose.Cells library for Node.js via C++.... This action will remove any previously set print area...print area limits will be removed. If there were specific rows...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...
  5. Inserting to a cell HtmlString removes related ...

    i’m calling var blockCell = worksheet.Cells[ htmlBlock.OccupiedCells.StartRow, htmlBlock.OccupiedCells.StartColumn ]; then just settings my html value blockCell.HtmlString = html; that equals to <div style="…...Inserting to a cell HtmlString removes related styles Aspose.Cells...0pt;\"><span style=\"color:#000000;background-color:transparent;font-f...

    forum.aspose.com/t/inserting-to-a-cell-htmlstri...
  6. Code Comparison for common features with VSTO|A...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Slides Removing row or column in Table in...and Aspose.Slides Setting Background Color of Master Slide Missing...

    docs.aspose.com/slides/net/code-comparison-for-...
  7. FieldNumWords | Aspose.Words for Java

    Implements the NUMWORDS 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. FieldAutoNum | Aspose.Words for Java

    Implements the AUTONUM 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...
  9. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT 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...