Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 157,119 for

doc

(0.11 sec)
  1. Converter.ConvertToImages | Aspose.Words for .NET

    Transform your Documents effortlessly with ConvertToImages. Convert pages to high-quality image files quickly and easily for enhanced sharing and storage.... string doc = MyDir + "Big document.docx"...Converter . ConvertToImages ( doc , SaveFormat . Png ); ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.low...
  2. 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...
  3. Document.UpdatePageLayout | Aspose.Words for .NET

    Revamp your Document's structure with the UpdatePageLayout method, ensuring a polished and organized layout for enhanced readability and presentation.... Document doc = new Document ( MyDir + "Rendering...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Watermark.type property | Aspose.Words for Python

    Watermark.type property. Gets the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  5. JustificationMode Enum | Aspose.Words for .NET

    Discover Aspose.Words JustificationMode enum for precise character spacing adjustments in your Documents. Enhance readability with customizable settings!... Document doc = new Document ( MyDir + "Document...JustificationMode justificationMode = doc . JustificationMode ; if ( justificationMode...

    reference.aspose.com/words/net/aspose.words.set...
  6. FontInfoCollection.saveSubsetFonts property | A...

    FontInfoCollection.saveSubsetFonts property. Specifies whether or not to save a subset of the embedded TrueType fonts with the Document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. List.ListId | Aspose.Words for .NET

    Discover the unique ListId property to easily access and manage your lists. Streamline your workflow with this essential identifier....Document doc = new Document (); ListCollection lists = doc . Lists.... Document , Is . EqualTo ( doc )); List list = lists . Add (...

    reference.aspose.com/words/net/aspose.words.lis...
  8. VbaProject | Aspose.Words for .NET

    Create a new VbaProject effortlessly with our constructor tool. Start your programming journey with a blank project and unleash your creativity!... Document doc = new Document (); // Create.... Name = "Aspose.Project" ; doc . VbaProject = project ; // Create...

    reference.aspose.com/words/net/aspose.words.vba...
  9. BuiltInDocumentProperties.hyperlinkBase propert...

    BuiltInDocumentProperties.hyperlinkBase property. Specifies the base string used for evaluating relative hyperlinks in this Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a relative hyperlink...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Section.appendContent method | Aspose.Words for...

    Section.appendContent method. Inserts a copy of content of the source section at the end of this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Section...

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