Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 16,117 for

table

(0.05 sec)
  1. 新的 HTML 导出系统 - Aspose.Slides.WebExtensions|Aspo...

    在 C# 或 .NET 中导出 PowerPoint HTML... 默认情况下,Templates\common\table.html 被使用,表格的外观与 PowerPoint 中的表格相同。让我们使用自定义...custom-table { border : 1 px solid black ; } . custom-table tr :...

    docs.aspose.com/slides/zh/net/web-extensions/
  2. Aspose::Words::DocumentVisitor class | Aspose.W...

    Aspose::Words::DocumentVisitor class. Base class for custom document visitors. To learn more, visit the documentation article in C++....rds::Tables::Cell>) Called when enumeration of a table cell has...rds::Tables::Cell>) Called when enumeration of a table cell has...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Binding Worksheet to a DataSet at Runtime using...

    This article introduce how to bind worksheet to a DataSet in GridWeb....) { // Create Product Data Table DataTable prodTbl = new DataTable...Add products inside the data table prodTbl . Rows . Add ( 1 , "Grape...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. TextOrientation | Aspose.Words for Java

    Specifies orientation of text on a page in a Table cell or a text frame in Java....orientation of text on a page, in a table cell or a text frame. Examples:...how to build a formatted 2x2 table. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....Called when enumeration of a table cell has ended. visitCellStart(Cell...Called when enumeration of a table cell has started. visitCommentEnd(Comment...

    reference.aspose.com/words/java/com.aspose.word...
  6. Shape Effective Properties|Aspose.Slides Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Get Effective Fill Format for Table Using Aspose.Slides for C++...fill formatting for different table logic parts. For this purpose...

    docs.aspose.com/slides/cpp/shape-effective-prop...
  7. BarcodeGenerator Class|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....with the table Phones with the following fields. Table Name: Phones...something like this: Drag-and-drop Table report item on report surface...

    docs.aspose.com/barcode/reportingservices/barco...
  8. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc.getFirstSection()...getBody().getTables().get(0); table.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...
  9. DocumentBuilder.font property | Aspose.Words fo...

    DocumentBuilder.font property. Returns an object that represents current font formatting properties....Shows how to create a formatted table using DocumentBuilder. doc =...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CompositeNode.SelectNodes | Aspose.Words for .NET

    Effortlessly retrieve nodes with the CompositeNode SelectNodes method using XPath expressions for enhanced data manipulation and streamlined coding....doc = new Document ( MyDir + "Tables.docx" ); // This expression...which are descendants of any table node in the document. NodeList...

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