Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 168,794 for

doc

(0.07 sec)
  1. Node.Range | Aspose.Words for .NET

    Discover the Node Range property, effortlessly access a Range object that defines the Document segment within your node for enhanced content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add text to the first section...

    reference.aspose.com/words/net/aspose.words/nod...
  2. WatermarkLayout enumeration | Aspose.Words for ...

    aspose.words.WatermarkLayout enumeration. Defines layout of the watermark relative to the watermark center.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Սեղմել DOC Ը Javascript Ում

    Սեղմեք Doc ը JavaScript ում՝ առանց որակի կորստի: Օպտիմալացրեք Doc բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...DOC ը JavaScript ում սեղմելու կոդը Բարձր արդյունավետությամբ Node...Node.js գրադարան՝ DOC ֆայլերի չափն ու բովանդակությունը օպտիմալացնելու...

    products.aspose.com/words/hy/nodejs-net/compres...
  4. PaperSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PaperSize enum for defining custom paper sizes in your Documents. Enhance your Document formatting with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pap...
  5. Paragraph.InsertField | Aspose.Words for .NET

    Effortlessly insert fields into paragraphs with the Paragraph InsertField method. Enhance your Document's functionality and streamline content management....Document doc = new Document (); Paragraph para = doc . FirstSection...child nodes: Run run = new Run ( doc ) { Text = "This run was written...

    reference.aspose.com/words/net/aspose.words/par...
  6. Document.StopTrackRevisions | Aspose.Words for ...

    Learn how to use the StopTrackRevisions method to prevent automatic Document change markings, enhancing your editing efficiency and Document clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Editing a document usually...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Body.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the Body EnsureMinimum method. Automatically add an empty paragraph if the last child isn't a paragraph for better formatting.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/bod...
  8. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a Document node or style. Use RevisionType to check the type of this revision. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  9. Bookmark.remove method | Aspose.Words for Node.js

    Bookmark.remove method. Removes the bookmark from the Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ViewOptions.view_type property | Aspose.Words f...

    ViewOptions.view_type property. Controls the view mode in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

    reference.aspose.com/words/python-net/aspose.wo...