Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 20,132 for

document insertion

(0.23 sec)
  1. Create, Manipulate or Remove Scenarios from Wor...

    Learn how to create, manipulate, or remove scenarios from Excel Worksheets programmatically using Node.js with C++ API....which different values can be inserted. The following example shows...node" ); // The path to the documents directory. const dataDir =...

    docs.aspose.com/cells/nodejs-cpp/create-manipul...
  2. DropDownItemCollection.index_of method | Aspose...

    DropDownItemCollection.index_of method. Returns the zero-based index of the specified value in the collection.... Examples Shows how to insert a combo box field, and edit...item collection. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Font::ClearFormatting method | A...

    Aspose::Words::Font::ClearFormatting method. Resets to default font formatting in C++.... Examples Shows how to insert a hyperlink field. auto doc...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. How to Create Table in DOCX using C++

    In this topic, we will see how to create table in DOCX using C++. Tables are commonly used inside word Documents and you can insert table in DOCX using C++. You can insert word table in C++ using simple API calls....used inside word documents and you can insert table in DOCX using...using C++. You can insert Word table in C++ using simple API calls...

    kb.aspose.com/words/cpp/how-to-create-table-in-...
  5. ChartDataLabelCollection.number_format property...

    ChartDataLabelCollection.number_format property. Gets an [ChartNumberFormat](../../chartnumberformat/) instance allowing to set number format for the data labels of the entire series.... Document () builder = aw . DocumentBuilder...a title. shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FindReplaceOptions.smart_paragraph_break_replac...

    FindReplaceOptions.smart_paragraph_break_replacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () builder . write ( 'TEXT1'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells.... Document () builder = aw . DocumentBuilder...= 0 while i < 3 : builder . insert_cell () builder . write ( f...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API....sheets, or charts, you can insert headers and footers only by...and process the commands: AI Document Assistant Close Analyzing...

    docs.aspose.com/cells/python-net/get-headers-or...
  9. ChartDataLabel.number_format property | Aspose....

    ChartDataLabel.number_format property. Returns number format of the parent element.... Document () builder = aw . DocumentBuilder...doc ) chart_shape = builder . insert_chart ( aw . drawing . charts...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Position method. Gets or sets the position of the data labels in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...DocumentBuilder > ( doc ); // Insert column chart. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...