Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 168,741 for

doc

(0.07 sec)
  1. Document.Save | Aspose.Words for .NET

    Effortlessly save your Documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage....Document doc = new Document ( MyDir + "Document.docx" ); doc . Save...convert a PDF to a .docx. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Document.removeMacros method | Aspose.Words for...

    Document.removeMacros method. Removes all macros (the VBA project) as well as toolbars and command customizations from the Document.... let doc = new aw . Document ( base ....expect ( doc . hasMacros ). toEqual ( true ); expect ( doc . vbaProject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Remove Metadata from PDF in Python|Aspose.PDF f...

    Find out how to remove metadata from PDF Documents in Python using Aspose.PDF, ensuring privacy and data security.... doc = self . Document () pdf = self...'/pdfaid:part/' , doc . getMetadata ())): doc . getMetadata ()...

    docs.aspose.com/pdf/java/remove-metadata-from-p...
  4. Inserting Documents Dynamically in Java|Aspose....

    Insert contents of outer Documents into your Document dynamically when building a report in Java....reports dynamically using doc tags. A doc tag denotes a placeholder...Syntax of a doc tag is defined as follows. << doc [ document_expression...

    docs.aspose.com/words/java/inserting-documents-...
  5. IStructuredDocumentTag.LockContentControl | Asp...

    Discover the IStructuredDocumentTag LockContentControl property. Set to true, it prevents users from deleting SDT, enhancing Document integrity and control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/net/aspose.words.mar...
  6. FieldSubject.Text | Aspose.Words for .NET

    Manage the FieldSubject Text property effortlessly—get or set your subject text for seamless data handling and enhanced user experience.... Document doc = new Document (); // Set a value..."Subject" built-in property. doc . BuiltInDocumentPrope . Subject...

    reference.aspose.com/words/net/aspose.words.fie...
  7. PageSetup.footnoteOptions property | Aspose.Wor...

    PageSetup.footnoteOptions property. Provides options that control numbering and positioning of footnotes in this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the Document in their original order.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 5 ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. OdtSaveOptions.saveFormat property | Aspose.Wor...

    OdtSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Section::get_ProtectedForForms m...

    Aspose::Words::Section::get_ProtectedForForms method. True if the section is protected for forms. When a section is protected for forms, users can select and modify text only in form fields in Microsoft Word in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/sec...