Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 162,156 for

new

(0.11 sec)
  1. WebExtension Class | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensions.WebExtension class, your go-to solution for creating dynamic web extensions in documents. Enhance functionality effortlessly!... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  2. FormField | Aspose.Words for Java

    Represents a single form field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...insertComboBox("MyComboBox", new String[]{"Apple", "Banana", "Cherry"}...

    reference.aspose.com/words/java/com.aspose.word...
  3. Shape Effective Properties|Aspose.Slides for PH...

    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....get effective values: $pres = new Presentation ( "Presentation1...properties for the camera: $pres = new Presentation ( "Presentation1...

    docs.aspose.com/slides/php-java/shape-effective...
  4. AiModelType | Aspose.Words for Java

    Represents the types of AiModel that can be integrated into the document processing workflow in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. aspose.barcode.loadfonts.zip

    Aspose.Barcode.LoadFonts/Aspose.Barcode.LoadFonts/Aspose.Barcode.LoadFonts.csproj Exe net6.0new FileStream(fontName, FileMode...PrivateFontCollectio collection = new Aspose.Drawing.Text.PrivateFontCollectio();...

    docs.aspose.com/barcode/net/aspose-barcode-load...
  6. Importing from Array|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/net/importing-from-array/
  7. 在工作簿内复制工作表|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.... //Create a new Workbook. //Open an existing...existing Excel file. Workbook wb = new Workbook ( "ResultedBook.xls"...

    docs.aspose.com/cells/zh/net/copy-worksheets-wi...
  8. Convert Presentations in Handout Mode in C#|Asp...

    Convert Presentations in Handout Mode in C#... using var presentation = new Presentation ( "sample.pptx"...pdfOptions = new PdfOptions { SlidesLayoutOptions = new HandoutLayoutingOpti...

    docs.aspose.com/slides/net/convert-powerpoint-i...
  9. Working with Custom Bar Styles

    Learn how to work with custom bar styles using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/working-with-custom-b...
  10. Convert PDF to HTML page by page - Free Support...

    I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...code snippet: Document doc = new Document(dataDir + "input.pdf");...Pages) { Document document = new Document(); document.Pages.Add(page);...

    forum.aspose.com/t/convert-pdf-to-html-page-by-...