Sort Score
Result 10 results
Languages All
Labels All
Results 6,461 - 6,470 of 183,657 for

doc

(0.14 sec)
  1. Document.Print | Aspose.Words for .NET

    Effortlessly print your entire Document to your default printer with our streamlined Document Print method. Enjoy fast, hassle-free printing!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/doc...
  2. DocumentBuilder.moveTo method | Aspose.Words fo...

    DocumentBuilder.moveTo method. Moves the cursor to an inline node or to the end of a paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a valid bookmark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.is_composite property | Aspose.Words for P...

    Node.is_composite property. Returns ``True`` if this node can contain other nodes.... doc = aw . Document ( file_name =...composite. self . assertTrue ( doc . is_composite ) # Invoke the...

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

    Run.node_type property. Returns [NodeType.RUN](../../nodetype/#RUN).... doc = aw . Document ( file_name =...composite. self . assertTrue ( doc . is_composite ) # Invoke the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CommentRangeEnd.node_type property | Aspose.Wor...

    CommentRangeEnd.node_type property. Returns [NodeType.COMMENT_RANGE_END](../../nodetype/#COMMENT_RANGE_END).... doc = aw . Document ( file_name =...composite. self . assertTrue ( doc . is_composite ) # Invoke the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataTable.Format | Aspose.Words for .NET

    Discover the ChartDataTable Format property for enhanced text background and border styling, elevating your data visualization experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose::Words::Font::get_LocaleId method | Aspo...

    Aspose::Words::Font::get_LocaleId method. Gets or sets the locale identifier (language) of the formatted characters in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If we set the font's locale...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. Paragraph.node_type property | Aspose.Words for...

    Paragraph.node_type property. Returns [NodeType.PARAGRAPH](../../nodetype/#PARAGRAPH).... doc = aw . Document ( file_name =...composite. self . assertTrue ( doc . is_composite ) # Invoke the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Tables::RowFormat::get_AllowBrea...

    Aspose::Words::Tables::RowFormat::get_AllowBreakAcrossPages method. True if the text in a table row is allowed to split across a page break in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. BorderCollection.bottom property | Aspose.Words...

    BorderCollection.bottom property. Gets the bottom border.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...

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