Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 168,743 for

doc

(0.3 sec)
  1. Paragraph | Aspose.Words for .NET

    Create dynamic content effortlessly with our Paragraph constructor. Easily initialize and customize your Paragraph class for enhanced readability....DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/par...
  2. Body | Aspose.Words for .NET

    Create and customize a new Body instance effortlessly with our intuitive constructor. Experience seamless integration for your projects today!...DocumentBase doc ) Parameter Type Description doc DocumentBase...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/bod...
  3. ViewType enumeration | Aspose.Words for Node.js

    Aspose.Words.Settings.ViewType enumeration. Possible values for the view mode in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Გადაიყვანეთ HTML JPG C++

    გადაიყვანეთ HTML JPG C++ ფორმატში კოდით. შეინახეთ HTML როგორც JPG C++....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/ka/cpp/conversion/htm...
  5. Გადაიყვანეთ HTML Გამოსახულება C++

    გადაიყვანეთ HTML Გამოსახულება C++ ფორმატში კოდით. შეინახეთ HTML როგორც Გამოსახულება C++....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/ka/cpp/conversion/htm...
  6. Table.Title | Aspose.Words for .NET

    Discover the Table Title property, easily set or modify your table's title for improved accessibility and enhanced data representation....CreateNestedTable () { Document doc = new Document (); // Create...CreateTable ( doc , 3 , 4 , "Outer Table" ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  7. LayoutCollector.GetEndPageIndex | Aspose.Words ...

    Discover LayoutCollector's GetEndPageIndex method to easily find the 1-based index of a node's ending page. Simplify your page mapping today!... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  8. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number of immediate children of this node.... doc = aw . Document () # An empty...paragraph. self . assertEqual ( 1 , doc . first_section . body . paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.pageSetup property | Aspose.Wor...

    DocumentBuilder.pageSetup property. Returns an object that represents current page setup and section properties.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

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

    Explore the DocumentBuilder PageSetup property to access current page and section settings, enhancing your Document formatting and layout efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/doc...