Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 198,840 for

new

(0.16 sec)
  1. How to Zip and Unzip Files in Java | Aspose.Zip...

    This guide teaches you how to zip and unzip files using Java programming methods. Discover various ways to compress and decompress files with detailed examples....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/zip/java/compressing-and-decomp...
  2. Make HTML Using Javascript

    Make a New HTML in JavaScript in a few steps. Easily create HTML using Node.js via .NET library....the following example: Make a new HTML using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/html/
  3. Make DOCX Using Javascript

    Make a New DOCX in JavaScript in a few steps. Easily create DOCX using Node.js via .NET library....the following example: Make a new DOCX using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/docx/
  4. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...初始化文档对象 Document pdfDocument = new Document (); // 获取特定页面 Page pdfPage...TextFragment textFragment1 = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...
  5. 使用 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/
  6. 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...
  7. IDocumentLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during loading a document in Java....LoadingProgressCallb progressCallback = new LoadingProgressCallb(); LoadOptions...LoadOptions loadOptions = new LoadOptions(); { loadOptions.setPr...

    reference.aspose.com/words/java/com.aspose.word...
  8. IBarcodeGenerator.GetOldBarcodeImage | Aspose.W...

    Create vintage barcode images effortlessly with iBarcodeGenerator's GetOldBarcodeImage method. Customize easily with your preferred parameters!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  9. IBarcodeGenerator.GetBarcodeImage | Aspose.Word...

    Effortlessly create custom barcode images with iBarcodeGenerator's GetBarcodeImage method. Ideal for enhancing your DisplayBarcode field efficiently!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  10. ReportBuilder | Aspose.Words for Java

    Provides methods intended to fill template with data using LINQ Reporting Engine in Java.... create() Creates new instance of the report builder...create(ReportBuilderContext context) Creates new instance of the report builder...

    reference.aspose.com/words/java/com.aspose.word...