Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 155,673 for

doc

(0.11 sec)
  1. DocumentBase.Document | Aspose.Words for .NET

    Explore DocumentBase properties to efficiently manage your Documents. Unlock seamless access and enhance your workflow today!... Document doc = new Document (); // New Document...Paragraph. doc . AppendChild ( new Section ( doc )) . AppendChild...

    reference.aspose.com/words/net/aspose.words/doc...
  2. PageSetup.Margins | Aspose.Words for .NET

    Adjust your page's Margins effortlessly with the PageSetup property. Customize settings for optimal layout and presentation. Enhance your Document's appearance!... Document doc = new Document ( MyDir + "Rendering...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/pag...
  3. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the page.... doc = aw . Document ( file_name =...the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShapeBase.title property | Aspose.Words for Python

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a shape, give it...

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

    Discover the Node PreviousPreOrder method to efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing.... Document doc = new Document ( MyDir + "Images...docx" ); Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/nod...
  6. ThumbnailGeneratingOptions.generate_from_first_...

    ThumbnailGeneratingOptions.generate_from_first_page property. Specifies whether to generate thumbnail from first page of the Document or first image.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Node.range property | Aspose.Words for Python

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a Document that is contained in this node.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text to the first section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Document::get_GrammarChecked met...

    Aspose::Words::Document::get_GrammarChecked method. Returns true if the Document has been checked for grammar in C++.... auto doc = MakeObject < Document > ();...string with spelling errors. doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative to the base line... let doc = new aw . Document (); let para = doc . getParagraph...baseline. let run = new aw . Run ( doc , "Raised text. " ); run . font...

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

    Discover the StoryType property to easily identify and categorize your stories, enhancing organization and improving your storytelling experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a DocumentBuilder to...

    reference.aspose.com/words/net/aspose.words/sto...