Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 214,446 for

new

(0.16 sec)
  1. Limitations and API Differences|Aspose.Slides f...

    Compare the limitations and API differences between Aspose.Slides for PHP via Java and Aspose.Slides for Java....aspose\sldes\Presentation ; Instantiating a New Presentation Aspose.Slides for...Presentation presentation = new Presentation (); Aspose.Slides...

    docs.aspose.com/slides/php-java/limitations-and...
  2. Converting DjVu to PDF Format in PHP|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....instance of Image class $image = new Image (); $image = $image ->...PdfOptions $export_options = new PdfOptions (); \ # Initialize...

    docs.aspose.com/imaging/java/converting-djvu-to...
  3. LoadOptions.WarningCallback | Aspose.Words for ...

    Discover the LoadOptions WarningCallback property, which alerts you during load operations to prevent data loss and ensure formatting integrity....LoadOptionsWarningCa () { // Create a new LoadOptions object and set its...implementation. LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    reference.aspose.com/words/net/aspose.words.loa...
  4. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java.... Document doc = new Document(); Assert.assertEquals(DocumentBase...GlossaryDocument glossaryDoc = new GlossaryDocument(); doc.setG...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldSubject.text property | Aspose.Words for P...

    FieldSubject.text property. Gets or sets the text of the subject....then display the new value. field . text = 'My new subject' field...assertEqual ( ' SUBJECT "My new subject"' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...Document doc = new Document (); Run run = new Run ( doc , "Hello...Font ; font . Name = "Courier New" ; font . Size = 36 ; font ....

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldTitle.text property | Aspose.Words for Python

    FieldTitle.text property. Gets or sets the text of the title....corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Gradient in XPS file | Java

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xps/working-with-g...
  9. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can already build a 3D scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....initialize a new 3D scene var s = new Scene (); var box = new Box ();...Material = new PhongMaterial () { DiffuseColor = new Vector3 (...

    docs.aspose.com/3d/net/customize-non-pbr-to-pbr...
  10. How to add Circle Annotation using C++ | Aspose...

    Add Circle annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/circle/add/