Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 165,041 for

new

(0.07 sec)
  1. TabStop | Aspose.Words for .NET

    Discover TabStop constructor, effortlessly create and customize instances for enhanced functionality in your projects. Boost your coding efficiency today!...TabStop( double ) Initializes a new instance of this class. public...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/tab...
  2. 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...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/xps/working-with-grad...
  3. Convert PPT and PPTX to PDF in JavaScript [Adva...

    Learn how to convert PPT, PPTX, and ODP presentations to PDF in JavaScript using Aspose.Slides. Implement advanced features like password protection, compliance standards, and custom options for high-quality, accessible PDF documents.... let presentation = new aspose . slides . Presentation...PdfOptions class. let pdfOptions = new aspose . slides . PdfOptions...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  4. Manipulate Annotations in PDF using C# | Aspose...

    Manage Annotations in PDF programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...inputFile ); var textAnnotation = new Aspose . Pdf . Annotations ....

    products.aspose.com/pdf/net/annotation/
  5. Run.text property | Aspose.Words for Node.js

    Run.text property. Gets or sets the text of the run.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CompositeNode.RemoveAllChildren | Aspose.Words ...

    Effortlessly clear all child nodes with the CompositeNode RemoveAllChildren method. Streamline your code and enhance performance today!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/com...
  7. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency....XpsSaveOptions() Initializes a new instance of this class that can...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. DocumentSecurity enumeration | Aspose.Words for...

    Aspose.Words.Properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtindocumentproperties/security/) property... let doc = new aw . Document (); expect ( doc...readOnlyRecommended.docx" ); expect ( new aw . Document ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldAutoTextList.ScreenTip | Aspose.Words for ...

    Discover the FieldAutoTextList ScreenTip property, easily customize your ScreenTip text for enhanced user experience and clarity in your application....FieldAutoTextList () { Document doc = new Document (); // Create a glossary...entries. doc . GlossaryDocument = new GlossaryDocument (); AppendAutoTextEntry...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = New Document(); DocumentBuilder builder = New DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…...document1 = new Document(); DocumentBuilder builder = new Documen...Document srcDoc = new Document(); srcDoc = new Document(DemoDoc);...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...