@Deprecated public class ComparisonTable extends ComparisonTableBase
Class ComparisonTable.
Constructor and Description |
---|
ComparisonTable(float x,
float y,
double[] columnWidths,
double[] rowHeights)
Deprecated.
Initializes a new instance of the
ComparisonTable class. |
ComparisonTable(com.aspose.slides.ITable table)
Deprecated.
Instantiates a new Comparison table.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
ISlidesCompareResult |
compareWith(ComparisonTableBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> |
getCells()
Deprecated.
Gets cells.
|
String[][] |
getColMergeMap()
Deprecated.
Get col merge map string [ ] [ ].
|
List<ComparisonColumnBase> |
getColumns()
Deprecated.
Gets the columns.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonColumnBase> |
getColumnsInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getContent()
Deprecated.
Gets content.
|
float |
getHeight()
Deprecated.
Gets or sets the height.
|
ComparisonCellBase |
getItem(int columnIndex,
int rowIndex)
Deprecated.
Gets the
ComparisonCellBase with the specified column index. |
com.aspose.ms.System.Collections.Generic.List<Double> |
getresultColumnWidth()
Deprecated.
Gets column width.
|
com.aspose.ms.System.Collections.Generic.List<Double> |
getresultColumnWidthWD()
Deprecated.
Gets column width wd.
|
com.aspose.ms.System.Collections.Generic.List<Double> |
getresultRowHeight()
Deprecated.
Gets row height.
|
com.aspose.ms.System.Collections.Generic.List<Double> |
getresultRowHeightWD()
Deprecated.
Gets row height wd.
|
String[][] |
getRowMergeMap()
Deprecated.
Get row merge map string [ ] [ ].
|
List<ComparisonRowBase> |
getRows()
Deprecated.
Gets the rows.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonRowBase> |
getRowsInternal()
Deprecated.
|
com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> |
getStyleChanges()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getSubComponents()
Deprecated.
Gets sub components.
|
String |
getText()
Deprecated.
Gets text.
|
int |
getType()
Deprecated.
Gets or sets the type.
|
float |
getWidth()
Deprecated.
Gets or sets the width.
|
float |
getX()
Deprecated.
Gets or sets the x.
|
float |
getY()
Deprecated.
Gets or sets the y.
|
void |
setColMergeMap(String[][] value)
Deprecated.
Sets col merge map.
|
void |
setHeight(float value)
Deprecated.
Gets or sets the height.
|
void |
setresultColumnWidth(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets column width.
|
void |
setresultColumnWidthWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets column width wd.
|
void |
setresultRowHeight(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets row height.
|
void |
setresultRowHeightWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets row height wd.
|
void |
setRowMergeMap(String[][] value)
Deprecated.
Sets row merge map.
|
void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase value)
Deprecated.
Gets or sets the style.
|
void |
setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
Deprecated.
|
void |
setType(int value)
Deprecated.
Gets or sets the type.
|
void |
setWidth(float value)
Deprecated.
Gets or sets the width.
|
void |
setX(float value)
Deprecated.
Gets or sets the x.
|
void |
setY(float value)
Deprecated.
Gets or sets the y.
|
public ComparisonTable(float x, float y, double[] columnWidths, double[] rowHeights)
Initializes a new instance of the ComparisonTable
class.
x
- The x.y
- The y.columnWidths
- The column widths.rowHeights
- The row heights.public ComparisonTable(com.aspose.slides.ITable table)
table
- the tablepublic com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> getStyleChanges()
getStyleChanges
in class ComparisonPresentationComponentBase
public void setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
setStyleChanges
in class ComparisonPresentationComponentBase
public int getType()
Gets or sets the type.
Value: The type.getType
in class ComparisonPresentationComponentBase
public void setType(int value)
Gets or sets the type.
Value: The type.setType
in class ComparisonPresentationComponentBase
value
- the valuepublic float getWidth()
Gets or sets the width.
Value: The width.getWidth
in class ComparisonShapeBase
public void setWidth(float value)
Gets or sets the width.
Value: The width.setWidth
in class ComparisonShapeBase
value
- the valuepublic float getHeight()
Gets or sets the height.
Value: The height.getHeight
in class ComparisonShapeBase
public void setHeight(float value)
Gets or sets the height.
Value: The height.setHeight
in class ComparisonShapeBase
value
- the valuepublic float getX()
Gets or sets the x.
Value: The x.getX
in class ComparisonShapeBase
public void setX(float value)
Gets or sets the x.
Value: The x.setX
in class ComparisonShapeBase
value
- the valuepublic float getY()
Gets or sets the y.
Value: The y.getY
in class ComparisonShapeBase
public void setY(float value)
Gets or sets the y.
Value: The y.setY
in class ComparisonShapeBase
value
- the valuepublic com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase getStyle()
Gets or sets the style.
Value: The style.getStyle
in class ComparisonShapeBase
public void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase value)
Gets or sets the style.
Value: The style.setStyle
in class ComparisonShapeBase
public List<ComparisonRowBase> getRows()
Gets the rows.
Value: The rows.getRows
in class ComparisonTableBase
public com.aspose.ms.System.Collections.Generic.List<ComparisonRowBase> getRowsInternal()
getRowsInternal
in class ComparisonTableBase
public List<ComparisonColumnBase> getColumns()
Gets the columns.
Value: The columns.getColumns
in class ComparisonTableBase
public com.aspose.ms.System.Collections.Generic.List<ComparisonColumnBase> getColumnsInternal()
getColumnsInternal
in class ComparisonTableBase
public ComparisonCellBase getItem(int columnIndex, int rowIndex)
Gets the ComparisonCellBase
with the specified column index.
getItem
in class ComparisonTableBase
columnIndex
- Index of the column.rowIndex
- Index of the row.public ISlidesCompareResult compareWith(ComparisonTableBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
compareWith
in class ComparisonTableBase
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public String[][] getColMergeMap()
ComparisonTableBase
getColMergeMap
in class ComparisonTableBase
public void setColMergeMap(String[][] value)
ComparisonTableBase
setColMergeMap
in class ComparisonTableBase
value
- the valuepublic String[][] getRowMergeMap()
ComparisonTableBase
getRowMergeMap
in class ComparisonTableBase
public void setRowMergeMap(String[][] value)
ComparisonTableBase
setRowMergeMap
in class ComparisonTableBase
value
- the valuepublic com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> getCells()
ComparisonTableBase
getCells
in class ComparisonTableBase
public com.aspose.ms.System.Collections.Generic.List<Double> getresultColumnWidth()
ComparisonTableBase
getresultColumnWidth
in class ComparisonTableBase
public void setresultColumnWidth(com.aspose.ms.System.Collections.Generic.List<Double> value)
ComparisonTableBase
setresultColumnWidth
in class ComparisonTableBase
value
- the valuepublic com.aspose.ms.System.Collections.Generic.List<Double> getresultRowHeight()
ComparisonTableBase
getresultRowHeight
in class ComparisonTableBase
public void setresultRowHeight(com.aspose.ms.System.Collections.Generic.List<Double> value)
ComparisonTableBase
setresultRowHeight
in class ComparisonTableBase
value
- the valuepublic com.aspose.ms.System.Collections.Generic.List<Double> getresultColumnWidthWD()
ComparisonTableBase
getresultColumnWidthWD
in class ComparisonTableBase
public void setresultColumnWidthWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
ComparisonTableBase
setresultColumnWidthWD
in class ComparisonTableBase
value
- the valuepublic com.aspose.ms.System.Collections.Generic.List<Double> getresultRowHeightWD()
ComparisonTableBase
getresultRowHeightWD
in class ComparisonTableBase
public void setresultRowHeightWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
ComparisonTableBase
setresultRowHeightWD
in class ComparisonTableBase
value
- the valuepublic com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getContent()
ComparisonPresentationComponentBase
getContent
in class ComparisonPresentationComponentBase
public void addComponent(ComparisonPresentationComponentBase component)
ComparisonPresentationComponentBase
addComponent
in class ComparisonPresentationComponentBase
component
- the componentpublic com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getSubComponents()
ComparisonPresentationComponentBase
getSubComponents
in class ComparisonPresentationComponentBase
public Object getAsposeObject()
ComparisonPresentationComponentBase
getAsposeObject
in class ComparisonPresentationComponentBase
public String getText()
ComparisonPresentationComponentBase
getText
in class ComparisonPresentationComponentBase
Copyright © 2018. All rights reserved.