Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 16,023 for

table

(0.04 sec)
  1. CompatibilityOptions.autofitToFirstFixedWidthCe...

    CompatibilityOptions.autofitToFirstFixedWidthCell property. Allow Table Columns To Exceed Preferred Widths of Constituent Cells....autofitToFirstFixedW property Allow Table Columns To Exceed Preferred...option is called “Use Word 2003 table autofit rules” in MS Word 2013...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Font not found when trying to save pdf document...

    We are evaluating Aspose.Pdf (.NET) product and the following problem prevents us from buying a license. When building pdf document using regular console application, or windows service - document is generated without an…... (Pdf , Section , Table , Row , Cell , Text , , , Boolean..., Section , HeaderFooter , Table , Row , Cell , Text , , , Boolean...

    forum.aspose.com/t/font-not-found-when-trying-t...
  3. NodeImporter | Aspose.Words for .NET

    Discover the NodeImporter constructor, effortlessly create new NodeImporter instances to streamline your data management and enhance project efficiency.... Table ) { CompositeNode destinationParent...should be either a paragraph or table." ); } } See Also class DocumentBase...

    reference.aspose.com/words/net/aspose.words/nod...
  4. LayoutEntityType enumeration | Aspose.Words for...

    aspose.words.layout.LayoutEntityType enumeration. Types of the layout entities....Represents a table row. CELL Represents a table cell. LINE Represents...

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

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......using C# Create Excel Pivot Table using Node.js Display Document...

    kb.aspose.com/categories/page/17/
  6. Using Contextual Object Member Access in Java|A...

    Use contextual object member to access some objects without specifying the objects id in template expressions using Java....to list the contents of the table. No. Name Age <<foreach [p in...

    docs.aspose.com/words/java/using-contextual-obj...
  7. Aspose::Words::DocumentBuilder::StartColumnBook...

    Aspose::Words::DocumentBuilder::StartColumnBookmark method. Marks the current position in the document as a column bookmark start. The position must be in a Table cell in C++.... The position must be in a table cell. System :: SharedPtr <...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java...Using Hyperlinks to Create Table of Contents Since hyperlinks...you can use them to create a table of contents. This sample code...

    docs.aspose.com/slides/java/manage-hyperlinks/
  9. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....elements such as text formatting, tables, headers, and others. This...Leaf blocks. Leaf Blocks The table below shows examples of using...

    docs.aspose.com/words/python-net/translate-mark...
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...getName()); } // Copy table style properties if it's a table style if (source...(source.getType() == StyleType.TABLE && source instanceof TableStyle...

    forum.aspose.com/t/some-styles-were-not-copied-...