Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 213,527 for

new

(0.89 sec)
  1. FileFontSource | Aspose.Words for Java

    Represents the single TrueType font file stored in the file system in Java....FileFontSource fileFontSource = new FileFontSource(getMyDir() + "Alte...Document doc = new Document(); doc.setFontSettings(new FontSettings());...

    reference.aspose.com/words/java/com.aspose.word...
  2. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....Follow the steps below: Create a new PDF Document Add Page to pages...Create a new PDF document Document pdfDocument = new Document...

    docs.aspose.com/pdf/java/add-rectangle/
  3. XmlDataSource | Aspose.Words for Java

    Provides access to data of an XML file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...docx"); XmlDataSource dataSource = new XmlDataSource(getMyDir() + "List...

    reference.aspose.com/words/java/com.aspose.word...
  4. PDF Highlight Annotation using C#|Aspose.PDF fo...

    Learn how to add highlights annotation to PDF documents in .NET using Aspose.PDF for text emphasis and review....actions: Load the PDF file - new Document object. Create annotations:...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/highlights-annotation/
  5. Customize PowerPoint Fonts in PHP|Aspose.Slides...

    Customize fonts in PowerPoint slides with Aspose.Slides for PHP via Java to keep your presentations sharp and consistent across any device....null ; try { $presentation = new Presentation ( "sample.pptx"...setDocumentLevelFont property: $Array = new JavaClass ( "java.lang.reflect...

    docs.aspose.com/slides/php-java/custom-font/
  6. PageConfig|Documentation

    PageConfig element allows you to break large forms into several pages that are recognized as a single document.... At the moment, new pages are not automatically created...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/page...
  7. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly.... DataTable tableCustomers = new DataTable ( "A" ); tableCustomers...tableCustomers . Rows . Add ( new object [] { 1 , "John Doe" });...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Processor.To | Aspose.Words for .NET

    Optimize your workflow with our processor method that clearly defines output files, enhancing efficiency and streamlining your data management tasks.... Create ( new ConverterContext ()) . From (...Execute (); Converter . Create ( new ConverterContext ()) . From (...

    reference.aspose.com/words/net/aspose.words.low...
  9. Buat PDF Menggunakan C#

    Buat PDF baharu dalam C# dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/pdf/
  10. Using extra types of PDF annotations|Aspose.PDF...

    Discover how to add extra annotations to PDF documents in Java with Aspose.PDF for more interactive documents....Load the PDF file - new Document . Create new Caret Annotation and...and set Caret parameters (new Rectangle, title, Subject, Flags...

    docs.aspose.com/pdf/java/extra-annotations/