Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 43,418 for

table

(0.11 sec)
  1. TableStyle | Aspose.Cells for Java API Reference

    Represents the Table style....class TableStyle Represents the table style. Example Workbook workbook...column); } } ListObjectCollection tables = workbook.getWorksheets()...

    reference.aspose.com/cells/java/com.aspose.cell...
  2. Class ChartDataTable | Aspose.Cells for .NET AP...

    Aspose.Cells.Charts.ChartDataTable class. Represents a chart data Table...class Represents a chart data table. public class ChartDataTable...of the specified chart data table. HasBorderHorizontal { get;...

    reference.aspose.com/cells/net/aspose.cells.cha...
  3. IFieldDatabaseProvider | Aspose.Words for Java

    Implement this interface to provide data for the FieldDatabase field when its updated in Java....and display the result in a table. FieldDatabase field = (FieldDatabase)...query result in the field's table. field.setFirstRecord("1");...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentBuilder.Write | Aspose.Words for .NET A...

    DocumentBuilder 方法. 在文档的当前插入位置插入一个字符串...DocumentBuilder ( doc ); Table table = builder . StartTable ();...CellVerticalAlignmen . Center , table . Rows [ 0 ]. Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. CadTableGeometry - Aspose.CAD for Java - API Re...

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....getTableGeometryPara () Gets or sets the table geometry parameters. void setTableGeometryPara...CadParameter > value) Gets or sets the table geometry parameters. Methods...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  6. AdditionalAdvanceWidth | Aspose.Font for .NET A...

    In hmtx Table could be the cases when total number of glyphs is not equal to hhea.numberOfHMetrics. For these cases hmtx Table contains additional array leftSideBearing which is correspondent to property LeftSidebearingsaspose.font.ttfTables/ttfhmtxTable/leftsidebearings. But glyphs with indexes from hhea.numOfLongHorMetrics to maxp.numGlyphs also have widths. And these widths in accordance to specification for hmtx Table have such values Here the advanceWidth is assumed to be the same as the advanceWidth for the last entry above....AdditionalAdvanceWid property In hmtx table could be the cases when total...numberOfHMetrics. For these cases hmtx table contains additional array ’leftSideBearing’...

    reference.aspose.com/font/net/aspose.font.ttfta...
  7. Aspose::Words::Fields::FieldToa class | Aspose....

    Aspose::Words::Fields::FieldToa class. Implements the TOA field. To learn more, visit the documentation article in C++....document used to build the table. get_DisplayResult () Gets the...for entries included in the table. get_EntrySeparator () Gets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. ColumnCollection | Aspose.Slides for Android vi...

    Represents collection of columns in a Table....collection of columns in a table. Methods Method Description...inserts it at the bottom of a table. insertClone(int index, IColumn...

    reference.aspose.com/slides/androidjava/com.asp...
  9. PivotArea.PivotArea | Aspose.Cells for .NET API...

    PivotArea constructor. Presents the selected area of the PivotTable...PivotTable table ) Parameter Type Description table PivotTable...

    reference.aspose.com/cells/net/aspose.cells.piv...
  10. How to check current SDT Content is Splited in ...

    Hii team, How can i check the current sdt content is splited in two or more pages ? Snippet : Aspose.Words.Document doc = new Aspose.Words.Document(@"C:\\SDT_Check.docx"); var sdts = doc.GetChildNodes(NodeType.Struct…...…how can i check the current table is splited on multiple pages...// Get table. Table table = doc.FirstSection.Body.Tables[0]; //...

    forum.aspose.com/t/how-to-check-current-sdt-con...