Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 222,895 for

new

(0.17 sec)
  1. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = New Li…...final License ASPOSE_LICENSE = new License(); static { try { //Aspose...catch (Exception e) { throw new RuntimeException(e); } } public...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  2. Slide|Aspose.Slides Documentation

    Control slides in Aspose.Slides for Java: create, clone, reorder, resize, set backgrounds, and apply transitions with Java for PPT, PPTX, and ODP presentations.... Add a Slide To add a new slide, you must first select...Presentation presentation = new Presentation (); try { ILayoutSlide...

    docs.aspose.com/slides/java/examples/elements/s...
  3. Working with Portfolio in PDF documents|Aspose....

    How to Create a PDF Portfolio with Java. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....Object Document pdfDocument = new Document (); // Instantiate document...pdfDocument . setCollection ( new Collection ()); // Get Files...

    docs.aspose.com/pdf/java/portfolio/
  4. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom document properties in Java.... Document doc = new Document(getMyDir() + "Properties...name, boolean value) Creates a new custom document property of the...

    reference.aspose.com/words/java/com.aspose.word...
  5. Form fields not extracting in Aspose.PDF - Free...

    I am running into two different issues, looking for expert advise. I’ve latest Aspose.Total.Net license that I am using to consume Aspose.PDF features as well. The system is not able to extract state of form fields - E…...License pdflicense = new Aspose.OCR.License(); string...add the image OcrInput input = new OcrInput(InputType.SingleImage);...

    forum.aspose.com/t/form-fields-not-extracting-i...
  6. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....document Document pdfDocument = new Document ( _dataDir + "AddImageStamp...stamp ImageStamp imageStamp = new ImageStamp ( _dataDir + "aspose-logo...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  7. AxisBound.isAuto property | Aspose.Words for No...

    AxisBound.isAuto property. Returns a flag indicating that axis bound should be determined automatically....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...axisX . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for replace operations in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FindReplaceOptions options = new FindReplaceOptions(); // Assign...

    reference.aspose.com/words/java/com.aspose.word...
  9. BuildingBlock.Type | Aspose.Words for .NET

    Discover the BuildingBlock Type property, essential for defining building block types in your projects. Enhance your design with clarity and precision!...doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...document. BuildingBlock block = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  10. How to Create a Flat ZIP Archive | Aspose.Zip D...

    Learn how to flatten nested zip archives into a single flat archive using Java tools....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/flatten-nested-zip/