Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 180,283 for

doc

(0.16 sec)
  1. FieldStyleRef.insert_paragraph_number property ...

    FieldStyleRef.insert_paragraph_number property. Gets or sets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.start_table method | Aspose.Wor...

    DocumentBuilder.start_table method. Starts a table in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Tables::Table::get_FirstRow meth...

    Aspose::Words::Tables::Table::get_FirstRow method. Returns the first Row node in the table in C++.... auto doc = System :: MakeObject < Aspose...:: TableCollection > tables = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Insert Picture into a Document|Aspose.Words for...

    Insert picture into a Document. NPOI does not provide an opportunity to insert picture into a Document using C#....Document doc = new Document ( "../../data/document.doc" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertImage ( "...

    docs.aspose.com/words/net/insert-picture-in-doc...
  5. LoadOptions | Aspose.Words for .NET

    Discover the LoadOptions constructor, designed to effortlessly initialize a new instance with default values for optimal performance and efficiency....BaseUri = ImageDir ; Document doc = new Document ( stream , loadOptions...image. Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Aspose::Words::DocumentBuilder::Write method | ...

    Aspose::Words::DocumentBuilder::Write method. Inserts a string into the Document at the current insert position in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method to easily integrate X values into your charts. Enhance data visualization with support for Y values and bubble sizes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Font.hidden property | Aspose.Words for Node.js

    Font.hidden property. True if the font is formatted as hidden text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // With the Hidden flag set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. RevisionGroup class | Aspose.Words for Python

    aspose.words.RevisionGroup class. Represents a group of sequential [Revision](../revision/) objects... doc = aw . Document ( file_name =...7 , doc . revisions . groups . count ) for group in doc . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BorderCollection.distanceFromText property | As...

    BorderCollection.distanceFromText property. Gets or sets distance of the border from text in points.... let doc = new aw . Document (); let pageSetup = doc . sections.... borders . shadow = true ; doc . save ( base . artifactsDir...

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