Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 157,024 for

doc

(0.14 sec)
  1. AnthropicAiModel.checkGrammar method | Aspose.W...

    AnthropicAiModel.checkGrammar method. Checks grammar of the provided Document....checkGrammar method checkGrammar(doc, options) Checks grammar of the...provided document. checkGrammar ( doc : Aspose . Words . Document ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and append a Paragraph object with customizable text for seamless Document enhancement.... Document doc = new Document (); // Create...HeaderFooter ( doc , HeaderFooterType . HeaderPrimary ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/sto...
  3. Paragraph.getEffectiveTabStops method | Aspose....

    Paragraph.getEffectiveTabStops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists.... let doc = new aw . Document (); let para = doc . firstSection...in Microsoft Word. expect ( doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Document.FieldOptions | Aspose.Words for .NET

    Explore the Document FieldOptions property to manage field handling effectively. Discover unique options for enhanced Document control and customization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two merge fields...

    reference.aspose.com/words/net/aspose.words/doc...
  5. IPageLayoutCallback.Notify | Aspose.Words for .NET

    Discover the iPageLayoutCallback Notify method to enhance layout building and rendering efficiency. Optimize your app's performance today!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  6. Werk Met Kaarte in C++|Aspose.Words vir C++

    Inleiding Tot Grafiek funksie, hoe om kaarte te skep en te manipuleer met behulp van C++....hoe om reeks kleur stel: auto doc = System :: MakeObject < Document...MakeObject < DocumentBuilder > ( doc ); auto shape = builder -> InsertChart...

    docs.aspose.com/words/af/cpp/how-to-set-fill-an...
  7. Aspose::Words::PageSetup::get_PageWidth method ...

    Aspose::Words::PageSetup::get_PageWidth method. Returns or sets the width of the page in points in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert the image into the...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the Document that is to be loaded.... DOC Microsoft Word 95 or Word 97...or Word 97 - 2003 Template. DOC_PRE_WORD60 The document is in...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LayoutOptions.IgnorePrinterMetrics | Aspose.Wor...

    Discover the LayoutOptions IgnorePrinterMetrics property, control printer metrics for Document layout. Optimize compatibility and enhance printing precision....Document doc = new Document ( MyDir + "Rendering.docx" ); doc . LayoutOptions...IgnorePrinterMetrics = false ; doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.lay...
  10. RevisionGroup.text property | Aspose.Words for ...

    RevisionGroup.text property. Returns inserted/deleted/moved text or description of format change.... doc = aw . Document ( file_name =...7 , doc . revisions . groups . count ) for group in doc . revisions...

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