Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 153,893 for

doc

(0.33 sec)
  1. Aspose::Words::Node::get_ParentNode method | As...

    Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Paragraph > para = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. Aspose::Words::Saving::DocSaveOptions::DocSaveO...

    Aspose::Words::Saving::DocSaveOptions::DocSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Doc format in C++....used to save a document in the Doc format. Aspose :: Words :: Saving...Microsoft Word formats. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Style.LinkedStyleName | Aspose.Words for .NET

    Discover how to style the LinkedStyleName property, easily manage linked styles, and enhance your design workflow with seamless integration....Document doc = new Document (); Style styleHeading1 = doc . Styles...]; Style styleHeading1Char = doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/sty...
  4. Aspose::Words::Document::Unprotect method | Asp...

    Aspose::Words::Document::Unprotect method. Removes protection from the Document regardless of the password in C++.... auto doc = MakeObject < Document > (); doc -> Protect (...ProtectionType :: ReadOnly , doc -> get_ProtectionType ()); //...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Փոխարկել Պատկեր DOC Javascript

    Փոխարկեք Պատկեր ը Doc ձևաչափի JavaScript կոդով: Պահեք Պատկեր որպես Doc օգտագործելով JavaScript:...Փոխարկել պատկեր ը DOC ի JavaScript ում Բարձր արագությամբ Node...Ծրագրային կերպով փոխակերպեք պատկեր-ը DOC-ի՝ օգտագործելով Node.js-ը: Ուսումնասիրեք...

    products.aspose.com/words/hy/nodejs-net/convers...
  6. SmartTag.accept method | Aspose.Words for Python

    SmartTag.accept method. Accepts a visitor.... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...

    reference.aspose.com/words/python-net/aspose.wo...
  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....( tableCustomers ); Document doc = new Document ( MyDir + "Mail...docx" ); Assert . AreEqual ( 2 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.mai...
  8. Document.WriteProtection | Aspose.Words for .NET

    Explore the Document WriteProtection property to manage your Document's write protection settings effortlessly and enhance security.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/doc...
  9. TxtSaveOptionsBase.ExportHeadersFootersMode | A...

    Discover how the TxtSaveOptionsBase ExportHeadersFootersMode property optimizes header and footer export in text formats. Default, PrimaryOnly.... Document doc = new Document (); // Insert...override the even headers/footers. doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Make A Document In C#

    Create a file using .NET library. Easily create a new Document in C# in a few steps....easily make a document in PDF, DOC, DOCX, HTML, EPUB, and many other...supported format – PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and other...

    products.aspose.com/words/net/make/