Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 16,146 for

table

(0.05 sec)
  1. CompositeNode.get_child method | Aspose.Words f...

    CompositeNode.get_child method. Returns an Nth child node that matches the specified type....properties of a table’s style directly to the table’s elements. doc...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Processing pivot tables corrupts Excel under so...

    I have a template worksheet that has a pivot Table on it. It works exactly as expected when processed through Aspose Cells. I copy that worksheet to a new file & rename it. Run through the same data load process and a…...Processing pivot tables corrupts Excel under some circumstances...worksheet that has a pivot table on it. It works exactly as expected...

    forum.aspose.com/t/processing-pivot-tables-corr...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – เพิ่มตารางใน PDF โดยใช้ C#https://products.aspose.com/pdf/th/net/Table/add/Recent content in เพิ่มตารางใน PDF โดยใช้ C# on Aspsoe.PDF ProductsH......com/pdf/th/net/table/add/Recent content in เพิ่มตารางใน...+0000https://products.aspose.com/pdf/th/net/table/add/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/net/table/add/index.xml
  4. Forcing Movement to Next Item within Data Band ...

    Force movement to the next item within a data band when building a report in C#....number of items in a single table row like in the following example...output three client names per table row while outputting names of...

    docs.aspose.com/words/net/forcing-movement-to-n...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – แยกตารางจาก PDF โดยใช้ C++https://products.aspose.com/pdf/th/cpp/Table/extract/Recent content in แยกตารางจาก PDF โดยใช้ C++ on Aspsoe.PDF Produ......com/pdf/th/cpp/table/extract/Recent content in แยกตารางจาก...+0000https://products.aspose.com/pdf/th/cpp/table/extract/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/cpp/table/extract/in...
  6. Aspose words转换word为pdf,页数不对了 - Free Support For...

    技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 转换代码: public static boolean doc2pdf(String inPath, String outPath) { File file = new File(outPath); try (FileOutputStream os = new FileOutputSt…...源文件(只有一页) Table-1.docx (4.1 KB) 转换后的pdf(两页) Table-1.pdf (30.1...Document doc = new Document("Table-1.docx", loadOptions); doc.save("output...

    forum.aspose.com/t/aspose-words-word-pdf/314404
  7. FieldMergeBarcode.AddStartStopChar | Aspose.Wor...

    Control Start/Stop characters for NW7 and CODE39 barcodes with the FieldMergeBarcode AddStartStopChar property. Enhance your barcode functionality today!...DataTable table = new DataTable ( "Barcodes" ); table . Columns..."MyCODE39Barcode" ); table . Rows . Add ( new [] { "12345ABCDE" }); table . Rows...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldMergeBarcode.CaseCodeStyle | Aspose.Words ...

    Discover the FieldMergeBarcode CaseCodeStyle property for ITF14 barcodes. Easily customize your Case Code style with valid options like STDEXTADD....DataTable table = new DataTable ( "Barcodes" ); table . Columns... Add ( "MyITF14Barcode" ); table . Rows . Add ( new [] { "09312345678907"...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java....Inserting a Table The basic algorithm to create a table using DocumentBuilder...DocumentBuilder is simple: Start the table using DocumentBuilder.startTable...

    docs.aspose.com/words/java/use-documentbuilder-...
  10. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property to easily identify node types in your application, enhancing your development efficiency and code clarity....doc = new Document ( MyDir + "Tables.docx" ); Assert . That ( doc...GetChildNodes ( NodeType . Table , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/nod...