Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 31,896 for

doc

(0.07 sec)
  1. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Security method. Specifies the security level of a Document as a numeric value in C++....This property is available in DOC and OOXML documents only. To...security level of a document. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. Row constructor | Aspose.Words for Python

    Row constructor. Initializes a new instance of the [Row](../) class....Row constructor Row(doc) Initializes a new instance of the Row...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.UpdateWordCount | Aspose.Words for .NET

    Enhance your Document's efficiency with the UpdateWordCount method, ensuring accurate word count properties for better editing and review.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words/doc...
  4. LayoutOptions.revisionOptions property | Aspose...

    LayoutOptions.revisionOptions property. Gets revision options.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a revision, then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Section.Clone | Aspose.Words for .NET

    Effortlessly duplicate sections with our Section Clone method. Streamline your workflow and enhance productivity with this powerful tool!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/sec...
  6. Revision.Reject | Aspose.Words for .NET

    Master the Revision Reject method to streamline your workflow and enhance productivity. Say goodbye to unnecessary changes today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  7. SystemFontSource.get_system_font_folders method...

    SystemFontSource.get_system_font_folders method. Returns system font folders or empty array if folders are not accessible.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Revision.DateTime | Aspose.Words for .NET

    Manage your Revision DateTime property effortlessly. Easily get or set the date and time of revisions for improved tracking and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  9. Revision.author property | Aspose.Words for Python

    Revision.author property. Gets or sets the author of this revision... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Revision.reject method | Aspose.Words for Node.js

    Revision.reject method. Reject this revision.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

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