Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 16,780 for

true type

(0.68 sec)
  1. Revision Class | Aspose.Words for .NET

    Explore the Aspose.Words.Revision class to manage tracked changes in documents. Easily identify revision Types for seamless document editing....Use RevisionType to check the type of this revision. To learn more...property will work for any revision type other than StyleDefinitionChang...

    reference.aspose.com/words/net/aspose.words/rev...
  2. FieldFileName class | Aspose.Words for Python

    aspose.words.fields.FieldFileName class. Implements the FILENAME field...FieldFormat object that provides typed access to field’s formatting...from Field ) type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to set Series invisible with JavaScript via...

    Learn how to set a series invisible in an Excel chart using Aspose.Cells for JavaScript via C++....Color Variation </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  4. Working with Artifacts in C++|Aspose.PDF for C++

    This page describes how to work with Artifact class using Aspose.PDF for C++. Code snippets show how to add a background image to PDF pages and how to get each watermark on the first page of a PDF file....Type – gets the artifact type (supports values...with Adobe Acrobat have the type Pagination and subtype Watermark...

    docs.aspose.com/pdf/cpp/artifacts/
  5. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...operator '==' to operands of type 'System.Nullable<Int64>' and...InlineErrorMessages property is set to true . Check Doc Range for Errors:...

    forum.aspose.com/t/get-inline-error-message/315601
  6. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for JavaScript via C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....Resize Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/resize-cha...
  7. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of an Excel worksheet's Page Setup using Aspose.Cells for JavaScript via C++. Set headers and footers for the first, odd, and even pages....Headers Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/setting-di...
  8. 在 JavaScript 通过 C++ 为图表点添加富文本自定义数据标签|Documentation

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同字体、颜色和对齐选项格式化标签,以提升图表的外观和可读性。...,然后设置前十个字符的字体,将其颜色设为红色,粗体设为 true 。 <!DOCTYPE html> < html > <...Cells Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/zh/javascript-cpp/rich-te...
  9. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the JavaScript API via C++ to programmatically hide or show gridlines, row, and column headers of an Excel worksheet....means that it can only store a true or false value. Making Gridlines...isGridlinesVisible() property to true . Hiding Gridlines Hide gridlines...

    docs.aspose.com/cells/javascript-cpp/show-and-h...
  10. CleanupOptions | Aspose.Words for Java

    Allows to specify options for document cleaning in Java....setUnusedLists(true); cleanupOptions.setUnusedStyles(true); cleanupOptions...cleanupOptions.setUnusedBuiltinStyl(true); doc.cleanup(cleanupOptions);...

    reference.aspose.com/words/java/com.aspose.word...