Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 5,690 for

attributes

(0.09 sec)
  1. SVG 缩放 – C# 示例

    SVG 缩放的 C# 示例。考虑在变换属性和变换矩阵中使用比例函数的情况。...circle using the transform attribute with Aspose.SVG 2 3 // Create...<circle> element and set its attributes 9 SVGCircleElement circleElement...

    docs.aspose.com/svg/zh/net/svg-scaling/
  2. Compress and Decompress STL Files via .NET

    C# compression and decompression source code to compress STL documents into a single zip archive or vice versa on .NET Framework, .NET Core....or other common CAD model attributes. Other Supported Compression...

    products.aspose.com/zip/net/zip-file/stl/
  3. Convert PPT and PPTX to PDF in Java [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in Java using Aspose.Slides, with fast code examples and advanced conversion options.... Elements and attributes are rendered accurately in...

    docs.aspose.com/slides/java/convert-powerpoint-...
  4. Exporting an excel file as to PDF file - Free S...

    We are facing an export an excel file content to the PDF file, which is taking longer period in processing. what are the constraint need to considered for downloading a file of PDF from an excel file...PageCount attributes. Please refer to the following...

    forum.aspose.com/t/exporting-an-excel-file-as-t...
  5. Protecting Worksheets with Node.js via C++|Docu...

    Learn how to protect worksheets in Excel using Aspose.Cells for Node.js via C++, including protecting rows, columns, and specific cells....row/column with the desired attributes. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/protecting-wor...
  6. Working with Project Properties | Aspose.Tasks ...

    Learn how to use Aspose.Tasks for Java to change Microsoft Project (MPP/XML) project files' calculation modes. Also, examples of reading or setting project properties are provided....with ❤ by GitHub Setting Attributes for New Tasks Microsoft Project...enumeration type. To see the task attribute: Open the file with Microsoft...

    docs.aspose.com/tasks/java/working-with-project...
  7. PFA and PFB fonts Knowledge Base

    Discover PFA and PFB fonts and how they impact typography and printing. Learn best practices for managing these font formats effectively....points, curves, and other attributes needed for accurate rendering...

    docs.aspose.com/font/net/what-is-font/pfa-pfb-f...
  8. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...Determines whether the font attributes will be changed according...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. WordML2003SaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.WORD_ML format in Java....Determines whether the font attributes will be changed according...Determines whether the font attributes will be changed according...

    reference.aspose.com/words/java/com.aspose.word...
  10. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...元素,则可以设置属性: Copy 1 # Set attributes for the < circle > element... set_attribute ( "cx" , "50" ) 3 circle. set_attribute ( "cy"...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/