Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 213,070 for

new

(0.6 sec)
  1. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Check if we need to start a new row if ((i + 1) % 2 == 0 && i...

    forum.aspose.com/t/render-multiple-images-in-a-...
  2. FieldStyleRef | Aspose.Words for Java

    Implements the STYLEREF field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library.... Create a new Visio file, or open an existing...existing Visio file. Create a new text box. Insert the words Hello...

    docs.aspose.com/diagram/java/your-first-aspose-...
  4. Aspose.PSD for .NET 19.10 - 发布说明|Documentation

    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.... Save ( destName , new PsdOptions ( image )); } string...); image . Save ( destName , new PsdOptions ( image )); } string...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  5. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....throws Exception { Document doc = new Document ( dataDir + "document...watermarks. Shape watermark = new Shape ( doc , ShapeType . TEXT_PLAIN_TEXT...

    docs.aspose.com/words/java/add-watermark-in-doc...
  6. CompositeGridConfig|Documentation

    CompositeGridConfig element generates a highly customizable matrix of numbered bubbles that are combined into a single answer.... new CompositeGridConfig () { ColumnsCount...ColumnsCount = 3 , Values = new List < string >() { "U" , "S" ,...

    docs.aspose.com/omr/net/programmatic-forms/comp...
  7. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...another file: Scene scene = new Scene ( "huge-scene.obj" ); //.... CreateChildNode ( "box" , new Box ()); // scale geometries...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  8. Your First Application for Android via Java|Asp...

    Installing Aspose.Words for Android via Java....demonstrate how to set up a new Android project from scratch...Aspose.Words JAR and create a new document which is saved to disk...

    docs.aspose.com/words/java/your-first-application/
  9. 在用C++通过JavaScript加载工作簿或工作表时筛选对象|Documentation

    学习在用C++通过Aspose.Cells for JavaScript加载工作簿或工作表时如何筛选数据...lOptions = new LoadOptions (); lOptions . loadFilter = new LoadFilter...filter const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  10. Aspose.OCR test - Free Support Forum - aspose.com

    How can I try Aspose.OCR? I installed the package from NuGet, but when I run api.Recognize, the application freezes. Do I need a trial license?...Here is the code: Dim api = New OCR.AsposeOcr() Dim settings...settings As RecognitionSettings = New RecognitionSettings() settings...

    forum.aspose.com/t/aspose-ocr-test/311268