Sort Score
Result 10 results
Languages All
Labels All
Results 7,011 - 7,020 of 17,911 for

document insertion

(0.05 sec)
  1. Aspose::Words::Drawing::TextPath::get_Spacing m...

    Aspose::Words::Drawing::TextPath::get_Spacing method. Defines the amount of spacing for text. 1 means 100% in C++....doc = MakeObject < Document > (); // Insert a WordArt object to...AppendWordArt ( SharedPtr < Document > doc , String text , String...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::TextPath::get_SameLette...

    Aspose::Words::Drawing::TextPath::get_SameLetterHeights method. Determines whether all letters will be the same height regardless of initial case in C++....doc = MakeObject < Document > (); // Insert a WordArt object to...AppendWordArt ( SharedPtr < Document > doc , String text , String...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::TextPath::get_Text meth...

    Aspose::Words::Drawing::TextPath::get_Text method. Defines the text of the text path in C++....doc = MakeObject < Document > (); // Insert a WordArt object to...AppendWordArt ( SharedPtr < Document > doc , String text , String...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. How to Set Print Area with Python.NET|Documenta...

    Learn how to set and clear print areas in Excel files using Aspose.Cells for Python via .NET....Setting a print area in a document helps control printed content...( "clear_print_area.pdf" ) Insert Background Image to Excel Calculate...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  5. Aspose::Words::Drawing::Shape::get_Stroke metho...

    Aspose::Words::Drawing::Shape::get_Stroke method. Defines a stroke for a shape in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...shapes that we can insert into our documents. // 1 - Dotted, horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Stroke::get_EndArrowLen...

    Aspose::Words::Drawing::Stroke::get_EndArrowLength method. Defines the arrowhead length for the end of a stroke in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...shapes that we can insert into our documents. // 1 - Dotted, horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Stroke::get_StartArrowL...

    Aspose::Words::Drawing::Stroke::get_StartArrowLength method. Defines the arrowhead length for the start of a stroke in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...shapes that we can insert into our documents. // 1 - Dotted, horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::Fill::get_Visible metho...

    Aspose::Words::Drawing::Fill::get_Visible method. Gets or sets value that is true if the formatting applied to this instance, is visible in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...shapes that we can insert into our documents. // 1 - Dotted, horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::MailMerging::MailMerge::GetRegio...

    Aspose::Words::MailMerging::MailMerge::GetRegionsByName method. Returns a collection of mail merge regions with the specified name in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...mergeFieldNames [ 1 ]); // Insert a region with the same name...

    reference.aspose.com/words/cpp/aspose.words.mai...
  10. Create HTML Table in Python

    This tutorial guides you on how to create HTML table using Python. It goes through the required setup, the logic behind it, and an example script to build HTML table using Python....in Python Declare an HTML document with the HTMLDocument class...with the create_element method Insert the columns and rows while...

    kb.aspose.com/html/python/create-html-table-in-...