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

new

(0.56 sec)
  1. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java.... DocumentBuilder builder = new DocumentBuilder(); Shape shape...with soft edge. Document doc = new Document(getArtifactsDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  2. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the PHP Modern API for seamless PowerPoint and OpenDocument automation....typical scenario of using the new API may look as follows: use...aspose\slides\Images ; $pres = new Presentation (); # instantiate...

    docs.aspose.com/slides/php-java/modern-api/
  3. FieldSet | Aspose.Words for Java

    Implements the SET field in Java.... Remarks: Assigns new text to a bookmark. Examples:...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert PowerPoint Presentations to HTML in PHP...

    Convert PowerPoint presentations to responsive HTML in PHP. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....presentation to HTML while using the new CSS style. Using its own API...a presentation file $pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/php-java/convert-powerpo...
  5. MULTIPLE PAGE TIFF FILE TO PDF - Free Support F...

    I want to merge a multipage tiff file to a pdf I used this function but only first frame of tiff got added , what do I need to change , we need to ensure that we are processing each frame of the TIFF file, can you sugge…...(FileInputStream imageStream = new FileInputStream(tiffPath)) {...add(imageStream); newPage.getContents().add(new GSave()); Rectangle pageRect...

    forum.aspose.com/t/multiple-page-tiff-file-to-p...
  6. GradientStopCollection.count property | Aspose....

    GradientStopCollection.count property. Gets an integer value indicating the number of items in the collection....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Fill.gradientStops property | Aspose.Words for ...

    Fill.gradientStops property. Gets a collection of [GradientStop](../../gradientstop/) objects for the fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GradientStop.color property | Aspose.Words for ...

    GradientStop.color property. Gets or sets a value representing the color of the gradient stop....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 档案

    档案...doc = new Document (); // 初始化 Page 类对象 Page page = new Page ();...Outline 类对象 Outline outline = new Outline (); // 初始化 TextStyle...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  10. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentHelper.getBytesFromStream(new FileInputStream(getDatabaseDir()...

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