All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.office.MsoPresetCamera Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.office  ;

import com4j.*;

/**
 */
public enum MsoPresetCamera implements ComEnum {
  /**
   * 

* The value of this constant is -2 *

*/ msoPresetCameraMixed(-2), /** *

* The value of this constant is 1 *

*/ msoCameraLegacyObliqueTopLeft(1), /** *

* The value of this constant is 2 *

*/ msoCameraLegacyObliqueTop(2), /** *

* The value of this constant is 3 *

*/ msoCameraLegacyObliqueTopRight(3), /** *

* The value of this constant is 4 *

*/ msoCameraLegacyObliqueLeft(4), /** *

* The value of this constant is 5 *

*/ msoCameraLegacyObliqueFront(5), /** *

* The value of this constant is 6 *

*/ msoCameraLegacyObliqueRight(6), /** *

* The value of this constant is 7 *

*/ msoCameraLegacyObliqueBottomLeft(7), /** *

* The value of this constant is 8 *

*/ msoCameraLegacyObliqueBottom(8), /** *

* The value of this constant is 9 *

*/ msoCameraLegacyObliqueBottomRight(9), /** *

* The value of this constant is 10 *

*/ msoCameraLegacyPerspectiveTopLeft(10), /** *

* The value of this constant is 11 *

*/ msoCameraLegacyPerspectiveTop(11), /** *

* The value of this constant is 12 *

*/ msoCameraLegacyPerspectiveTopRight(12), /** *

* The value of this constant is 13 *

*/ msoCameraLegacyPerspectiveLeft(13), /** *

* The value of this constant is 14 *

*/ msoCameraLegacyPerspectiveFront(14), /** *

* The value of this constant is 15 *

*/ msoCameraLegacyPerspectiveRight(15), /** *

* The value of this constant is 16 *

*/ msoCameraLegacyPerspectiveBottomLeft(16), /** *

* The value of this constant is 17 *

*/ msoCameraLegacyPerspectiveBottom(17), /** *

* The value of this constant is 18 *

*/ msoCameraLegacyPerspectiveBottomRight(18), /** *

* The value of this constant is 19 *

*/ msoCameraOrthographicFront(19), /** *

* The value of this constant is 20 *

*/ msoCameraIsometricTopUp(20), /** *

* The value of this constant is 21 *

*/ msoCameraIsometricTopDown(21), /** *

* The value of this constant is 22 *

*/ msoCameraIsometricBottomUp(22), /** *

* The value of this constant is 23 *

*/ msoCameraIsometricBottomDown(23), /** *

* The value of this constant is 24 *

*/ msoCameraIsometricLeftUp(24), /** *

* The value of this constant is 25 *

*/ msoCameraIsometricLeftDown(25), /** *

* The value of this constant is 26 *

*/ msoCameraIsometricRightUp(26), /** *

* The value of this constant is 27 *

*/ msoCameraIsometricRightDown(27), /** *

* The value of this constant is 28 *

*/ msoCameraIsometricOffAxis1Left(28), /** *

* The value of this constant is 29 *

*/ msoCameraIsometricOffAxis1Right(29), /** *

* The value of this constant is 30 *

*/ msoCameraIsometricOffAxis1Top(30), /** *

* The value of this constant is 31 *

*/ msoCameraIsometricOffAxis2Left(31), /** *

* The value of this constant is 32 *

*/ msoCameraIsometricOffAxis2Right(32), /** *

* The value of this constant is 33 *

*/ msoCameraIsometricOffAxis2Top(33), /** *

* The value of this constant is 34 *

*/ msoCameraIsometricOffAxis3Left(34), /** *

* The value of this constant is 35 *

*/ msoCameraIsometricOffAxis3Right(35), /** *

* The value of this constant is 36 *

*/ msoCameraIsometricOffAxis3Bottom(36), /** *

* The value of this constant is 37 *

*/ msoCameraIsometricOffAxis4Left(37), /** *

* The value of this constant is 38 *

*/ msoCameraIsometricOffAxis4Right(38), /** *

* The value of this constant is 39 *

*/ msoCameraIsometricOffAxis4Bottom(39), /** *

* The value of this constant is 40 *

*/ msoCameraObliqueTopLeft(40), /** *

* The value of this constant is 41 *

*/ msoCameraObliqueTop(41), /** *

* The value of this constant is 42 *

*/ msoCameraObliqueTopRight(42), /** *

* The value of this constant is 43 *

*/ msoCameraObliqueLeft(43), /** *

* The value of this constant is 44 *

*/ msoCameraObliqueRight(44), /** *

* The value of this constant is 45 *

*/ msoCameraObliqueBottomLeft(45), /** *

* The value of this constant is 46 *

*/ msoCameraObliqueBottom(46), /** *

* The value of this constant is 47 *

*/ msoCameraObliqueBottomRight(47), /** *

* The value of this constant is 48 *

*/ msoCameraPerspectiveFront(48), /** *

* The value of this constant is 49 *

*/ msoCameraPerspectiveLeft(49), /** *

* The value of this constant is 50 *

*/ msoCameraPerspectiveRight(50), /** *

* The value of this constant is 51 *

*/ msoCameraPerspectiveAbove(51), /** *

* The value of this constant is 52 *

*/ msoCameraPerspectiveBelow(52), /** *

* The value of this constant is 53 *

*/ msoCameraPerspectiveAboveLeftFacing(53), /** *

* The value of this constant is 54 *

*/ msoCameraPerspectiveAboveRightFacing(54), /** *

* The value of this constant is 55 *

*/ msoCameraPerspectiveContrastingLeftFacing(55), /** *

* The value of this constant is 56 *

*/ msoCameraPerspectiveContrastingRightFacing(56), /** *

* The value of this constant is 57 *

*/ msoCameraPerspectiveHeroicLeftFacing(57), /** *

* The value of this constant is 58 *

*/ msoCameraPerspectiveHeroicRightFacing(58), /** *

* The value of this constant is 59 *

*/ msoCameraPerspectiveHeroicExtremeLeftFacing(59), /** *

* The value of this constant is 60 *

*/ msoCameraPerspectiveHeroicExtremeRightFacing(60), /** *

* The value of this constant is 61 *

*/ msoCameraPerspectiveRelaxed(61), /** *

* The value of this constant is 62 *

*/ msoCameraPerspectiveRelaxedModerately(62), ; private final int value; MsoPresetCamera(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy