Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 153,893 for

doc

(0.33 sec)
  1. Document.update_thumbnail method | Aspose.Words...

    aspose.words.Document.update_thumbnail method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according to the pre-order tree traversal algorithm.... let doc = new aw . Document ( base ....+ "Images.docx" ); expect ( doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Document.view_options property | Aspose.Words f...

    Document.view_options property. Provides options to control how the Document is displayed in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomPartCollection class | Aspose.Words for P...

    aspose.words.markup.CustomPartCollection class. Represents a collection of [CustomPart](../custompart/) objects... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

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

    Discover the PageSetup Orientation property to easily adjust your Document's page layout. Optimize your printing with customizable orientation settings!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  6. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape Constructor. Design custom forms and enhance your projects with ease and precision!...public Shape ( DocumentBase doc , ShapeType shapeType ) Parameter...Parameter Type Description doc DocumentBase The owner document. shapeType...

    reference.aspose.com/words/net/aspose.words.dra...
  7. HeaderFooter.is_linked_to_previous property | A...

    HeaderFooter.is_linked_to_previous property. True if this header or footer is linked to the corresponding header or footer in the previous section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

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

    Aspose::Words::Document::get_ProtectionType method. Gets the currently active Document protection type in C++.... auto doc = MakeObject < Document > (); doc -> Protect (...ProtectionType :: ReadOnly , doc -> get_ProtectionType ()); //...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Document | Aspose.Words for .NET

    Effortlessly create blank Word Documents with our user-friendly Document constructor. Streamline your writing process today!...Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Node.ParentNode | Aspose.Words for .NET

    Discover the Node ParentNode property to easily access the immediate parent of any node, enhancing your web development efficiency and code clarity....Document doc = new Document (); Paragraph para = doc . FirstSection...paragraph. Run run = new Run ( doc , "Hello world!" ); para . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...