Sort Score
Result 10 results
Languages All
Labels All
Results 5,151 - 5,160 of 15,350 for

insert documents

(0.21 sec)
  1. InlineStory.font property | Aspose.Words for No...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object....to insert InlineStory nodes. let doc = new aw . Document ();...will be the one from the main document body. expect ( comment . parentParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.spaceBefore property | Aspose.W...

    ParagraphFormat.spaceBefore property. Gets or sets the amount of spacing (in points) before the paragraph.... Document (); let builder = new aw ...spaceBeforeAuto = autoSpacing ; // Insert two paragraphs that will have...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldStyleRef.InsertParagraphNumber | Aspose.Wo...

    Discover the FieldStyleRef InsertParagraphNumber property to easily manage paragraph numbering in your Documents, ensuring accurate references and enhanced formatting....property Gets or sets whether to insert the paragraph number of the...exactly as it appears in the document. public bool InsertParagraphNumbe...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ParagraphFormat.space_after property | Aspose.W...

    ParagraphFormat.space_after property. Gets or sets the amount of spacing (in points) after the paragraph.... Document () builder = aw . DocumentBuilder...space_before_auto = auto_spacing # Insert two paragraphs that will have...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Notes::Footnote::get_StoryType m...

    Aspose::Words::Notes::Footnote::get_StoryType method. Returns Footnotes or Endnotes in C++....override Examples Shows how to insert InlineStory nodes. auto doc...doc = MakeObject < Document > (); auto builder = MakeObject < DocumentBuilder...

    reference.aspose.com/words/cpp/aspose.words.not...
  6. Convert Worksheet to Image - Remove Whitespace ...

    Learn how to convert a worksheet to an image and remove whitespace around the data using Aspose.Cells for C++....might need to insert images into a Word document, a PDF file,...presentation, or some other document. Basically, you want to render...

    docs.aspose.com/cells/cpp/convert-worksheet-to-...
  7. Convert Text to Columns using Aspose.Cells with...

    Learn how to convert text to columns in Excel files using Aspose.Cells for C++....Aspose :: Cells :: Cleanup (); } Insert or Delete Rows in an Excel...Excel Worksheet with C++ Inserting, Deleting Rows and Columns...

    docs.aspose.com/cells/cpp/convert-text-to-colum...
  8. ChartMultilevelValue Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartMultilevelValue class to effectively manage multilevel data in your charts, enhancing your data visualization capabilities.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a Treemap chart. Shape shape...

    reference.aspose.com/words/net/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. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...the Working with Shapes documentation article. Remarks Use the...def insert_text_paths (): doc = aw . Document () # Insert a WordArt...

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