Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 223,229 for

new

(0.59 sec)
  1. HeaderFooter|Aspose.Slides for PHP Documentation

    Control headers and footers in PHP with Aspose.Slides: add or edit date/time, slide numbers, and footer text, show or hide placeholders across PPT, PPTX and ODP....addHeaderFooter () { $presentation = new Presentation (); try { $slide...updateDateTime () { $presentation = new Presentation (); try { $slide...

    docs.aspose.com/slides/php-java/examples/elemen...
  2. 检索、获取、复制和插入页面|Documentation

    本节介绍如何使用 Aspose.Diagram 插入页面、复制页面或获取页面信息。...VDX file Diagram vdxDiagram = new Diagram ( dataDir + "RetrievePageInfo...a VDX file Diagram diagram = new Diagram ( dataDir + "Drawing1...

    docs.aspose.com/diagram/zh/net/retrieve-get-cop...
  3. FormFieldCollection.Item | Aspose.Words for .NET

    Access specific form fields easily with the FormFieldCollection Item property. Streamline your data handling and enhance form management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  4. 使用 JavaScript 通过 C++ 将图表转换为图片以适应中国地区|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 配置支持中文字符和格式的图表,包括字体、大小、文本方向等等。...</p>' ; } const settings = new ChartChineseSettings (); const...(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  5. 使用 Microsoft Azure 函数转换文档|Aspose.PDF for .NET

    了解如何使用 Microsoft Azure Functions 和 Aspose.PDF for .NET 转换 PDF 文档,实现基于云的文档处理。...cs 中添加许可证初始化代码: var license = new Aspose . Pdf . License (); license...containerName ) { _containerClient = new BlobContainerClient ( connectionString...

    docs.aspose.com/pdf/zh/net/converting-documents...
  6. FieldInfo class | Aspose.Words for Python

    aspose.words.fields.FieldInfo class. Implements the INFO field... (Inherited from Field ) new_value Gets or sets an optional...corresponding built-in property with the new value. field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  7. JsonDataSource class | Aspose.Words for Python

    aspose.words.reporting.JsonDataSource class. Provides access to data of a JSON file or stream to be used within a report...JsonDataSource(json_path) Creates a new data source with data from a...JsonDataSource(json_stream) Creates a new data source with data from a...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....range that contains charts to a new worksheet, the data source of...copying rows or a range to a new worksheet, the data source will...

    docs.aspose.com/cells/go-cpp/change-data-source...
  9. Primitive Shape to Mesh|Documentation

    Aspose.3D for Node.js via Java API has support of converting any primitive shape to mesh. Primitive shapes include most basic and used objects like box, sphere, plane, cylinder, and torus....Sphere class var convertible = new aspose . threed . Sphere ();...Box class var convertible = new aspose . threed . Box (); //...

    docs.aspose.com/3d/nodejs-java/primitive-shape-...
  10. BMP to PDF Merge using C# | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...merging images In loop: add a new page to PDF document In loop:...

    products.aspose.com/pdf/net/merger/bmp-to-pdf/