Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 43,455 for

table

(0.07 sec)
  1. Aspose::Words::Tables::CellFormat::get_TopPaddi...

    Aspose::Words::Tables::CellFormat::get_TopPadding method. Returns or sets the amount of space (in points) to add above the contents of cell in C++....Aspose::Words::Tables::CellFormat::get_TopPadding method Contents... double Aspose :: Words :: Tables :: CellFormat :: get_TopPadding...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. TBody | Aspose.PDF for .NET API Reference

    Table body row group PDF 1.5 A group of rows that constitute the main body portion of a Table. If the Table is split across multiple pages the body area may be broken apart on a row boundary. A Table may have multiple TBody elements to allow for the drawing of a border or background for a set of rows....TBody field (Table body row group; PDF 1.5) A group...main body portion of a table. If the table is split across multiple...

    reference.aspose.com/pdf/net/aspose.pdf.logical...
  3. ConditionalStyle.right_padding property | Aspos...

    ConditionalStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of Table cells....the right of the contents of table cells. @property def right_padding...with certain area styles of a table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TableStyleCollection | Aspose.Cells for Java AP...

    Represents all custom Table styles....CollectionBase Represents all custom table styles. Methods Method Description... name) Adds a custom pivot table style. addTableStyle(String...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. TableAlignment | Aspose.Words for Java

    Specifies alignment for an inline Table in Java....Specifies alignment for an inline table. Examples: Shows how to apply...apply an outline border to a table. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  6. 我使用aspose.word生成docx文件,表格里的cell我设置了width但是无效 - ...

    //生成docx @Test public void test5() throws Exception { License license = new License(); license.setLicense("./lib/newlic.lic"); Document doc = new Document(); doc.removeAllChildren(); Section section = new …...public Table addTable(Document doc) throws Exception { Table table...table = new Table(doc); for (int i = 0; i < 3; i++) { Row row =...

    forum.aspose.com/t/aspose-word-docx-cell-width/...
  7. TableField | Aspose.Tasks for .NET API Reference

    TableField Contents [ Hide ] TableField class Represents a field of a Table in a project. public class TableField Con......class Represents a field of a table in a project. public class TableField...the alignment of data in a table field. AlignTitle { get; set;...

    reference.aspose.com/tasks/net/aspose.tasks/tab...
  8. ConditionalStyleCollection.FirstColumn | Aspose...

    ConditionalStyleCollection FirstColumn property. Gets the first column style in C#....with certain area styles of a table. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words/con...
  9. ConditionalStyleCollection.OddRowBanding | Aspo...

    ConditionalStyleCollection OddRowBanding property. Gets the odd row banding style in C#....with certain area styles of a table. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words/con...
  10. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    DocumentVisitor VisitRowEnd method. Called when enumeration of a Table row has ended in C#....Called when enumeration of a table row has ended. public virtual...the node structure of every table in a document. public void TableToText...

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