Sort Score
Result 10 results
Languages All
Labels All
Results 6,951 - 6,960 of 20,032 for

document insertion

(0.06 sec)
  1. FieldDisplayBarcode.foreground_color property |...

    FieldDisplayBarcode.foreground_color property. Gets or sets the foreground color of the barcode symbol... Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FormField.result property | Aspose.Words for No...

    FormField.result property. Gets or sets a string that represents the result of this form field....how to insert a combo box. let doc = new aw . Document (); let..."Please select a fruit: " ); // Insert a combo box which will allow...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Word Table Cell Merge Issue - Free Support Foru...

    Cell Merge is not working for me. Below is my code. Table footerTbl = builder.StartTable(); builder.InsertCell(); builder.CellFormat.HorizontalMerge = CellMerge.First; builder.Font.Size = 8; builder.ParagraphFormat.Alig…... When you insert a field ( builder.InsertField(FieldType...Set the merge flags before inserting the page field. Call EndRow()...

    forum.aspose.com/t/word-table-cell-merge-issue/...
  4. FieldDisplayBarcode.case_code_style property | ...

    FieldDisplayBarcode.case_code_style property. Gets or sets the style of a Case Code for barcode type ITF14... Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldDisplayBarcode.background_color property |...

    FieldDisplayBarcode.background_color property. Gets or sets the background color of the barcode symbol... Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataPointCollection indexer | Aspose.Words...

    ChartDataPointCollection indexer. Returns [ChartDataPoint](../../chartdatapoint/) for the specified index.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) shape = builder . insert_chart ( aw . drawing . charts...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartDataPointCollection.clear_format method | ...

    ChartDataPointCollection.clear_format method. Clears format of all [ChartDataPoint](../../chartdatapoint/) in this collection.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) shape = builder . insert_chart ( aw . drawing . charts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. About inconsistence of header alignment from fi...

    Hi Team, Header alignment from first page is not correctly reflecting in the following aspose word templates. Could you pls assist me on this? First page in grid view:: Second page header alignment: Header (Test Re…...“Different First Page”) in the document sections, or expecting the...Is the header content being inserted programmatically using Aspose...

    forum.aspose.com/t/about-inconsistence-of-heade...
  9. Aspose::Words::Font::get_NameOther method | Asp...

    Aspose::Words::Font::get_NameOther method. Returns or sets the font used for characters with character codes from 128 through 255 in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...that we use the builder to insert while using this font configuration...

    reference.aspose.com/words/cpp/aspose.words/fon...
  10. 使用 Pages | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何将页面添加到 XPS 文件的问题。了解如何在 C++ 中使用该功能。...Page-for-C 2 // Create new XPS Document 3 auto doc = System::MakeObject...list 6 doc -> AddPage(); 7 // Insert an empty page at beginning...

    docs.aspose.com/page/zh/cpp/xps/working-with-pa...