Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 17,463 for

true type

(0.99 sec)
  1. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....object’s IsBold property to true . #include <iostream> #include...style . GetFont (). SetIsBold ( true ); // Apply the style to the...

    docs.aspose.com/cells/cpp/cells-font-settings/
  2. Configuring Fonts for Rendering|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....accept a Boolean type second parameter. Passing true as the second...

    docs.aspose.com/diagram/net/configuring-fonts-f...
  3. PageSetup class | Aspose.Words for Node.js

    Aspose.Words.PageSetup class. Represents the page setup properties of a section... differentFirstPageHe True if a different header or footer...booklet. oddAndEvenPagesHeade True if the document has different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Different Ways to Save Files|Documentation

    Aspose.Cells for Python via .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....SaveFormat enumeration File Format Types Description CSV Represents a...Portable Document Format (PDF) is a type of document created by Adobe...

    docs.aspose.com/cells/python-net/different-ways...
  5. PDF Tooltip using C#|Aspose.PDF for .NET

    Learn how to add tooltip to the text fragment in PDF using C# and Aspose.PDF...the PDF document as PDF string type, outside of the content stream...text box field (or any other type of annotation) on mouse enter/exit...

    docs.aspose.com/pdf/net/pdf-tooltip/
  6. Encoding when saving to html - Free Support For...

    Hello, when saving a document to HTML, the link changes. Is the link wrong? Can you take a look at it for me… change & to &amp even though it’s a parameter separator and then the link doesn’t work Word LINK: https:…...3Bview%3Dnull Link in HTML [type or paste code here](https://linkproxy...property ExportUrlEncoded set to true by default. With this setting...

    forum.aspose.com/t/encoding-when-saving-to-html...
  7. Body attachment missing issue - Free Support Fo...

    I have an issue while saving data to EML using the Aspose.Email for .NET API. The email body (body Type = HTML) and attachments are set and displayed correctly as long as the images are present on the physical drive. How…... The email body (body type = HTML) and attachments are...stored ShouldAddPlainTextVi = true }; var mailMessage = MapiMessage...

    forum.aspose.com/t/body-attachment-missing-issu...
  8. Aspose.Cells .NET — Inconsistent chart data ref...

    aspose-sheetcopy-repro.zip (41.1 KB) When duplicating worksheets containing charts using both: Worksheets.AddCopy() Worksheet.Copy() with CopyOptions.ReferToDestinationSheet = True only the first copy created per sou…...ReferToDestinationSh = true only the first copy created...CopyOptions { ReferToDestinationSh = true }; int s2Opt1Index = wb.Worksheets...

    forum.aspose.com/t/aspose-cells-net-inconsisten...
  9. Data Label FormatCode in Charts Has No Effect D...

    Hello Aspose Support, I’m experiencing an issue with chart data labels in Aspose.Words for .NET. While it’s technically possible to set a custom FormatCode for ChartDataLabels, it appears to have no effect on the final …...API to define the cell format type (e.g., percent, number, text)...AxisX.AxisBetweenCategorie = true; chart.AxisX.Hidden = false;...

    forum.aspose.com/t/data-label-formatcode-in-cha...
  10. Customize Chart Axes in Presentations Using Jav...

    Discover how to use Aspose.Slides for Java to customize chart axes in PowerPoint presentations for reports and visualizations....charts, change the category axis type, set the date format for category...your preferred category axis type ( date or text ). This code...

    docs.aspose.com/slides/java/chart-axis/