Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 141,419 for

font

(0.09 sec)
  1. Aspose::Words::Saving::FontSavingArgs::get_Font...

    Aspose::Words::Saving::FontSavingArgs::get_FontStream method. Allows to specify the stream where the Font will be saved to in C++....specify the stream where the font will be saved to. System ::...property allows you to save fonts to streams instead of files...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. FontInfoCollection.count property | Aspose.Word...

    FontInfoCollection.count property. Gets the number of elements contained in the collection....Examples Shows info about the fonts that are present in the blank...document contains 3 default fonts. Each font in the document # will...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartLegend class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartLegend class. Represents chart legend properties...Description font Provides access to the default font formatting...legend entries. To override the font formatting for a specific legend...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Use Formulas Functions to Process Data|Document...

    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....// Set the font to bold in cell A4 cellA4 . Font . Bold = true...= "=Sum(A1:A3)" ; // Set the font to bold and the background color...

    docs.aspose.com/cells/net/use-formulas-function...
  5. Generating the template|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for C++ engine....orientation using the default font and colors. You can customize...the paper size, orientation, font, colors and other layout settings...

    docs.aspose.com/omr/cpp/generate-template/
  6. SaveOptions.prettyFormat property | Aspose.Word...

    SaveOptions.prettyFormat property. When ``true``, pretty formats output where applicable..."\t<body style=\"font-family:'Times New Roman'; font-size:12pt\">\r\n"..."<body style=\"font-family:'Times New Roman'; font-size:12pt\">"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataLabel.Position | Aspose.Words for .NET

    Discover the ChartDataLabel Position property to easily customize your data label's position for enhanced data visualization and clarity....// Show data labels and set font color. series . HasDataLabels...ShowValue = true ; dataLabels . Font . Color = Color . White ; //...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartDataLabel.position property | Aspose.Words...

    ChartDataLabel.position property. Gets or sets the position of the data label....// Show data labels and set font color. series . hasDataLabels...showValue = true ; dataLabels . font . color = "#FFFFFF" ; // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Letter Interchanges when converting DOCX to PDF...

    Hi, When converting a DOCX to PDF, I noticed some letters get interchanged. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance; doc.Save(@".\test.…...seems to happen with certain fonts/styles (Calibri in italic and...using Aspose, specifically with fonts like Calibri italic and YU Gothic...

    forum.aspose.com/t/letter-interchanges-when-con...
  10. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...to JPEG is often related to font embedding or the way the PDF...handles text encoding. If the fonts used in the PDF are not embedded...

    forum.aspose.com/t/convert-pdf-to-image-chinese...