Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 11,433 for

css

(0.09 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::set_Css...

    Aspose::Words::Saving::HtmlSaveOptions::set_CssSavingCallback method. Allows to control how Css styles are saved when a document is saved to HTML, MHTML or EPUB in C++....method Allows to control how CSS styles are saved when a document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the table. DocumentBuilder bu…...color notation within inline CSS styles when using InsertHtml...rgba() is valid in standard HTML/CSS, the library might not fully...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  3. HtmlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your document exports with the HtmlFixedSaveOptions ResourceSavingCallback. Control image, font, and Css saving for enhanced HTML output....resources (images, fonts and css) are saved when a document is...".png" ) || f . EndsWith ( ".css" )), Is . EqualTo ( 6 )); Shows...

    reference.aspose.com/words/net/aspose.words.sav...
  4. What are Icon Fonts?

    This article provides a brief overview of icon fonts, explaining their characteristics and advantages, usage, and many more.... You can do it using CSS, just like regular text. It gives...Can be easily customized using CSS, so you are able to change colors...

    docs.aspose.com/font/net/what-is-font/icon-fonts/
  5. HtmlSaveOptions.ExportPageSetup | Aspose.Words ...

    Discover how the HtmlSaveOptions ExportPageSetup property enhances your HTML, MHTML, or EPUB exports by allowing customizable page setups for better output....Contains ( "<style type=\"text/css\">" + "@page Section_1 { size:419...Contains ( "style type=\"text/css\">" ), Is . False ); Assert ...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Getting Started – Aspose.HTML for Java

    Learn about Aspose.HTML for Java library – benefits and supported features, performance and scalability, learning, and technical support....such as Cascading Style Sheets (CSS) for defining presentation and...HTML to related formats such as CSS, SVG, JavaScript, EPUB, MHTML...

    docs.aspose.com/html/java/getting-started/
  7. WOFF Fonts Knowledge Base

    WOFF fonts - streamlined for faster loading, cross-browser compatibility, and custom typography. Learn everything about WOFF format....them in your project’s HTML and CSS files using the @font-face rule...define a fallback font stack in CSS to make sure that if the specified...

    docs.aspose.com/font/net/what-is-font/woff-font/
  8. Font size is out of range error when using setH...

    Description: We are using Cell.setHtmlString() in Aspose.Cells for Java. When the HTML contains Css like: <span style="font-size:0.75rem;">Upload</span> Aspose throws the following exception: com.aspose.cells.CellsE…... When the HTML contains CSS like: <span style="font-size:0...Cell.setHtmlString(...) This CSS is valid in standard HTML. If...

    forum.aspose.com/t/font-size-is-out-of-range-er...
  9. HTML Navigation – C# Examples – Aspose.HTML for...

    Learn how to navigate HTML with Aspose.HTML for .NET and inspect its elements using C#, about custom filter, Css Selector, or XPath usage....navigation , XPath queries , and CSS selectors . Use the FirstChild...QuerySelectorAll() for familiar CSS‑style queries. Jump to the section...

    docs.aspose.com/html/net/html-navigation/
  10. Is there a way to customize the msg-to-x conver...

    Using Aspose.Email (java) to read a MSG file and output (temporary) MHTML and then saving as PDF - exactly like the demo code. Is there some step (probably saving the MSG to MHTML) where I can customize the output “temp…...Injecting custom formatting (HTML/CSS-like control) MhtSaveOptions...setAfterHeadersForma("<hr/>"); // add custom CSS opt.setCssStyles("table { font-family:...

    forum.aspose.com/t/is-there-a-way-to-customize-...