Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 18,038 for

insert documents

(0.04 sec)
  1. How to Rearrange Pages in a PDF using C#

    This article assists on how to rearrange pages in a PDF using C#. It has information to set the IDE and a runnable sample code to reorder pages in a PDF using C#....different positions within the PDF document along with the runnable sample...pages like inserting a page at the end of the document or inserting...

    kb.aspose.com/pdf/net/how-to-rearrange-pages-in...
  2. Aspose.Cells for .NET

    This API allows you to do all kinds of operations on Excel files files in .NET code including creating, editing and converting etc....Freeze Panes in Excel using C# Insert Sparklines in Excel using C#...in Excel using C# Display Document Properties in Excel using...

    kb.aspose.com/cells/net/
  3. GradientStopCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your gradients with the GradientStopCollection Add method. Seamlessly add custom GradientStops for vibrant designs.... Document doc = new Document (); DocumentBuilder...gradientStops . RemoveAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Font::get_Bold method | Aspose.W...

    Aspose::Words::Font::get_Bold method. True if the font is formatted as bold in C++....get_Bold () Examples Shows how to insert formatted text using DocumentBuilder...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. Aspose::Words::Layout::RevisionOptions::get_Del...

    Aspose::Words::Layout::RevisionOptions::get_DeleteCellColor method. Allows to specify the color to be used for deleted cells Deletion. Default value is Pink in C++....Examples Shows how to work with insert/delete cell revision color...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Cell...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. FieldToc.heading_level_range property | Aspose....

    FieldToc.heading_level_range property. Gets or sets a range of heading levels to include.... Examples Shows how to insert a TOC, and populate it with...def field_toc (): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToc.update_page_numbers method | Aspose.Wo...

    FieldToc.update_page_numbers method. Updates the page numbers for items in this table of contents.... Examples Shows how to insert a TOC, and populate it with...def field_toc (): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. GradientStop.baseColor property | Aspose.Words ...

    GradientStop.baseColor property. Gets a value representing the color of the gradient stop without any modifiers.... Document (); let builder = new aw ...gradientStops . removeAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Alignment method. Gets or sets text alignment of the axis tick labels in C++.... Examples Shows how to insert a chart and modify the appearance...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. How to Change the Order of Pages in PDF using Java

    This article assists on how to change the order of pages in PDF using Java. It provides steps to set the IDE and write application along with the runnable sample code to reorder pages in a PDF using Java....techniques to insert pages at the end of the document or between...Create a new PDF file using the document class object to change order...

    kb.aspose.com/pdf/java/how-to-change-the-order-...