Sort Score
Result 10 results
Languages All
Labels All
Results 6,741 - 6,750 of 213,222 for

new

(0.14 sec)
  1. Render Worksheet to Graphic Context with JavaSc...

    Learn how to render a worksheet to graphic context using Aspose.Cells for JavaScript via C++. This includes rendering to image files, screens, and printers....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...buffer options const bmpOptions = new ImageOrPrintOptions (); bmpOptions...

    docs.aspose.com/cells/javascript-cpp/render-wor...
  2. Create Transparent Image of Excel Worksheet wit...

    Learn how to generate a transparent image of an Excel worksheet using Aspose.Cells for JavaScript via C++....uploaded file const wb = new Workbook ( new Uint8Array ( arrayBuffer...print options const imgOption = new ImageOrPrintOptions (); imgOption...

    docs.aspose.com/cells/javascript-cpp/create-tra...
  3. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { // Create a new empty workbook if no file is...

    docs.aspose.com/cells/javascript-cpp/check-cust...
  4. Document.DigitalSignatures | Aspose.Words for .NET

    Discover the DigitalSignatures property to access and validate a document's digital signatures effortlessly. Ensure authenticity and security with ease.... Document doc = new Document ( MyDir + "Digitally...filename. SignOptions signOptions = new SignOptions { SignTime = DateTime...

    reference.aspose.com/words/net/aspose.words/doc...
  5. WebExtensionReference.Store | Aspose.Words for ...

    Discover the WebExtensionReference Store property—your gateway to accessing and managing web extensions in the marketplace efficiently.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  6. BaseWebExtensionCollection1.Clear | Aspose.Word...

    Effortlessly clear your BaseWebExtensionCollection with our Clear method, removing all elements for streamlined management and enhanced performance.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  7. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...new({ NodeId: node.range_start.node...AsposeWordsCloud::DocumentPosition.new({ NodeId: node.range_end.node...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  8. 将 PDF 转换为不同的图像格式在 C#|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式,例如 TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Resolution object var resolution = new Aspose . Pdf . Devices . Resolution...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-image...
  9. Manage Text Boxes in Presentations Using PHP|As...

    Aspose.Slides for PHP makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Instantiates Presentation $pres = new Presentation (); try { # Gets...( java_instanceof ( $shape , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/php-java/manage-textbox/
  10. 在 Java 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...以下代码片段演示如何使用此功能: Presentation pres = new Presentation ( "Presentation...TextHighlightingOpti textHighlightingOpti = new TextHighlightingOpti (); textHighlightingOpti...

    docs.aspose.com/slides/zh/java/text-formatting/