CameraPresetType
Overview
CameraPresetType is a enum in Aspose.Slides FOSS for Java.
Constants which define camera preset type.
This enum provides 1 method for working with CameraPresetType objects in Java.
Available methods include: getValue.
Properties: value.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined camera preset |
ISOMETRIC_BOTTOM_DOWN | Represents an isometric view from bottom looking down |
ISOMETRIC_BOTTOM_UP | Represents an isometric view from bottom looking up |
ISOMETRIC_LEFT_DOWN | Represents an isometric view from left looking down |
ISOMETRIC_LEFT_UP | Represents an isometric view from left looking up |
ISOMETRIC_OFF_AXIS_1_LEFT | Represents the first off‑axis isometric view from the left |
ISOMETRIC_OFF_AXIS_1_RIGHT | Represents the first off‑axis isometric view from the right |
ISOMETRIC_OFF_AXIS_1_TOP | Represents the first off‑axis isometric view from the top |
ISOMETRIC_OFF_AXIS_2_LEFT | Represents the second off‑axis isometric view from the left |
ISOMETRIC_OFF_AXIS_2_RIGHT | Represents the second off‑axis isometric view from the right |
ISOMETRIC_OFF_AXIS_2_TOP | Represents the second off‑axis isometric view from the top |
ISOMETRIC_OFF_AXIS_3_BOTTOM | Represents the third off‑axis isometric view from the bottom |
ISOMETRIC_OFF_AXIS_3_LEFT | Represents the third off‑axis isometric view from the left |
ISOMETRIC_OFF_AXIS_3_RIGHT | Represents the third off‑axis isometric view from the right |
ISOMETRIC_OFF_AXIS_4_BOTTOM | Represents the fourth off‑axis isometric view from the bottom |
ISOMETRIC_OFF_AXIS_4_LEFT | Represents the fourth off‑axis isometric view from the left |
ISOMETRIC_OFF_AXIS_4_RIGHT | Represents the fourth off‑axis isometric view from the right |
ISOMETRIC_RIGHT_DOWN | Represents an isometric view from right looking down |
ISOMETRIC_RIGHT_UP | Represents an isometric view from right looking up |
ISOMETRIC_TOP_DOWN | Represents an isometric view from top looking down |
ISOMETRIC_TOP_UP | Represents an isometric view from top looking up |
LEGACY_OBLIQUE_BOTTOM | Represents a legacy oblique view from the bottom |
LEGACY_OBLIQUE_BOTTOM_LEFT | Represents a legacy oblique view from bottom‑left |
LEGACY_OBLIQUE_BOTTOM_RIGHT | Represents a legacy oblique view from bottom‑right |
LEGACY_OBLIQUE_FRONT | Represents a legacy oblique front view |
LEGACY_OBLIQUE_LEFT | Represents a legacy oblique view from the left side |
LEGACY_OBLIQUE_RIGHT | Represents a legacy oblique view from the right side |
LEGACY_OBLIQUE_TOP | Represents a legacy oblique view from the top |
LEGACY_OBLIQUE_TOP_LEFT | Represents a legacy oblique view from top‑left |
LEGACY_OBLIQUE_TOP_RIGHT | Represents a legacy oblique view from top‑right |
LEGACY_PERSPECTIVE_BOTTOM | Represents a legacy perspective view from the bottom. |
LEGACY_PERSPECTIVE_BOTTOM_LEFT | Represents a legacy perspective view from bottom-left. |
LEGACY_PERSPECTIVE_BOTTOM_RIGHT | Represents a legacy perspective view from bottom-right. |
LEGACY_PERSPECTIVE_FRONT | Represents a legacy perspective front view. |
LEGACY_PERSPECTIVE_LEFT | Represents a legacy perspective view from the left. |
LEGACY_PERSPECTIVE_RIGHT | Represents a legacy perspective view from the right. |
LEGACY_PERSPECTIVE_TOP | Represents a legacy perspective view from the top. |
LEGACY_PERSPECTIVE_TOP_LEFT | Represents a legacy perspective view from top-left. |
LEGACY_PERSPECTIVE_TOP_RIGHT | Represents a legacy perspective view from top-right. |
OBLIQUE_BOTTOM | Represents an oblique view from the bottom. |
OBLIQUE_BOTTOM_LEFT | Represents an oblique view from bottom-left. |
OBLIQUE_BOTTOM_RIGHT | Represents an oblique view from bottom-right. |
OBLIQUE_LEFT | Represents an oblique view from the left. |
OBLIQUE_RIGHT | Represents an oblique view from the right. |
OBLIQUE_TOP | Represents an oblique view from the top. |
OBLIQUE_TOP_LEFT | Represents an oblique view from top-left. |
OBLIQUE_TOP_RIGHT | Represents an oblique view from top-right. |
ORTHOGRAPHIC_FRONT | Represents an orthographic front view. |
PERSPECTIVE_ABOVE | Represents a perspective view from above. |
PERSPECTIVE_ABOVE_LEFT_FACING | Represents a perspective view from above, facing left. |
PERSPECTIVE_ABOVE_RIGHT_FACING | Represents a perspective view from above, facing right. |
PERSPECTIVE_BELOW | Represents a perspective view from below. |
PERSPECTIVE_CONTRASTING_LEFT_FACING | Represents a contrasting perspective view facing left. |
PERSPECTIVE_CONTRASTING_RIGHT_FACING | Represents a contrasting perspective view facing right. |
PERSPECTIVE_FRONT | Represents a standard perspective front view. |
PERSPECTIVE_HEROIC_EXTREME_LEFT_FACING | Represents a heroic extreme perspective view facing left. |
PERSPECTIVE_HEROIC_EXTREME_RIGHT_FACING | Represents a heroic extreme perspective view facing right. |
PERSPECTIVE_HEROIC_LEFT_FACING | Represents a heroic perspective view facing left. |
PERSPECTIVE_HEROIC_RIGHT_FACING | Represents a heroic perspective view facing right. |
PERSPECTIVE_LEFT | Represents a perspective view from the left. |
PERSPECTIVE_RELAXED | Represents a relaxed perspective view. |
PERSPECTIVE_RELAXED_MODERATELY | Represents a moderately relaxed perspective view. |
PERSPECTIVE_RIGHT | Represents a perspective view from the right. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|---|
getValue() → String | Returns the string value of this constant. |