Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 23,931 for

table

(0.17 sec)
  1. Aspose.Slides for Java

    This API helps in creating, converting, editing, and printing PowerPoint Presentations in Java applications without utilizing Microsoft PowerPoint....Insert Image into PowerPoint Table using Java How to Convert SVG...using Java How to Insert a Table in a Slide using Java How to...

    kb.aspose.com/slides/java/
  2. Aspose::Words::Layout::LayoutEntityType enum | ...

    Aspose::Words::Layout::LayoutEntityType enum. Types of the layout entities in C++.... Row n/a Represents a table row. Row may have Cell as child...entities. Cell n/a Represents a table cell. Cell may have Line and...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Aspose::Words::Fields::FieldToc::set_PageNumber...

    Aspose::Words::Fields::FieldToc::set_PageNumberOmittingLevelRange method. Sets a range of levels of the Table of contents entries from which to omits page numbers in C++....Sets a range of levels of the table of contents entries from which...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldToc::set_CustomStyl...

    Aspose::Words::Fields::FieldToc::set_CustomStyles method. Sets a list of styles other than the built-in heading styles to include in the Table of contents in C++....heading styles to include in the table of contents. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose.Words for .NET

    This API allows to create, edit, render, print, and convert Word documents without utilizing Microsoft Word....using C# How to Add Rows to Table in MS Word Document using C#...Document using C# How to Create Table in Word Document using C# How...

    kb.aspose.com/words/net/page/4/
  6. Execl data not Align while replacing into Word ...

    Excel_word_doc.zip (991.9 KB) Hello team, I am facing data alignment issue while replacing Excel sheet data in word. Here for some sheets which contain Table last row $ and formulas, this data while replacing in word it…...for some sheets which contain table last row $ and formulas, this...you can observe table1 and table 2 last row was not aligned properly...

    forum.aspose.com/t/execl-data-not-align-while-r...
  7. Style.FontName ignores PostScript Name ("Roboto...

    Hi Aspose Team, I am loading custom .ttf fonts using FontSettings.SetFontsFolder() and trying to update a text layer with a specific font weight. To do this, I am passing the exact PostScript Name directly to the text …...get an exception with “…GSUB table…” after “UpdateLayerData()”...in the end: TY: “Parsing of table ‘GSUB’ has failed.” Inner exception:...

    forum.aspose.com/t/style-fontname-ignores-posts...
  8. 使用 Java 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式从 PDF 文件中提取表格...page ); for ( AbsorbedTable table : absorber . getTableList ())...()) { for ( AbsorbedRow row : table . getRowList ()) { for ( AbsorbedCell...

    products.aspose.com/pdf/zh-hans/java/table/extr...
  9. Postal Barcode Types|Documentation

    How to use Aspose.BarCode for Android to generate postal barcodes...listed in the table below. Australia Post Encoding Table Supported...59 Table FCC 62N Table FCC 62C Table FCC 62C Other Table Mailmark...

    docs.aspose.com/barcode/androidjava/postal-barc...
  10. HeightRule | Aspose.Words for Java

    Specifies the rule for determining the height of an object in Java....new DocumentBuilder(doc); Table table = builder.startTable(); builder... Assert.assertEquals(0.0d, table.getRows().get(0).getRowFormat()...

    reference.aspose.com/words/java/com.aspose.word...