Sort Score
Result 10 results
Languages All
Labels All
Results 7,051 - 7,060 of 20,097 for

document insertion

(0.19 sec)
  1. Update XLTM File using C++ | products.aspose.com

    Modify XLTM Document in C++ applications without using Microsoft Excel....including Microsoft Excel documents. Aspose.Cells for C++ API...Process of updating the XLTM document is simple by firstly accessing...

    products.aspose.com/total/cpp/update/xltm/
  2. Update XLT File using C++ | products.aspose.com

    Modify XLT Document in C++ applications without using Microsoft Excel....including Microsoft Excel documents. Aspose.Cells for C++ API...Process of updating the XLT document is simple by firstly accessing...

    products.aspose.com/total/cpp/update/xlt/
  3. TextPath.shadow property | Aspose.Words for Python

    TextPath.shadow property. Defines whether a shadow is applied to the text on a text path....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...save ( ARTIFACTS_DIR + 'Shape.insert_text_paths.docx' ) def append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TextPath.x_scale property | Aspose.Words for Py...

    TextPath.x_scale property. Determines whether a straight textpath will be used instead of the shape path....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...save ( ARTIFACTS_DIR + 'Shape.insert_text_paths.docx' ) def append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Insert a Table of Contents in Word using C#

    Insert a table of contents in Word using C#. Get details to configure the IDE, a list of steps, and a sample code to add a table of contents in Word using C#....Family Insert a Table of Contents in Word using C# Insert a table...NET to insert TOC Load the Word file into the Document object...

    kb.aspose.com/words/net/insert-a-table-of-conte...
  6. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::Add method. Adds a specified GradientStop to a gradient in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...gradientStops -> RemoveAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::GradientStop::get_Posit...

    Aspose::Words::Drawing::GradientStop::get_Position method. Gets or sets a value representing the position of a stop within the gradient expressed as a percent in range 0.0 to 1.0 in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...gradientStops -> RemoveAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::GradientStop::get_Trans...

    Aspose::Words::Drawing::GradientStop::get_Transparency method. Gets or sets a value representing the transparency of the gradient fill expressed as a percent in range 0.0 to 1.0 in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...gradientStops -> RemoveAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. How to change background in comment in Excel wi...

    How to change the color of a comment in Excel. How to insert a picture or image into a comment in Excel using C++....discuss or review the same document at different times. How can...need to process a lot of documents and a lot of comments, doing...

    docs.aspose.com/cells/go-cpp/how-to-set-comment...
  10. Update XLTX File using .NET | products.aspose.com

    Modify XLTX Documents in C# VB.NET applications without using Microsoft Excel....process of updating the XLTX document. How to Update XLTX File in...Worksheets[0].Cells[column] method Insert new data in the accessed cell...

    products.aspose.com/total/net/update/xltx/