Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 6,437 for

insert documents

(0.07 sec)
  1. PageSetup.page_width property | Aspose.Words fo...

    PageSetup.page_width property. Returns or sets the width of the page in points.... Examples Shows how to insert an image, and use it as a watermark...watermark. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShowInBalloons Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.Layout.ShowInBalloons enum enhances document editing by controlling visible revisions in balloons for clear collaboration....Description None 0 Renders insert, delete and format revisions...revisions inline. Format 1 Renders insert and delete revisions inline...

    reference.aspose.com/words/net/aspose.words.lay...
  3. DocumentBuilder.InsertGroupShape | Aspose.Words...

    Effortlessly group shapes with DocumentBuilder's InsertGroupShape method. Create organized designs by Inserting new GroupShape nodes seamlessly....new GroupShape node which is inserted into the current position...with the shape. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. CellFormat.HorizontalMerge | Aspose.Words for .NET

    Discover the CellFormat HorizontalMerge property to seamlessly merge cells horizontally, enhancing your spreadsheet's layout and organization.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a cell into the first column...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Aspose::Words::DocumentBuilder::InsertFootnote ...

    Aspose::Words::DocumentBuilder::InsertFootnote method. Inserts a footnote or endnote into the document in C++....method Inserts a footnote or endnote into the document. System...eType Specifies whether to insert a footnote or an endnote. footnoteText...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. How to Add Hyperlink in PDF using Python

    This article covers the details on how to add hyperlink in PDF using Python. You will get details to establish the IDE, information about different API calls and a runnable sample code to add link to PDF using Python....and a runnable sample code to insert link in PDF using Python ....hyperlink Load the PDF using the Document class object and get access...

    kb.aspose.com/pdf/python/how-to-add-hyperlink-i...
  7. IBarcodeGenerator | Aspose.Words for Java

    Public interface for barcode custom generator in Java.... Document doc = new Document(); DocumentBuilder...barcodes, // and then insert them into the document as images. doc.getFieldOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Paragraph.is_end_of_section property | Aspose.W...

    Paragraph.is_end_of_section property. True if this paragraph is the last paragraph in the [Body](../../body/) (main text story) of a [Section](../../section/); false otherwise....Shows how to insert the contents of one document to a bookmark...bookmark in another document. def insert_at_bookmark (): doc = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.insert_paragraph method | Aspos...

    DocumentBuilder.Insert_paragraph method. Inserts a paragraph break into the document....insert_paragraph method insert_paragraph() Inserts a paragraph...paragraph break into the document. def insert_paragraph ( self ): ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. SignatureLine.allow_comments property | Aspose....

    SignatureLine.allow_comments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog...signature and insert it into a document. doc = aw . Document () builder...signer_title = 'Senior Manager' # Insert a shape that will contain a...

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