Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 164,888 for

new

(0.17 sec)
  1. ReportBuilder.BuildReport | Aspose.Words for .NET

    Effortlessly create customized reports with ReportBuilder's BuildReport method, filling your template with data for professional results every time....AsposeData obj = new AsposeData { List = new List < string > {...BuildReportWithObjec.2.docx" , obj , new ReportBuilderOptions () { Options...

    reference.aspose.com/words/net/aspose.words.low...
  2. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...创建文档实例 Document pdfDocument = new Document (); // 向PDF文件的页面集合添加页面...创建具有特定尺寸的Drawing对象 Graph graph = new Graph ( 400 , 400 ); // 设置Drawing对象的边框...

    docs.aspose.com/pdf/zh/java/add-ellipse/
  3. PSD PSB Pienennä kokoa Solution | products.aspo...

    Pienennä PSD-tiedostojen kokoa...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/fl/reduce-size/
  4. PSD PSB rješenje za smanjenje veličine | produc...

    Smanjite veličinu PSD datoteka...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cr/reduce-size/
  5. PSD PSB Kompresní řešení | products.aspose.com

    Komprimujte obrázky aplikace Adobe Photoshop a zmenšete velikost souborů...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cz/compress/
  6. PSD PSB Стиснути Рішення | products.aspose.com

    Стиснення зображень Adobe Photoshop для зменшення розмірів файлів...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/ua/compress/psb/
  7. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  8. 插入新工作表|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....FileName = FilePath + "Insert a new worksheet.xlsx" ; InsertWorksheet...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ()); Sheets...

    docs.aspose.com/cells/zh/net/insert-a-new-works...
  9. BarcodeParameters.PosCodeStyle | Aspose.Words f...

    Discover the BarcodeParameters PosCodeStyle property for Point of Sale barcodes. Supports UPCA, EAN13, and more. Enhance your POS system today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...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/md/