Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 16,203 for

table

(0.18 sec)
  1. NodeCollection.IndexOf | Aspose.Words for .NET

    Discover the NodeCollection IndexOf method to efficiently find the zero-based index of any specified node in your collections....Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; NodeCollection allTables = doc ....

    reference.aspose.com/words/net/aspose.words/nod...
  2. Node.Accept | Aspose.Words for .NET

    Discover the Node Accept method for seamless visitor engagement. Enhance user experience and boost interaction with this powerful tool!...hiddenContentRemover ); // 2 - Table node: Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; table . Accept ( hiddenContentRemover...

    reference.aspose.com/words/net/aspose.words/nod...
  3. Table.horizontal_anchor property | Aspose.Words...

    Table.horizontal_anchor property. Gets the base object from which the horizontal positioning of floating Table should be calculated...horizontal_anchor property Table.horizontal_anchor property Gets...horizontal positioning of floating table should be calculated. Default...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table.vertical_anchor property | Aspose.Words f...

    Table.vertical_anchor property. Gets the base object from which the vertical positioning of floating Table should be calculated...vertical_anchor property Table.vertical_anchor property Gets...vertical positioning of floating table should be calculated. Default...

    reference.aspose.com/words/python-net/aspose.wo...
  5. word转PDF的问题 - Free Support Forum - aspose.com

    测试的最新版25.6,有如下两个问题想咨询。 1、请帮忙测试一下附件里word里面的标题和数据转换pdf之后字体样式就变了,另外就是非中国字体转换完后并不正确。 2、表格转换后表格的样式就会挤压 ,我们原来的方式是按照百分比配置的表格宽度,后面因为转换pdf挤压,最后才调整为厘米(固定列) demo.docx (54.9 KB)...including font compatibility and table formatting settings. When converting...Additionally, table width settings can affect how tables are displayed...

    forum.aspose.com/t/word-pdf/314835
  6. DocumentBuilder.end_table method | Aspose.Words...

    DocumentBuilder.end_Table method. Ends a Table in the document....end_table method end_table() Ends a table in the document. def...def end_table ( self ): ... Remarks This method should be called...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Cell.parent_row property | Aspose.Words for Python

    Cell.parent_row property. Returns the parent row of the cell.... tables . Row : ... Examples Shows how to set a table to stay...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TextureIndex Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextureIndex enum for advanced shading textures. Enhance your document design with customizable, high-quality textures....to a table. Document doc = new Document ( MyDir + "Tables.docx"...docx" ); Table table = doc . FirstSection . Body . Tables [ 0 ];...

    reference.aspose.com/words/net/aspose.words/tex...
  9. Copying a range across workbook which is being ...

    I have two workbooks both with 1 Table having 4 columns and 60 rows, I take one Table and copy the style and then copy the value to another workbook. then I reference this copied over Table entirely in another sheet of t…...with 1 table having 4 columns and 60 rows, I take one table and...reference this copied over table entirely in another sheet of...

    forum.aspose.com/t/copying-a-range-across-workb...
  10. Row | Aspose.Words for .NET

    Create dynamic Row instances easily with our Row constructor. Simplify your data management and enhance your coding efficiency today!...InsertAfter or InsertBefore on the table where you want the row inserted...Shows how to build a nested table without using a document builder...

    reference.aspose.com/words/net/aspose.words.tab...