Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 213,359 for

new

(0.16 sec)
  1. Assemble Spreadsheets|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....section describes how to: Create a new Excel file from scratch and add...Worksheets to a New Excel File To create a new Excel file programmatically:...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  2. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/doc/
  3. PSD PSB サイズ削減ソリューション | products.aspose.com

    PSD ファイルのサイズを小さくする...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/jp/reduce-size/
  4. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...let dstDoc = new aw . Document (); let builder = new aw . DocumentBuilder...let srcDoc = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. VbaModule.sourceCode property | Aspose.Words fo...

    VbaModule.sourceCode property. Gets or sets VBA project module source code.... let doc = new aw . Document (); // Create a new VBA project...project. let project = new aw . Vba . VbaProject (); project . name...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Extract Table Data from PDF|Aspose.PDF for Andr...

    Learn how to extract tabular from PDF using Aspose.PDF for Android via Java....Open document try { document = new Document ( inputStream ); } catch...pdf . TableAbsorber absorber = new com . aspose . pdf . TableAbsorber...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  7. Zip 400 files - Free Support Forum - aspose.com

    Hi, I tried to zip 400 files using the below code. But only first some documents are zipping. Can you please tell me what the issue will be? // Use fast compression var options = New ArchiveSaveOptions { Encoding =…...fast compression var options = new ArchiveSaveOptions { Encoding...UTF8 }; using (var archive = new Archive()) { archive.CreateEntries(folderPath);...

    forum.aspose.com/t/zip-400-files/319628
  8. WriteInConfig|Documentation

    WriteInConfig element provides a blank field in which the respondent can hand write some text or draw a picture.... new WriteInConfig () Optional properties...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/writ...
  9. Converter | Aspose.Words for Java

    Represents a group of methods intended to convert a variety of different types of documents using a single line of code in Java....saveFormat) create() Creates new instance of the converter processor...create(ConverterContext context) Creates new instance of the converter processor...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with multipage image formats|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....)) { PngOptions pngOptions = new PngOptions (); pngOptions . setMultiPageOptions...setMultiPageOptions ( new MultiPageOptions ( new IntRange ( startPage...

    docs.aspose.com/imaging/java/working-with-multi...