コード例 #1
0
        private static void Main(string[] args)
        {
            //Documents
            CompareDocumentsWithTables.WithTablesOnAppropriatePages();
            CompareDocumentsWithTables.WithTablesOnDefferentPages();
            CompareDocumentsWithTables.WithTablesWitchContainsDifferentCountOfColumns();
            CompareDocumentsWithTables.WithTablesWitchContainsDifferentCountOfColumnsAndDifferentCountOfRows();
            CompareDocumentsWithTables.WithTablesWitchContainsDifferentCountOfColumns();
            CompareDocumentsWithTables.WithTablesWitchContainsDifferentCountOfRows();

            CompareDocumentsWithText.WithTextOnAppropriatePages();
            CompareDocumentsWithText.WithTextOnDifferentPages();

            CompareDocumentsWithHyperlinks.WithIgnoreLinkSetting();
            CompareDocumentsWithHyperlinks.WithoutIgnoreLinkSetting();

            //Settings
            ComparisonWithDifferentSettings.CompareDocumentsWithComparisonDepthSetChars();
            ComparisonWithDifferentSettings.CompareDocumentsWithComparisonDepthSetWords();
            ComparisonWithDifferentSettings.CompareDocumentsWithGenerationSummaryPage();
            ComparisonWithDifferentSettings.CompareDocumentsWithOutGenerationSummaryPage();
            ComparisonWithDifferentSettings.CompareDocumentsWithOutShowDeletedContent();
            ComparisonWithDifferentSettings.CompareDocumentsWithShowDeletedContent();
            ComparisonWithDifferentSettings.CompareDocumentsWithWordsSepCharsSetSpace();
            ComparisonWithDifferentSettings.CompareDocumentsWithSettingStylesOnDelInsComponents();

            //Components
            CompareParagraphs.CompareParagraphsFromDifferentDocuments();
            CompareParagraphs.CompareParagraphFromDocumentWithCreatingParagraph();
            CompareParagraphs.CompareTwoCreatingParagraphs();

            CompareRows.CompareRowsFromDifferentDocuments();
            CompareRows.CompareRowFromDocumentWithCreatingRow();
            CompareRows.CompareTwoCreatingRows();

            CompareColumns.CompareColumnFromDocumentWithCreatingColumn();
            CompareColumns.CompareColumnsFromDifferentDocuments();
            CompareColumns.CompareTwoCreatingColumns();

            CompareCells.CompareCellFromDocumentWithCreatingCell();
            CompareCells.CompareCellsFromDifferentDocuments();
            CompareCells.CompareTwoCreatingCells();

            CompareTables.CompareTableFromDocumentWithCreatingTable();
            CompareTables.CompareTablesFromDifferentDocuments();
            CompareTables.CompareTwoCreatingTables();

            //Console.ReadKey();
        }
コード例 #2
0
        private static void Main(string[] args)
        {
            //Components
            CompareSlides.CompareSlidesFromDifferentPresentations();
            CompareSlides.CompareSlidesFromOnePresentations();
            CompareSlides.CompareSlideFromPresentationsWithCreatingSlide();
            CompareSlides.CompareTwoCreatingSlides();

            CompareCells.CompareCellsFromDifferentPresentations();
            CompareCells.CompareCellsFromOnePresentations();
            CompareCells.CompareCellFromPresentationsWithCreatingCell();
            CompareCells.CompareTwoCreatingCells();

            CompareParagraphs.CompareParagraphFromPresentationsWithCreatingParagraph();
            CompareParagraphs.CompareParagraphsFromDifferentPresentations();
            CompareParagraphs.CompareParagraphsFromOnePresentations();
            CompareParagraphs.CompareTwoCreatingParagraphs();

            CompareAutoShapes.CompareAutoShapeFromPresentationsWithCreatingAutoShape();
            CompareAutoShapes.CompareAutoShapesFromDifferentPresentations();
            CompareAutoShapes.CompareAutoShapesFromOnePresentations();
            CompareAutoShapes.CompareTwoCreatingAutoShapes();

            CompareTables.CompareTableFromPresentationsWithCreatingTable();
            CompareTables.CompareTablesFromDifferentPresentations();
            CompareTables.CompareTablesFromOnePresentations();
            CompareTables.CompareTwoCreatingTables();

            CompareRows.CompareRowFromPresentationsWithCreatingRow();
            CompareRows.CompareRowsFromDifferentPresentations();
            CompareRows.CompareRowsFromOnePresentations();
            CompareRows.CompareTwoCreatingRows();

            CompareColumns.CompareColumnFromPresentationsWithCreatingColumn();
            CompareColumns.CompareColumnsFromDifferentPresentations();
            CompareColumns.CompareColumnsFromOnePresentations();
            CompareColumns.CompareTwoCreatingColumns();

            // Presentations
            ComparePresentationsWithAutoShapes.ComparePresentationsWithAutoShapesOnAppropriateSlides();
            ComparePresentationsWithAutoShapes.ComparePresentationsWithAutoShapesOnDifferentSlides();

            ComparePresentationsWithTables.ComparePresentationsWithTablesOnAppropriateSlides();
            ComparePresentationsWithTables.ComparePresentationsWithTablesOnDifferentSlides();
            ComparePresentationsWithTables.ComparePresentationsWithTablesWitchConyainsDifferentCountOfRows();
            ComparePresentationsWithTables.ComparePresentationsWithTablesWitchConyainsDifferentCountOfColumns();
            ComparePresentationsWithTables
            .ComparePresentationsWithTablesWitchConyainsDifferentCountOfColumnsAndDifferentCountOfRows();

            //Settings
            ComparisonWithDifferentSettings.ComparePresentationsWithComparisonDepthSetChars();
            ComparisonWithDifferentSettings.ComparePresentationsWithComparisonDepthSetWords();
            ComparisonWithDifferentSettings.ComparePresentationsWithGenerationSummaryPage();
            ComparisonWithDifferentSettings.ComparePresentationsWithOutGenerationSummaryPage();
            ComparisonWithDifferentSettings.ComparePresentationsWithOutShowDeletedContent();
            ComparisonWithDifferentSettings.ComparePresentationsWithShowDeletedContent();
            ComparisonWithDifferentSettings.ComparePresentationsWithWordsSepCharsSetSpace();
            ComparisonWithDifferentSettings.ComparePresentationsWithSettingStylesOnDelInsComponents();

            //Console.ReadKey();
        }