Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 22,356 for

table

(0.19 sec)
  1. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible....Create Pivot Table Formatting Pivot Table Table Create and Format...Format Table Tables and Ranges Picture Insert a Linked Picture...

    docs.aspose.com/cells/net/developer-guide/
  2. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!...Grid Line Pitch To Lines in Table Cells. AlignTablesRowByRow {...{ get; set; } Align Table Rows Independently. AllowSpaceOfSameStyl...

    reference.aspose.com/words/net/aspose.words.set...
  3. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside Table . Table tag -replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine . Be…...when replacing tag inside table . Table tag -replaced data font...code we are using to generate table and replace tag private void...

    forum.aspose.com/t/font-style-automatically-cha...
  4. Get Paragraph Bounds from Presentations in .NET...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for .NET to optimize text positioning in PowerPoint presentations....Paragraph and Portion Inside a Table Cell TextFrame To get the Portion...Paragraph size and coordinates in a table cell text frame, you can use...

    docs.aspose.com/slides/net/paragraph/
  5. Aspose.PDF Articles|Aspose.PDF for Java

    Explore insightful articles on Aspose.PDF for Java. Enhance your understanding of features, best practices, and advanced capabilities....Portfolio Insert an Image into a Table Cell in PDF How to Set Locale...

    docs.aspose.com/pdf/java/com-aspose-pdf-articles/
  6. FieldDatabase.formatAttributes property | Aspos...

    FieldDatabase.formatAttributes property. Gets or sets which attributes of the format are to be applied to the Table....format are to be applied to the table. get formatAttributes () : string...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MappedDataFieldCollection.ContainsValue | Aspos...

    Discover if a field mapping exists in MappedDataFieldCollection with the ContainsValue method. Enhance your data management efficiency today!...CreateSourceTableMap (); // The table has a column named "Column2"...data from "Column2" of the table. doc . MailMerge . Execute (...

    reference.aspose.com/words/net/aspose.words.mai...
  8. How to delete this bank space in the document -...

    file.docx (32.6 KB)...Sections) { foreach (Table table in section.Body.Tables) { Paragraph...Paragraph nextParagraph = table.NextSibling as Paragraph; if (nextParagraph...

    forum.aspose.com/t/how-to-delete-this-bank-spac...
  9. Document.update_fields method | Aspose.Words fo...

    Document.update_fields method. Updates the values of fields in the whole document....Examples Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc = doc ) # Insert a table of contents for the first page...

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

    Base class for nodes that can contain other nodes 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...