CameraPresetType

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

ValueDescription
NOT_DEFINEDRepresents an undefined camera preset
ISOMETRIC_BOTTOM_DOWNRepresents an isometric view from bottom looking down
ISOMETRIC_BOTTOM_UPRepresents an isometric view from bottom looking up
ISOMETRIC_LEFT_DOWNRepresents an isometric view from left looking down
ISOMETRIC_LEFT_UPRepresents an isometric view from left looking up
ISOMETRIC_OFF_AXIS_1_LEFTRepresents the first off‑axis isometric view from the left
ISOMETRIC_OFF_AXIS_1_RIGHTRepresents the first off‑axis isometric view from the right
ISOMETRIC_OFF_AXIS_1_TOPRepresents the first off‑axis isometric view from the top
ISOMETRIC_OFF_AXIS_2_LEFTRepresents the second off‑axis isometric view from the left
ISOMETRIC_OFF_AXIS_2_RIGHTRepresents the second off‑axis isometric view from the right
ISOMETRIC_OFF_AXIS_2_TOPRepresents the second off‑axis isometric view from the top
ISOMETRIC_OFF_AXIS_3_BOTTOMRepresents the third off‑axis isometric view from the bottom
ISOMETRIC_OFF_AXIS_3_LEFTRepresents the third off‑axis isometric view from the left
ISOMETRIC_OFF_AXIS_3_RIGHTRepresents the third off‑axis isometric view from the right
ISOMETRIC_OFF_AXIS_4_BOTTOMRepresents the fourth off‑axis isometric view from the bottom
ISOMETRIC_OFF_AXIS_4_LEFTRepresents the fourth off‑axis isometric view from the left
ISOMETRIC_OFF_AXIS_4_RIGHTRepresents the fourth off‑axis isometric view from the right
ISOMETRIC_RIGHT_DOWNRepresents an isometric view from right looking down
ISOMETRIC_RIGHT_UPRepresents an isometric view from right looking up
ISOMETRIC_TOP_DOWNRepresents an isometric view from top looking down
ISOMETRIC_TOP_UPRepresents an isometric view from top looking up
LEGACY_OBLIQUE_BOTTOMRepresents a legacy oblique view from the bottom
LEGACY_OBLIQUE_BOTTOM_LEFTRepresents a legacy oblique view from bottom‑left
LEGACY_OBLIQUE_BOTTOM_RIGHTRepresents a legacy oblique view from bottom‑right
LEGACY_OBLIQUE_FRONTRepresents a legacy oblique front view
LEGACY_OBLIQUE_LEFTRepresents a legacy oblique view from the left side
LEGACY_OBLIQUE_RIGHTRepresents a legacy oblique view from the right side
LEGACY_OBLIQUE_TOPRepresents a legacy oblique view from the top
LEGACY_OBLIQUE_TOP_LEFTRepresents a legacy oblique view from top‑left
LEGACY_OBLIQUE_TOP_RIGHTRepresents a legacy oblique view from top‑right
LEGACY_PERSPECTIVE_BOTTOMRepresents a legacy perspective view from the bottom.
LEGACY_PERSPECTIVE_BOTTOM_LEFTRepresents a legacy perspective view from bottom-left.
LEGACY_PERSPECTIVE_BOTTOM_RIGHTRepresents a legacy perspective view from bottom-right.
LEGACY_PERSPECTIVE_FRONTRepresents a legacy perspective front view.
LEGACY_PERSPECTIVE_LEFTRepresents a legacy perspective view from the left.
LEGACY_PERSPECTIVE_RIGHTRepresents a legacy perspective view from the right.
LEGACY_PERSPECTIVE_TOPRepresents a legacy perspective view from the top.
LEGACY_PERSPECTIVE_TOP_LEFTRepresents a legacy perspective view from top-left.
LEGACY_PERSPECTIVE_TOP_RIGHTRepresents a legacy perspective view from top-right.
OBLIQUE_BOTTOMRepresents an oblique view from the bottom.
OBLIQUE_BOTTOM_LEFTRepresents an oblique view from bottom-left.
OBLIQUE_BOTTOM_RIGHTRepresents an oblique view from bottom-right.
OBLIQUE_LEFTRepresents an oblique view from the left.
OBLIQUE_RIGHTRepresents an oblique view from the right.
OBLIQUE_TOPRepresents an oblique view from the top.
OBLIQUE_TOP_LEFTRepresents an oblique view from top-left.
OBLIQUE_TOP_RIGHTRepresents an oblique view from top-right.
ORTHOGRAPHIC_FRONTRepresents an orthographic front view.
PERSPECTIVE_ABOVERepresents a perspective view from above.
PERSPECTIVE_ABOVE_LEFT_FACINGRepresents a perspective view from above, facing left.
PERSPECTIVE_ABOVE_RIGHT_FACINGRepresents a perspective view from above, facing right.
PERSPECTIVE_BELOWRepresents a perspective view from below.
PERSPECTIVE_CONTRASTING_LEFT_FACINGRepresents a contrasting perspective view facing left.
PERSPECTIVE_CONTRASTING_RIGHT_FACINGRepresents a contrasting perspective view facing right.
PERSPECTIVE_FRONTRepresents a standard perspective front view.
PERSPECTIVE_HEROIC_EXTREME_LEFT_FACINGRepresents a heroic extreme perspective view facing left.
PERSPECTIVE_HEROIC_EXTREME_RIGHT_FACINGRepresents a heroic extreme perspective view facing right.
PERSPECTIVE_HEROIC_LEFT_FACINGRepresents a heroic perspective view facing left.
PERSPECTIVE_HEROIC_RIGHT_FACINGRepresents a heroic perspective view facing right.
PERSPECTIVE_LEFTRepresents a perspective view from the left.
PERSPECTIVE_RELAXEDRepresents a relaxed perspective view.
PERSPECTIVE_RELAXED_MODERATELYRepresents a moderately relaxed perspective view.
PERSPECTIVE_RIGHTRepresents a perspective view from the right.

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also