Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 164,240 for

new

(0.08 sec)
  1. FileFormatInfo class | Aspose.Words for Node.js

    Aspose.Words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods... let doc = new aw . Document (); // Configure...document. let saveOptions = new aw . Saving . OdtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. WebExtensionStoreType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensionStoreType enum, featuring diverse web extension store types for seamless integration and enhanced functionality.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  3. 图表数据标记|Aspose.Slides 文档

    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....创建空的演示文稿 Presentation pres = new Presentation (); try { // 访问第一个幻灯片...getImages (). addImage ( new FileInputStream ( new File ( "Desert.jpg"...

    docs.aspose.com/slides/zh/java/chart-data-marker/
  4. Convert PDF to PDF/A | Aspose.PDF for .NET | Em...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with a Newly embedded file (sample-input.pdf), the processed file ignores the MIME Type gi…...doc = new Document(input)) { var fileSpecification = new FileSpecification((new...FileSpecification((new StreamReader(documentPath)).BaseStream, "factur-x...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  5. 从文档中导入/导出数据|Documentation

    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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...string values string [] names = new string [] { "laurence chen" ...

    docs.aspose.com/cells/zh/net/import-export-data...
  6. ITextShaperFactory | Aspose.Words for Java

    An interface of a factory for constructing ITextShaper implementations in Java....fontBlob, int faceIndex) Returns new instance of a text shaper for...fontPath, int faceIndex) Returns new instance of a text shaper for...

    reference.aspose.com/words/java/com.aspose.word...
  7. Manage Worksheets|Documentation

    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....Worksheets to a New Excel File To create a new Excel file programmatically:...passing the sheet index of the new worksheet to the WorksheetCollection...

    docs.aspose.com/cells/go-cpp/manage-worksheets/
  8. Export to XAML|Aspose.Slides Documentation

    Export or convert PowerPoint presentation to XAML...pres = new Presentation ( "pres.pptx" )) { pres . Save ( new XamlOptions...pres = new Presentation ( "pres.pptx" )) { pres . Save ( new XamlOptions...

    docs.aspose.com/slides/net/export-to-xaml/
  9. Manage Blob|Aspose.Slides Documentation

    Manage Blob in PowerPoint Presentation using Java. Use Blob to reduce memory consumption in PowerPoint Presentation using Java. Add large file through Blob to PowerPoint Presentation using Java. Export large file through Blob from PowerPoint Presentation using Java. Load a large PowerPoint Presentation as Blob using Java....avi" ; // Creates a new presentation to which the video...be added Presentation pres = new Presentation (); try { FileInputStream...

    docs.aspose.com/slides/java/manage-blob/
  10. How to Run Aspose.CAD Docker image in AWS Lambd...

    Run Aspose.CAD Docker image in AWS Lambda Function....Parse(new MemoryStream(Convert.FromBase64String(stream...Load(fileStream)) { var ms = new MemoryStream(); img.Save(ms, new PdfOptions());...

    docs.aspose.com/cad/net/showcases/how-to-run-as...