Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 401,818 for

document

(0.2 sec)
  1. AiModel.CheckGrammar | Aspose.Words for .NET

    AI-powered grammar checker API for Documents. Automatically detect and fix grammar errors in Word files using advanced language models....Checks grammar of the provided document. This operation leverages...checking grammar of document. public virtual Document CheckGrammar (...

    reference.aspose.com/words/net/aspose.words.ai/...
  2. How to Create BarCode|Aspose.Words for .NET

    Example of barcode shape generation using C#....embed barcodes directly into documents using fields. Users can insert...allows users to work with Word documents to which a barcode has already...

    docs.aspose.com/words/net/how-to-generate-a-cus...
  3. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for JavaScript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance.... This document shows how to add an image...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/javascript-cpp/set-pictur...
  4. DigitalSignature.signatureType property | Aspos...

    DigitalSignature.signatureType property. Gets the type of the digital signature....signature in a document. const doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontEmbeddingLicensingRights.no_subsetting prop...

    FontEmbeddingLicensingRights.no_subsetting property. Indicates the No subsetting restriction.... Document ( file_name = MY_DIR + 'Embedded...docx' ) # Get the list of document fonts. font_infos = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. FontInfo.embedding_licensing_rights property | ...

    FontInfo.embedding_licensing_rights property. Gets the embedded font licensing rights.... Document ( file_name = MY_DIR + 'Embedded...docx' ) # Get the list of document fonts. font_infos = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlFixedSaveOptions.SaveFormat | Aspose.Words ...

    Discover the HtmlFixedSaveOptions SaveFormat property to ensure your Documents are saved in the exclusive HtmlFixed format for optimal quality....Specifies the format in which the document will be saved if this save...created while converting a document to HTML. public void HtmlFixedResourceFol...

    reference.aspose.com/words/net/aspose.words.sav...
  8. CustomXmlPropertyCollection.RemoveAt | Aspose.W...

    Effortlessly manage your CustomXmlPropertyCollection with the RemoveAt method—quickly remove properties by index for streamlined data handling.... Document doc = new Document ( MyDir + "Smart...// A smart tag appears in a document with Microsoft Word recognizes...

    reference.aspose.com/words/net/aspose.words.mar...
  9. CustomXmlPropertyCollection.Add | Aspose.Words ...

    Effortlessly enhance your CustomXmlPropertyCollection with the Add method, allowing you to seamlessly integrate properties for optimized data management.... Document doc = new Document ( MyDir + "Smart...// A smart tag appears in a document with Microsoft Word recognizes...

    reference.aspose.com/words/net/aspose.words.mar...
  10. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Document(str(file_path)) text_watermark_options...watermark to every page of a Word document using Aspose.Words, follow...

    forum.aspose.com/t/how-to-add-watermark-to-docs...