public class OverrideContentManager extends Object
| Constructor and Description |
|---|
OverrideContentManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
columnBinding(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> completeList,
com.aspose.ms.System.Collections.Generic.List<ColumnManager> columnManager)
Binding cells to column
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> |
getCellsByRows(String content)
Distributes cells by the rows
|
com.aspose.ms.System.Collections.Generic.List<ColumnManager> |
getColumnBindingSource(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> completeList)
Receives the list of columns of a row with the maximum quantity of cells
|
void |
itemDataPropertyChanged(Object sender,
com.aspose.ms.System.ComponentModel.PropertyChangedEventArgs e) |
public void itemDataPropertyChanged(Object sender, com.aspose.ms.System.ComponentModel.PropertyChangedEventArgs e)
public com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> getCellsByRows(String content)
Distributes cells by the rows
content - Content from the PDF file converted to a stringpublic void columnBinding(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> completeList, com.aspose.ms.System.Collections.Generic.List<ColumnManager> columnManager)
Binding cells to column
completeList - Cells lists by rowscolumnManager - Column listpublic com.aspose.ms.System.Collections.Generic.List<ColumnManager> getColumnBindingSource(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DataManager>> completeList)
Receives the list of columns of a row with the maximum quantity of cells
completeList - Cells lists by rowsCopyright © 2018 Aspose. All Rights Reserved.