Sort Score
Result 10 results
Languages All
Labels All
Results 9,811 - 9,820 of 91,199 for

object

(0.15 sec)
  1. TypeScript Syntax Error in aspose.cells.node Ty...

    Hello, I am encountering a TypeScript syntax error in the type definitions provided by the aspose.cells.node package. The error occurs when I try to build my project using TypeScript. Error Details The specific error m…...* Constructs from a parent object convertible to this. @param...@param obj - The parent object. / constructor(obj: Aspose::Cells::Font);...

    forum.aspose.com/t/typescript-syntax-error-in-a...
  2. 如何加载字体? | .NET 版 Aspose.Font

    这里描述了如何使用.NET加载字体。您将学习此对象,参数,方法,并获取加载示例。... 4 5 // Initialize object FontDefinition with appropriate...// Initialize FontDefinition object passing TTF as FontType value...

    docs.aspose.com/font/zh/net/how-to-load-fonts/
  3. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。...get ( 0 ); // Create a Cells object to fetch all the cells. const...value" ; // Create a Style object to fetch the Style of C6 Cell...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  4. Chart.ToImage - Leader Lines are not included -...

    When calling Chart.ToImage(), the resulting image is missing the leader lines displayed in Excel. Excel-Aspose-Comparison.png (147.3 KB) Excel on the left, Aspose.Cells 25.6 on the right....// Assuming you have a Chart object 'chart' BufferedImage chartImage...getLeaderLines(); // Use a Graphics2D object to draw leader lines on the...

    forum.aspose.com/t/chart-toimage-leader-lines-a...
  5. FieldFillIn Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFillIn class to easily implement FILLIN fields, enhancing your document automation and user interactivity....{ get; } Gets a FieldFormat object that provides typed access...new [] { "MergeField" }, new object [] { "" }); doc . UpdateFields...

    reference.aspose.com/words/net/aspose.words.fie...
  6. DocumentBuilder.MoveToStructuredDocumentTag | A...

    Effortlessly navigate to structured document tags with the DocumentBuilder MoveToStructuredDocumentTag method, enhancing your document editing efficiency....structured document tag by object. StructuredDocumentTa tag =...structured document tag by object. StructuredDocumentTa tag =...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException. the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...ThreadStart_Context(Object state) 在 System.Threading.ExecutionContext... ContextCallback callback, Object state, Boolean preserveSyncCtx)...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...
  8. Aspose.Barcode in .Net MAUI Mobile Application|...

    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....private void OnDrawBarcodeBtn ( object sender , EventArgs e ) { }...private void OnReadBarcodeBtn ( object sender , EventArgs e ) { }...

    docs.aspose.com/barcode/net/aspose-barcode-in-n...
  9. Number Settings|Documentation

    Aspose.Cells is a JavaScript library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....Cells collection represents an object of the Cell module. Aspose...number property of the Style object. All built‑in number formats...

    docs.aspose.com/cells/javascript-cpp/cells-numb...
  10. PCL to PDF conversion problem - Free Support Fo...

    Hello, I used your own example test.pcl with Aspose.Pdf 10.6.2, but the result looks bad (not in place, wrong font, etc.). The code is your own: public class PCLToPDF { public static void main(String[] args) throws…...class); // Instantiate PDF object Pdf pdf1 = new Pdf(); // bind...the source PCL file with Pdf object pdf1.bindPCL(dataDir + “test...

    forum.aspose.com/t/pcl-to-pdf-conversion-proble...