Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 222,751 for

new

(0.31 sec)
  1. IComparisonExpressionEvaluator | Aspose.Words f...

    When implemented allows to override default comparison expressions evaluation for the FieldIf and FieldCompare fields in Java....expression\""; DocumentBuilder builder = new DocumentBuilder(); // Field codes...result = comparisonResult != -1 ? new ComparisonEvaluation(comparisonResult...

    reference.aspose.com/words/java/com.aspose.word...
  2. GradientStopCollection.add method | Aspose.Word...

    GradientStopCollection.add method. Adds a specified [GradientStop](../../gradientstop/) to a gradient....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...
  3. Working with Cylinder|Documentation

    Aspose.3D for .NET allows customizing Offset Top of a cylinder. In order to use this functionality, you can use Offset property of Cylinder class....Create a scene Scene scene = new Scene (); // Initialize cylinder...cylinder var cylinder1 = new Cylinder ( 2 , 2 , 10 , 20 , 1 , false...

    docs.aspose.com/3d/net/working-with-cylinder/
  4. Picture|Aspose.Slides for PHP Documentation

    Work with pictures in PHP using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....addPicture () { $presentation = new Presentation (); try { $slide...addImage ( new Java ( "java.io.FileInputStream" , new Java ( "java...

    docs.aspose.com/slides/php-java/examples/elemen...
  5. BubbleSizeCollection | Aspose.Words for Java

    Represents a collection of bubble sizes for a chart series in Java.... To add or insert new values to a chart series, or...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. 档案

    档案...Document doc = new Document("Sample.doc"); // Create a new memory stream...stream. MemoryStream outStream = new MemoryStream(); // Save the document...

    blog.aspose.com/zh/total/convert-worddoc-docx-t...
  7. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi.... Create a new Document class object to split...//Read the source PDF file doc = new com . aspose . pdf . Document...

    products.aspose.com/pdf/java/splitter/
  8. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/net/aspose.words.rep...
  9. SmartTag.AcceptStart | Aspose.Words for .NET

    Discover the SmartTag AcceptStart method—seamlessly welcome visitors to your SmartTag experience and enhance user engagement today!...void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  10. WordML2003SaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.WORD_ML format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...WordML2003SaveOption options = new WordML2003SaveOption(); // Set...

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