Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 20,063 for

document insertion

(0.19 sec)
  1. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the Document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...Insert hyperlink doesnt work when doc is converted to pdf - aspose...We are using below code to insert hyper link after every paragraph...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  2. Cell.cell_format property | Aspose.Words for Py...

    Cell.cell_format property. Provides access to the formatting properties of the cell.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () builder . write ( 'City'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. StructuredDocumentTag.date_storage_format prope...

    StructuredDocumentTag.date_storage_format property. Gets/sets format in which the date for a date SDT is stored when the SDT is bound to an XML node in the Document's data store...bound to an XML node in the document’s data store. Default value...structured document tag. doc = aw . Document () # Insert a structured...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.LayoutOptions | Aspose.Words for .NET

    Explore the Document LayoutOptions property to control your Document's layout effectively. Unlock flexible design options for optimal presentation....LayoutOptions Contents [ Hide ] Document.LayoutOptions property Gets...the layout process of this document. public LayoutOptions LayoutOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  5. How to Set Print Area with JavaScript via C++|D...

    This article shows you code explaining how to set a print area using the Aspose.Cells library for JavaScript via C++....Setting a print area in a document, such as an Excel spreadsheet...Consistency: When printing the same document multiple times, having a set...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  6. FieldNextIf.LeftExpression | Aspose.Words for .NET

    Discover the FieldNextIf LeftExpression property. Easily manage the left side of your comparison expressions for enhanced data manipulation and analysis....void FieldNext () { Document doc = new Document (); DocumentBuilder...would normally create a 3-page document. DataTable table = new DataTable...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose.Words Java for PHP Usage Examples|Aspose...

    Examples of using Aspose.Words Java for PHP....that creates an empty document, inserts some content and saves...it as a Microsoft Word .DOC document. PHP <? php require_once (...

    docs.aspose.com/words/java/usage-examples-for-php/
  8. 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...
  9. TextFormFieldType enumeration | Aspose.Words fo...

    aspose.words.fields.TextFormFieldType enumeration. Specifies the type of a text form field....fields are objects in the document that the user can interact...We can create them using a document builder, and below are two...

    reference.aspose.com/words/python-net/aspose.wo...
  10. LoadOptions.preserve_include_picture_field prop...

    LoadOptions.preserve_include_picture_field property. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats...when loading a document. doc = aw . Document () builder = aw...include_picture = builder . insert_field ( field_type = aw . fields...

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