コード例 #1
0
        private void TestStepBackBackground()
        {
            PplFeatures.SetZoomProperties(false, true);

            PpOperations.SelectSlide(24);
            PpOperations.SelectShape("Step Back This Shape");
            PplFeatures.StepBack();

            AssertIsSame(23, 27);
            AssertIsSame(24, 28);
            AssertIsSame(25, 29);
        }
コード例 #2
0
        private void TestStepBack()
        {
            PplFeatures.SetZoomProperties(true, true);

            PpOperations.SelectSlide(17);
            PpOperations.SelectShape("Step Back This Shape");
            PplFeatures.StepBack();

            AssertIsSame(16, 20);
            AssertIsSame(17, 21);
            AssertIsSame(18, 22);
        }