Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 133,767 for

doc

(0.14 sec)
  1. TabStop class | Aspose.Words for Node.js

    Aspose.Words.TabStop class. Represents a single custom tab stop... let doc = new aw . Document ( base ....TOC9. for ( var paraNode of doc . getChildNodes ( aw . NodeType...

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

    Access specific Paragraphs easily with the ParagraphCollection Item property. Retrieve any Paragraph by index for seamless text management.... Document doc = new Document ( MyDir + "Revisions...changes". Assert . AreEqual ( 6 , doc . Revisions . Count ( r => r...

    reference.aspose.com/words/net/aspose.words/par...
  3. ParagraphCollection indexer | Aspose.Words for ...

    ParagraphCollection indexer. Retrieves a [Paragraph](../../paragraph/) at the given index.... doc = aw . Document ( file_name =.... MOVING , doc . revisions )))) paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::PageSetup::get_LeftMargin method...

    Aspose::Words::PageSetup::get_LeftMargin method. Returns or sets the distance (in points) between the left edge of the page and the left boundary of the body text in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. ParagraphFormat.SuppressLineNumbers | Aspose.Wo...

    Discover how the ParagraphFormat SuppressLineNumbers property lets you customize line numbering for paragraphs, enhancing Document clarity and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use the section's...

    reference.aspose.com/words/net/aspose.words/par...
  6. DropDownItemCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your DropDownItemCollection with the Add method. Instantly add strings to expand your collection and improve user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a combo box, and...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ShapeBase.right property | Aspose.Words for Python

    ShapeBase.right property. Gets the position of the right edge of the containing block of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

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

    Explore the Aspose.Words.ContentDisposition enum to discover various Document presentation options for enhanced client browser experiences.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words/con...
  9. PdfFontEmbeddingMode enumeration | Aspose.Words...

    aspose.words.saving.PdfFontEmbeddingMode enumeration. Specifies how Aspose.Words should embed fonts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # "Arial" is a standard font...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImageSaveOptions.ImageBrightness | Aspose.Words...

    Adjust the brightness of your images effortlessly with the ImageSaveOptions property. Enhance your visuals for stunning results!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.sav...