Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 214,418 for

new

(0.15 sec)
  1. CompositeNode.RemoveSmartTags | Aspose.Words fo...

    Effortlessly clean your CompositeNode with the RemoveSmartTags method, eliminating all SmartTag descendants for streamlined data management.... Document doc = new Document ( MyDir + "Smart tags...void Create () { Document doc = new Document (); // A smart tag appears...

    reference.aspose.com/words/net/aspose.words/com...
  2. WriteProtection | Aspose.Words for Java

    Specifies write protection settings for a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...WriteProtection.docx"); doc = new Document(getArtifactsDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  3. Metered | Aspose.Words for Java

    Provides methods to set metered key in Java....jar file: Metered matered = new Metered(); matered.setMeteredKey("PublicKey"...credit/consumption. // Create a new Metered license, and then print...

    reference.aspose.com/words/java/com.aspose.word...
  4. Split PDF, HTML, TXT Files using C# | Aspose.PDF

    C# sample code to split files on .NET Framework, .NET Core.... Create a new Document class object to split...var pdfEditor = new PdfFileEditor (); fs = new FileStream ( "1...

    products.aspose.com/pdf/net/splitter/
  5. Add Text to an existing PDF file in PHP|Aspose....

    Learn how to add New text to an existing PDF document in PHP using Aspose.PDF for content enhancement....Instantiate Document object $doc = new Document ( $dataDir . 'input1...text fragment $text_fragment = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  6. ReportBuilder.Create | Aspose.Words for .NET

    Create powerful reports effortlessly with the ReportBuilder Create method, designed to streamline your report generation process and enhance productivity....Contents [ Hide ] Create() Creates new instance of the report builder...ReportBuilderContext ) Creates new instance of the report builder...

    reference.aspose.com/words/net/aspose.words.low...
  7. Public API Changes in Aspose.3D 2.0.0|Documenta...

    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....Node class, Adds new classes Aspose.ThreeD.Utilities...developers. It includes not only new and updated public methods, but...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  8. PDF Multimedia Annotation|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add, get, and delete the multimedia annotation from your PDF document....PDF file Document document = new Document ( _dataDir + "sample...screenAnnotation = new ScreenAnnotation ( page , new Rectangle ( 170...

    docs.aspose.com/pdf/java/multimedia-annotation/
  9. VbaProject | Aspose.Words for .NET

    Create a New VbaProject effortlessly with our constructor tool. Start your programming journey with a blank project and unleash your creativity!...Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  10. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET....Follow the steps below: Create a new PDF Document . Add Page to pages...document using ( var document = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/add-line/