Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 134,372 for

font

(0.35 sec)
  1. Setting Properties on Images|Documentation

    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....Contents [ Hide ] Updating Fonts cache Using Aspose.PSD for ...add possibility to refresh fonts cache. Below is the code demonstration...

    docs.aspose.com/psd/net/setting-properties-on-i...
  2. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Node.js via Java calculates and applies effective shape properties for precise PowerPoint rendering.... log ( "Font alignment: " + effectiveStyleLevel...dispose (); } } Getting Effective Font Height Value Using Aspose.Slides...

    docs.aspose.com/slides/nodejs-java/shape-effect...
  3. Aspose::Words::Fonts::FontInfoCollection::get_C...

    Aspose::Words::Fonts::FontInfoCollection::get_Count method. Gets the number of elements contained in the collection in C++....Aspose::Words::Fonts::FontInfoCollection::get_Count method F...int32_t Aspose :: Words :: Fonts :: FontInfoCollection :: get_Count...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. PhysicalFontInfo.version property | Aspose.Word...

    PhysicalFontInfo.version property. Version string of the Font....property Version string of the font. get version () : string Examples...available fonts. // Configure Aspose.words to source fonts from a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Wrong PageCount on docx file with Aspose.Words ...

    Dear support team, I am running a simple unit test with an input docx document. Each time, this document contains 5 pages. But when I load it with Aspose.Words and then iterate on pages based on PageCount, there is an…...uses Aptos , which is cloud font, so it is not installed by default...does not download cloud fonts. The fonts are required to build...

    forum.aspose.com/t/wrong-pagecount-on-docx-file...
  6. ThemeColors.hyperlink property | Aspose.Words f...

    ThemeColors.hyperlink property. Specifies color for a hyperlink....how to set custom colors and fonts for themes. doc = aw . Document...theme, a source of default fonts and colors. theme = doc . theme...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFor…...often caused by font substitution (missing fonts on the conversion...Why it happens Font substitution – When the fonts referenced in...

    forum.aspose.com/t/aspose-word-save-pdf/321219
  8. IFontSavingCallback class | Aspose.Words for No...

    Aspose.Words.Saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves Fonts when exporting a document to HTML format....Words saves fonts when exporting a document to...Aspose.Words is about to save a font resource. Examples Shows how...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 加载并提取数据| .NET

    C#API用于开发人员操纵和字体文件。了解有关如何加载并节省.NET中的一种字体的基础。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/loading-saving-type...
  10. When converting docx to html using aspose .net ...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...tell me how to get the proper fonts as well with the html in response...@vishika To ensure that the proper fonts are included when converting...

    forum.aspose.com/t/when-converting-docx-to-html...