Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 214,294 for

new

(0.1 sec)
  1. CustomXmlProperty | Aspose.Words for Java

    Represents a single custom XML attribute or a smart tag property in Java....throws Exception { Document doc = new Document(); // A smart tag appears...underline. SmartTag smartTag = new SmartTag(doc); // Smart tags...

    reference.aspose.com/words/java/com.aspose.word...
  2. Add Barcodes to PDF Documents|Documentation

    How to Insert Barcodes to PDF Files...with a new page Aspose . Pdf . Document pdfDoc = new Aspose ...BarcodeGenerator generator = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/net/add-barcode-to-pdf-...
  3. ChartSeriesCollection class | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.ChartSeriesCollection class. Represents collection of a [ChartSeries](../chartseries/)...add(seriesName, categories, values) Adds new ChartSeries to this collection...categories, values, isSubtotal) Adds new ChartSeries to this collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Extracting Pages programmatically Python|Aspose...

    You can extract pages from your PDF file using Aspose.PDF for Python via .NET library....PDF document and save it as a new file. Using the Aspose.PDF library...copies the desired page to a new PDF, leaving the original document...

    docs.aspose.com/pdf/python-net/extract-pages/
  5. FontSourceBase | Aspose.Words for Java

    This is an abstract base class for the classes that allow the user to specify various font sources in Java....FileFontSource fileFontSource = new FileFontSource(getMyDir() + "Alte...Document doc = new Document(); doc.setFontSettings(new FontSettings());...

    reference.aspose.com/words/java/com.aspose.word...
  6. OoxmlCompliance | Aspose.Words for Java

    Allows to specify which OOXML specification will be used when saving in the DOCX format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat.DOCX);...

    reference.aspose.com/words/java/com.aspose.word...
  7. OoxmlSaveOptions | Aspose.Words for .NET

    Discover the OoxmlSaveOptions constructor to effortlessly save documents in Docx format. Unlock seamless document management and enhanced compatibility....OoxmlSaveOptions() Initializes a new instance of this class that can...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Working with PDF File Metadata|Aspose.PDF for Java

    Discover how to manage and extract metadata from PDF files in Java using Aspose.PDF to handle document properties....Create a new PDF document Document pdfDocument = new Document...document Document pdfDocument = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/pdf-file-metadata/
  9. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...TemplateDataUtilServ templateDataUtilServ = new TemplateDataUtilServ(); public...Exception { String test[] = new String[1]; System.out.println(test);...

    forum.aspose.com/t/chinese-date-language-locale...
  10. 通過Java將圖像添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 使用 Java 示例代码,以编程方式将图像添加到 PDF 文档中...try { Document pdfDocument = new Document ( DATA_DIR . resolve...FileInputStream imageStream = new FileInputStream ( DATA_DIR ....

    products.aspose.com/pdf/zh-hant/java/images/add/