Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 43,962 for

doc

(0.15 sec)
  1. ImageBinarizationMethod Enum | Aspose.Words for...

    Discover the Aspose.Words.ImageBinarizationMethod enum for effective image binarization. Optimize your Document processing with advanced techniques.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ImageSaveOptions.ThresholdForFloydSteinbergDith...

    Optimize your images with the ImageSaveOptions Threshold for Floyd-Steinberg Dithering. Control binarization error for stunning results in image processing.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Document.RevisionsView | Aspose.Words for .NET

    Effortlessly manage Document revisions! Choose between original or updated versions for seamless collaboration and enhanced productivity.... Document doc = new Document ( MyDir + "Revisions..."Revisions at list levels.docx" ); doc . UpdateListLabels (); ParagraphCollection...

    reference.aspose.com/words/net/aspose.words/doc...
  4. LayoutCollector class | Aspose.Words for Node.js

    Aspose.Words.Layout.LayoutCollector class. This class allows to compute page numbers of Document nodes....Description LayoutCollector(doc) Initializes an instance of this...pages that a node spans. let doc = new aw . Document (); let layoutCollector...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.ExpandTableStylesToDirectFormatting | ...

    Transform table styles into direct formatting with the ExpandTableStylesToDirectFormatting method, enhancing your Document's appearance effortlessly.... Table styles defined in DOC documents are preserved as table...when saving the document as DOC only. Examples Shows how to apply...

    reference.aspose.com/words/net/aspose.words/doc...
  6. FontInfoCollection.embed_system_fonts property ...

    FontInfoCollection.embed_system_fonts property. Specifies whether or not to embed System fonts into the Document... This option works for DOC, DOCX and RTF formats only. Examples...with embedded TrueType fonts. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ListCollection.AddSingleLevelList | Aspose.Word...

    Effortlessly create and add a single-level list to your Document with the ListCollection AddSingleLevelList method, enhancing organization and clarity.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); ListCollection listCollection = doc . Lists ;...

    reference.aspose.com/words/net/aspose.words.lis...
  8. ParagraphFormat.right_indent property | Aspose....

    ParagraphFormat.right_indent property. Gets or sets the value (in points) that represents the right indent for paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Center all text that the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Field.display_result property | Aspose.Words fo...

    Field.display_result property. Gets the text that represents the displayed field result.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'This document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentDirection enumeration | Aspose.Words fo...

    aspose.words.loading.DocumentDirection enumeration. Allows to specify the direction to flow the text in a Document.... doc = aw . Document ( file_name =...load_options ) self . assertTrue ( doc . first_section . body . first_paragraph...

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