Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 22,331 for

table

(0.2 sec)
  1. Comparer.CompareToImages | Aspose.Words for .NET

    Effortlessly compare documents with CompareToImages, saving differences as images for each page, enhancing clarity and visual analysis....string firstDoc = MyDir + "Table column bookmarks.docx" ; string...string secondDoc = MyDir + "Table column bookmarks.doc" ; Stream...

    reference.aspose.com/words/net/aspose.words.low...
  2. Wrong alignment of cell that was shifted to nex...

    Hi, we use Table Broken property that shift columns which not fit in current page to next one. But unfortunatelly shifted cell loosing some properties that we specified. F.e alignment look at first and last column. I att…...2025, 12:44pm 1 Hi, we use table Broken property that shift columns...

    forum.aspose.com/t/wrong-alignment-of-cell-that...
  3. DetectAreasMode.TABLE|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.Table algorithm....TABLE Contents [ Hide ] To use this structure...reports, invoices, and other tables. However, this algorithm is...

    docs.aspose.com/ocr/python-net/areas-detection/...
  4. WarningInfo | Aspose.Words for Java

    Contains information about a warning that Aspose.Words issued during document loading or saving in Java....TABLE_SUBSTITUTION_RULE, warningInfo...\'Arvo\' font instead. Reason: table substitution.", warningInfo...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Fields::FieldIndex::get_RunSuben...

    Aspose::Words::Fields::FieldIndex::get_RunSubentriesOnSameLine method. Gets or sets whether run subentries into the same line as the main entry in C++....RunSubentriesOnSameL is false, then the INDEX table will create three lines: //...RunSubentriesOnSameL is true, then the INDEX table will create a one-line // entry...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. 在透视表中对透视字段进行分组|Documentation

    如何用Aspose.Cells for JavaScript通过C++对数据透视表中的字段进行分组。...( 1 ); // Access the pivot table const pt = ws . pivotTables...Refresh and calculate pivot table pt . refreshDataFlag = true...

    docs.aspose.com/cells/zh/javascript-cpp/group-p...
  7. Comparer.compare_to_images method | Aspose.Word...

    aspose.words.lowcode.Comparer.compare_to_images method...documents: first_doc = MY_DIR + 'Table column bookmarks.docx' second_doc...second_doc = MY_DIR + 'Table column bookmarks.doc' pages = aw . lowcode...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Layout::LayoutCollector::GetEnti...

    Aspose::Words::Layout::LayoutCollector::GetEntity method. Returns an opaque position of the LayoutEnumerator which corresponds to the specified node. You can use returned value as an argument to Current given the document being enumerated and the document of the node are the same in C++....work for Run , Cell Row or Table nodes, and nodes within header/footer...approach can be used for Row and Table nodes. Examples Shows how to...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose::Words::BorderCollection::get_DistanceFr...

    Aspose::Words::BorderCollection::get_DistanceFromText method. Gets or sets distance of the border from text in points in C++....reset to zero for borders of table cells. Examples Shows how to...

    reference.aspose.com/words/cpp/aspose.words/bor...
  10. Crash when cloning a cell - Free Support Forum ...

    Hello Aspose, I get a NullRefException when cloning a cell (Cell.Clone()). To reproduce please try this: private static string CellCloneBug(Page page) { var t = new Table(); var r = t.…...CellCloneBug(Page page) { var t = new Table(); var r = t.Rows.Add(); var...pdfDocument.Pages.Add(); var t = new Table(); var r = t.Rows.Add(); var...

    forum.aspose.com/t/crash-when-cloning-a-cell/29...