Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 164,887 for

new

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

    Processor class for performing different document processing actions in Java....stream: DataTable dataTable = new DataTable(); dataTable.getColumns()..."); dataTable.getRows().add(new String[]{"James Bond", "London"...

    reference.aspose.com/words/java/com.aspose.word...
  2. 演示评论|Aspose.Slides 文档

    在Java中为PowerPoint演示添加评论和回复...实例化Presentation类 Presentation pres = new Presentation (); try { // 添加一个空幻灯片...设置评论的位置 Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/zh/java/presentation-com...
  3. 将图像添加到现有PDF文件|Aspose.PDF for Java

    本节介绍如何使用Java库将图像添加到现有PDF文件。...打开一个文档 Document pdfDocument1 = new Document ( _dataDir + "sample...imageStream = new java . io . FileInputStream ( new java . io ....

    docs.aspose.com/pdf/zh/java/add-image-to-existi...
  4. ChartDataTable | Aspose.Words for Java

    Allows to specify properties of a chart data table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); double[] xValues = new double[] { 2020.0, 2021.0, 2022...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose.PSD for .NET 24.5 - Release Notes|Docume...

    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....{ RawColor backgroundColor = new RawColor ( PixelDataFormat ....White PsdOptions psdOptions = new PsdOptions ( psdImage ) { ColorMode...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  6. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XLSX format in Java.... Document doc = new Document(getMyDir() + "Shape...XlsxSaveOptions xlsxSaveOptions = new XlsxSaveOptions(); xlsxSaveOptions...

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

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage.... Document doc = new Document ( MyDir + "Document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 将PDF转换为JPG|Aspose.PDF for Android via Java

    本页介绍如何使用Aspose.PDF for Android via Java将PDF页面转换为JPEG图像,将所有页面和单个页面转换为JPEG图像。...convertPDFtoJPEG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-JPEG...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  9. Processor.From | Aspose.Words for .NET

    Enhance your workflow with our processor that efficiently handles input documents for seamless processing and improved productivity.... Create ( new ConverterContext ()) . From (...Execute (); Converter . Create ( new ConverterContext ()) . From (...

    reference.aspose.com/words/net/aspose.words.low...
  10. ImageData.SetImage | Aspose.Words for .NET

    Discover how to use the SetImage method in ImageData to enhance your shapes with customized images. Elevate your design effortlessly!... Document doc = new Document (); // To display an...+ "Logo.jpg" )) { imgShape = new Shape ( doc , ShapeType . Image...

    reference.aspose.com/words/net/aspose.words.dra...