Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 210,440 for

new

(0.18 sec)
  1. ChartAxisType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAxisType enum to easily define chart axis types and enhance your document's data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...( "Series 1" , categories , new [] { 76.6 , 82.1 , 91.6 }); chart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. PSB zmenšit velikost řešení | products.aspose.com

    Snižte velikost souborů PSD...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cz/reduce-size/psb/
  3. PSB Reduce Size Solution | products.aspose.com

    Reduce PSD files size...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/reduce-size/psb/
  4. Aspose.Reporting.Services | Aspose.Tasks Docume...

    Aspose.Reporting.Services is a .NET library used to manage and generate reports with Aspose's reporting components....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/reporting-services/
  5. 使用 Javascript 製作 DOCX

    通過幾個步驟在 JavaScript 中創建一個新的 DOCX。使用 Node.js via .NET 庫輕鬆創建 DOCX。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  6. FieldMergingArgs | Aspose.Words for Java

    Provides data for the MergeField event in Java....throws Exception { Document doc = new Document(getMyDir() + "Field...getMailMerge().setFieldMergingCallb(new HandleMergeFieldInse()); final...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldArgumentBuilder | Aspose.Words for Java

    Builds a complex field argument consisting of fields nodes and plain text in Java.... Document doc = new Document(); // Below are three...symbol. FieldBuilder builder = new FieldBuilder(FieldType.FIELD_SYMBOL);...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用 Javascript 製作 HTML

    通過幾個步驟在 JavaScript 中創建一個新的 HTML。使用 Node.js via .NET 庫輕鬆創建 HTML。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  9. 在 Javascript 中製作文檔

    使用 Node.js via .NET 庫創建文件。只需幾個步驟即可在 JavaScript 中輕鬆創建新文檔。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/make/
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....PDF file Document document = new Document ( _dataDir + "sample...TextFragment textFragment = new TextFragment ( "Aspose.PDF" );...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/