a:camera
Camera
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-shape3DScene.xsd
Type: a:CT_Camera
Properties: Local, Qualified
Content
- a:rot [0..1] Rotation
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
prst | [1..1] | a:ST_PresetCameraType | Preset Camera Type | |
fov | [0..1] | a:ST_FOVAngle | Field of View | |
zoom | [0..1] | a:ST_PositivePercentage | Zoom | Default value is "100000". |
Used in
- Type a:CT_Scene3D (Elements a:scene3d, draw-diag:scene3d)
Sample instance
<a:camera prst="legacyObliqueTopLeft"> <a:rot lat="1" lon="1" rev="1"/> </a:camera>