Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 165,809 for

doc

(0.09 sec)
  1. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the Document has any tracked changes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Revision.revision_type property | Aspose.Words ...

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

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Document::UpdateWordCount method...

    Aspose::Words::Document::UpdateWordCount method. Updates word count properties of the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. FontInfoCollection.Count | Aspose.Words for .NET

    Discover the FontInfoCollection Count property, effortlessly retrieve the total number of elements in your collection for seamless data management.... Document doc = new Document (); // A blank...about that font. Assert . That ( doc . FontInfos . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fon...
  5. ThumbnailGeneratingOptions.ThumbnailSize | Aspo...

    Discover customizable thumbnail options with our ThumbnailSize property. Generate perfect pixel-sized thumbnails, defaulting to 600x900 for optimal display!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.ren...
  6. Font.size property | Aspose.Words for Node.js

    Font.size property. Gets or sets the font size in points.... let doc = new aw . Document (); let run...run = new aw . Run ( doc , "Hello world!" ); let font = run ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Watermark.remove method | Aspose.Words for Python

    Watermark.remove method. Removes the watermark.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

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

    Discover the Comment DateTimeUtc property, which retrieves the exact UTC date and time of your comments for accurate tracking and management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); DateTime dateTime = DateTime...

    reference.aspose.com/words/net/aspose.words/com...
  9. DocSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.DocSaveOptions constructor...DOC format. def __init__ ( self ):...a document in the SaveFormat.DOC or SaveFormat.DOT format. def...

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

    Effortlessly unlock your Documents with our Document Unprotect method, removing any password protection for easy access and editing.... Document doc = new Document (); doc . Protect ( ProtectionType..."password" ); Assert . That ( doc . ProtectionType , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/doc...