# PPTX.gallery > Public reference catalog for OPF design choices, built for AI agents, developers, designers, and presenters. ## Sections - [Layouts](https://www.pptx.gallery/layouts) - Slide layout templates: content zones, placeholders, and spatial arrangement patterns. Items: 470. JSON: [GET /api/layouts.json](https://www.pptx.gallery/api/layouts.json); Registry descriptors: `/registry/layouts/{slug}.json`; OPF schema: [Slide.layout](https://pptx.dev/schema/opf/v1#/$defs/Slide/properties/layout). - [Color Schemes](https://www.pptx.gallery/colors) - Presentation color schemes: primary, secondary, accent, background, and supporting tones. Items: 14. JSON: [GET /api/color-schemes.json](https://www.pptx.gallery/api/color-schemes.json); Registry descriptors: `/registry/color-schemes/{slug}.json`; OPF schema: [design.colors.scheme](https://pptx.dev/schema/opf/v1#/$defs/ColorScheme/properties/scheme). - [Font Schemes](https://www.pptx.gallery/font-schemes) - Heading and body type pairings that OPF documents can reference by scheme name. Items: 89. JSON: [GET /api/font-schemes.json](https://www.pptx.gallery/api/font-schemes.json); Registry descriptors: `/registry/font-schemes/{slug}.json`; OPF schema: [design.fonts.scheme](https://pptx.dev/schema/opf/v1#/$defs/FontScheme/properties/scheme). - [Backgrounds](https://www.pptx.gallery/backgrounds) - Slide background styles including solid, gradient, geometric, photographic, abstract, and textured treatments. Items: 6. JSON: [GET /api/backgrounds.json](https://www.pptx.gallery/api/backgrounds.json); Registry descriptors: `/registry/backgrounds/{slug}.json`; OPF schema: [design.background](https://pptx.dev/schema/opf/v1#/$defs/Background). - [Narratives](https://www.pptx.gallery/narratives) - Story structures and frameworks for sequencing slides around a persuasive arc. Items: 10. JSON: [GET /api/narratives.json](https://www.pptx.gallery/api/narratives.json); Registry descriptors: `/registry/narratives/{slug}.json`; OPF schema: [meta.narrative](https://pptx.dev/schema/opf-narrative/v1). - [Charts](https://www.pptx.gallery/charts) - Chart type definitions, data requirements, OPF base-type coverage, and usage guidance for presentation data stories. Items: 76. JSON: [GET /api/charts.json](https://www.pptx.gallery/api/charts.json); Registry descriptors: `/registry/charts/{slug}.json`; OPF schema: [OPF Chart Preset](https://pptx.dev/schema/opf-chart/v1). - [Themes](https://www.pptx.gallery/themes) - Complete OPF design themes that bundle color, font, background, and default layout references. Items: 4. JSON: [GET /api/themes.json](https://www.pptx.gallery/api/themes.json); Registry descriptors: `/registry/themes/{slug}.json`; OPF schema: [design.theme](https://pptx.dev/schema/opf/v1#/$defs/Design/properties/theme). - [Audiences](https://www.pptx.gallery/audiences) - Audience profiles that guide OPF generation hints, recommended tones, density, narrative, color, and layout choices. Items: 14. JSON: [GET /api/audiences.json](https://www.pptx.gallery/api/audiences.json); OPF schema: [meta.audience](https://pptx.dev/schema/opf/v1#/$defs/Meta/properties/audience). - [Headers & Footers](https://www.pptx.gallery/headers-footers) - Header and footer configurations for slide numbers, dates, logos, legal lines, and classification markers. Items: 10. JSON: [GET /api/headers-footers.json](https://www.pptx.gallery/api/headers-footers.json); OPF schema: [design.layoutPreferences.slideNumbers](https://pptx.dev/schema/opf/v1#/$defs/LayoutPreferences/properties/slideNumbers). - [Content Blocks](https://www.pptx.gallery/blocks) - Pre-composed OPF slide sections such as pitch intros, KPI dashboards, comparisons, timelines, quote slides, and closing CTAs. Items: 32. JSON: [GET /api/blocks.json](https://www.pptx.gallery/api/blocks.json); OPF schema: [Presentation.slides[]](https://pptx.dev/schema/opf/v1#/$defs/Slide). - [Image Treatments](https://www.pptx.gallery/image-treatments) - Image placement, crop, overlay, mask, caption, and filter patterns for OPF slides. Items: 15. JSON: [GET /api/image-treatments.json](https://www.pptx.gallery/api/image-treatments.json); OPF schema: [Slide.elements[].image](https://pptx.dev/schema/opf/v1#/$defs/Element). ## Quick Links - Home: https://www.pptx.gallery - How it works: https://www.pptx.gallery/docs - How-to articles: https://www.pptx.gallery/how-to - OPF registry: https://www.pptx.gallery/registry.json - OPF schema: https://pptx.dev/schema/opf/v1 - OPF Playground: https://pptx.dev/playground - PPTX.dev REST API: https://api.pptx.dev/v1 ## DAT-2258 QA (registry smoke) - Manifest (gallery URL → PNG filename): [GET /qa/dat-2258-manifest.json](https://www.pptx.gallery/qa/dat-2258-manifest.json) - Desktop captures: `/qa/dat-2258-*.png` on this host — same nine prod detail URLs as CI registry web smoke (includes `/color-schemes/*` and `/typography/*` alias routes). ## OPF Registry The canonical registry index is [GET /registry.json](https://www.pptx.gallery/registry.json). It lists every registry item with `name`, `type`, `registry_url`, `dependencies`, and `opf_version`. - opf_version: 1.0 - Descriptor pattern: `/registry/{category}/{slug}.json` - Layouts: category `layouts`, 470 descriptors - Color Schemes: category `color-schemes`, 14 descriptors - Font Schemes: category `font-schemes`, 89 descriptors - Backgrounds: category `backgrounds`, 6 descriptors - Narratives: category `narratives`, 10 descriptors - Charts: category `charts`, 76 descriptors - Themes: category `themes`, 4 descriptors ## JSON API Each live gallery dimension exposes an OpenAPI-compatible JSON envelope with `version`, `dimension`, and `items` at minimum. Registry descriptors expose copyable OPF snippets and per-item metadata. - [/api/layouts.json](https://www.pptx.gallery/api/layouts.json) - Layouts items for Slide.layout. - [/api/color-schemes.json](https://www.pptx.gallery/api/color-schemes.json) - Color Schemes items for design.colors.scheme. - [/api/font-schemes.json](https://www.pptx.gallery/api/font-schemes.json) - Font Schemes items for design.fonts.scheme. - [/api/backgrounds.json](https://www.pptx.gallery/api/backgrounds.json) - Backgrounds items for design.background. - [/api/narratives.json](https://www.pptx.gallery/api/narratives.json) - Narratives items for meta.narrative. - [/api/charts.json](https://www.pptx.gallery/api/charts.json) - Charts items for OPF Chart Preset. - [/api/themes.json](https://www.pptx.gallery/api/themes.json) - Themes items for design.theme. - [/api/audiences.json](https://www.pptx.gallery/api/audiences.json) - Audiences items for meta.audience. - [/api/headers-footers.json](https://www.pptx.gallery/api/headers-footers.json) - Headers & Footers items for design.layoutPreferences.slideNumbers. - [/api/blocks.json](https://www.pptx.gallery/api/blocks.json) - Content Blocks items for Presentation.slides[]. - [/api/image-treatments.json](https://www.pptx.gallery/api/image-treatments.json) - Image Treatments items for Slide.elements[].image. ## Catalog Items ### Layouts - [Title Slide](https://www.pptx.gallery/layouts/title-slide) - id: `title-slide` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-slide.json) - [Two Column](https://www.pptx.gallery/layouts/two-column) - id: `two-column` registry: [descriptor](https://www.pptx.gallery/registry/layouts/two-column.json) - [Image Focus](https://www.pptx.gallery/layouts/image-focus) - id: `image-focus` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-focus.json) - [Data Visualization](https://www.pptx.gallery/layouts/data-visualization) - id: `data-visualization` registry: [descriptor](https://www.pptx.gallery/registry/layouts/data-visualization.json) - [Quote Highlight](https://www.pptx.gallery/layouts/quote-highlight) - id: `quote-highlight` registry: [descriptor](https://www.pptx.gallery/registry/layouts/quote-highlight.json) - [Section Divider](https://www.pptx.gallery/layouts/section-divider) - id: `section-divider` registry: [descriptor](https://www.pptx.gallery/registry/layouts/section-divider.json) - [Agenda](https://www.pptx.gallery/layouts/agenda) - id: `agenda` registry: [descriptor](https://www.pptx.gallery/registry/layouts/agenda.json) - [Thank You & CTA](https://www.pptx.gallery/layouts/thank-you-cta) - id: `thank-you-cta` registry: [descriptor](https://www.pptx.gallery/registry/layouts/thank-you-cta.json) - [Bullet List](https://www.pptx.gallery/layouts/bullet-list) - id: `bullet-list` registry: [descriptor](https://www.pptx.gallery/registry/layouts/bullet-list.json) - [Three Column](https://www.pptx.gallery/layouts/three-column) - id: `three-column` registry: [descriptor](https://www.pptx.gallery/registry/layouts/three-column.json) - [Icon Grid](https://www.pptx.gallery/layouts/icon-grid) - id: `icon-grid` registry: [descriptor](https://www.pptx.gallery/registry/layouts/icon-grid.json) - [FAQ](https://www.pptx.gallery/layouts/faq) - id: `faq` registry: [descriptor](https://www.pptx.gallery/registry/layouts/faq.json) - [Stats & Metrics](https://www.pptx.gallery/layouts/stats-metrics) - id: `stats-metrics` registry: [descriptor](https://www.pptx.gallery/registry/layouts/stats-metrics.json) - [Comparison](https://www.pptx.gallery/layouts/comparison) - id: `comparison` registry: [descriptor](https://www.pptx.gallery/registry/layouts/comparison.json) - [SWOT Analysis](https://www.pptx.gallery/layouts/swot-analysis) - id: `swot-analysis` registry: [descriptor](https://www.pptx.gallery/registry/layouts/swot-analysis.json) - [Matrix / Quadrant](https://www.pptx.gallery/layouts/matrix-quadrant) - id: `matrix-quadrant` registry: [descriptor](https://www.pptx.gallery/registry/layouts/matrix-quadrant.json) - [Funnel / Pyramid](https://www.pptx.gallery/layouts/funnel-pyramid) - id: `funnel-pyramid` registry: [descriptor](https://www.pptx.gallery/registry/layouts/funnel-pyramid.json) - [Timeline](https://www.pptx.gallery/layouts/timeline) - id: `timeline` registry: [descriptor](https://www.pptx.gallery/registry/layouts/timeline.json) - [Process Flow](https://www.pptx.gallery/layouts/process-flow) - id: `process-flow` registry: [descriptor](https://www.pptx.gallery/registry/layouts/process-flow.json) - [Photo Grid](https://www.pptx.gallery/layouts/photo-grid) - id: `photo-grid` registry: [descriptor](https://www.pptx.gallery/registry/layouts/photo-grid.json) - [Before & After](https://www.pptx.gallery/layouts/before-after) - id: `before-after` registry: [descriptor](https://www.pptx.gallery/registry/layouts/before-after.json) - [Testimonial Grid](https://www.pptx.gallery/layouts/testimonial-grid) - id: `testimonial-grid` registry: [descriptor](https://www.pptx.gallery/registry/layouts/testimonial-grid.json) - [Team / Bio](https://www.pptx.gallery/layouts/team-bio) - id: `team-bio` registry: [descriptor](https://www.pptx.gallery/registry/layouts/team-bio.json) - [Pricing Table](https://www.pptx.gallery/layouts/pricing-table) - id: `pricing-table` registry: [descriptor](https://www.pptx.gallery/registry/layouts/pricing-table.json) - [Roadmap](https://www.pptx.gallery/layouts/roadmap) - id: `roadmap` registry: [descriptor](https://www.pptx.gallery/registry/layouts/roadmap.json) - [Product Feature](https://www.pptx.gallery/layouts/product-feature) - id: `product-feature` registry: [descriptor](https://www.pptx.gallery/registry/layouts/product-feature.json) - [Executive Summary](https://www.pptx.gallery/layouts/executive-summary) - id: `executive-summary` registry: [descriptor](https://www.pptx.gallery/registry/layouts/executive-summary.json) - [Key Takeaway](https://www.pptx.gallery/layouts/key-takeaway) - id: `key-takeaway` registry: [descriptor](https://www.pptx.gallery/registry/layouts/key-takeaway.json) - [Chapter Recap](https://www.pptx.gallery/layouts/chapter-recap) - id: `chapter-recap` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chapter-recap.json) - [Q&A / Discussion](https://www.pptx.gallery/layouts/qa-discussion) - id: `qa-discussion` registry: [descriptor](https://www.pptx.gallery/registry/layouts/qa-discussion.json) - [Single Message Statement](https://www.pptx.gallery/layouts/single-message-statement) - id: `single-message-statement` registry: [descriptor](https://www.pptx.gallery/registry/layouts/single-message-statement.json) - [One-Column Explainer](https://www.pptx.gallery/layouts/one-column-explainer) - id: `one-column-explainer` registry: [descriptor](https://www.pptx.gallery/registry/layouts/one-column-explainer.json) - [Case Study](https://www.pptx.gallery/layouts/case-study) - id: `case-study` registry: [descriptor](https://www.pptx.gallery/registry/layouts/case-study.json) - [Pros / Cons](https://www.pptx.gallery/layouts/pros-cons) - id: `pros-cons` registry: [descriptor](https://www.pptx.gallery/registry/layouts/pros-cons.json) - [Feature Comparison Matrix](https://www.pptx.gallery/layouts/feature-comparison-matrix) - id: `feature-comparison-matrix` registry: [descriptor](https://www.pptx.gallery/registry/layouts/feature-comparison-matrix.json) - [Venn / Overlap](https://www.pptx.gallery/layouts/venn-overlap) - id: `venn-overlap` registry: [descriptor](https://www.pptx.gallery/registry/layouts/venn-overlap.json) - [Decision Tree](https://www.pptx.gallery/layouts/decision-tree) - id: `decision-tree` registry: [descriptor](https://www.pptx.gallery/registry/layouts/decision-tree.json) - [KPI Scorecard](https://www.pptx.gallery/layouts/kpi-scorecard) - id: `kpi-scorecard` registry: [descriptor](https://www.pptx.gallery/registry/layouts/kpi-scorecard.json) - [Dashboard](https://www.pptx.gallery/layouts/dashboard) - id: `dashboard` registry: [descriptor](https://www.pptx.gallery/registry/layouts/dashboard.json) - [Waterfall / Bridge](https://www.pptx.gallery/layouts/waterfall-bridge) - id: `waterfall-bridge` registry: [descriptor](https://www.pptx.gallery/registry/layouts/waterfall-bridge.json) - [Benchmark / Target Table](https://www.pptx.gallery/layouts/benchmark-target-table) - id: `benchmark-target-table` registry: [descriptor](https://www.pptx.gallery/registry/layouts/benchmark-target-table.json) - [Heatmap / Cohort Grid](https://www.pptx.gallery/layouts/heatmap-cohort) - id: `heatmap-cohort` registry: [descriptor](https://www.pptx.gallery/registry/layouts/heatmap-cohort.json) - [Risk Heatmap](https://www.pptx.gallery/layouts/risk-heatmap) - id: `risk-heatmap` registry: [descriptor](https://www.pptx.gallery/registry/layouts/risk-heatmap.json) - [Forecast / Scenario Model](https://www.pptx.gallery/layouts/forecast-scenario) - id: `forecast-scenario` registry: [descriptor](https://www.pptx.gallery/registry/layouts/forecast-scenario.json) - [Swimlane Process](https://www.pptx.gallery/layouts/swimlane-process) - id: `swimlane-process` registry: [descriptor](https://www.pptx.gallery/registry/layouts/swimlane-process.json) - [Gantt / Project Plan](https://www.pptx.gallery/layouts/gantt-project-plan) - id: `gantt-project-plan` registry: [descriptor](https://www.pptx.gallery/registry/layouts/gantt-project-plan.json) - [Circular Lifecycle](https://www.pptx.gallery/layouts/circular-lifecycle) - id: `circular-lifecycle` registry: [descriptor](https://www.pptx.gallery/registry/layouts/circular-lifecycle.json) - [Customer Journey Map](https://www.pptx.gallery/layouts/customer-journey) - id: `customer-journey` registry: [descriptor](https://www.pptx.gallery/registry/layouts/customer-journey.json) - [Org Chart](https://www.pptx.gallery/layouts/org-chart) - id: `org-chart` registry: [descriptor](https://www.pptx.gallery/registry/layouts/org-chart.json) - [Capability Map](https://www.pptx.gallery/layouts/capability-map) - id: `capability-map` registry: [descriptor](https://www.pptx.gallery/registry/layouts/capability-map.json) - [Logic Tree](https://www.pptx.gallery/layouts/logic-tree) - id: `logic-tree` registry: [descriptor](https://www.pptx.gallery/registry/layouts/logic-tree.json) - [Hub and Spoke](https://www.pptx.gallery/layouts/hub-and-spoke) - id: `hub-and-spoke` registry: [descriptor](https://www.pptx.gallery/registry/layouts/hub-and-spoke.json) - [Architecture Stack](https://www.pptx.gallery/layouts/architecture-stack) - id: `architecture-stack` registry: [descriptor](https://www.pptx.gallery/registry/layouts/architecture-stack.json) - [Ecosystem / Stakeholder Map](https://www.pptx.gallery/layouts/ecosystem-map) - id: `ecosystem-map` registry: [descriptor](https://www.pptx.gallery/registry/layouts/ecosystem-map.json) - [Network / Dependency Map](https://www.pptx.gallery/layouts/network-dependency-map) - id: `network-dependency-map` registry: [descriptor](https://www.pptx.gallery/registry/layouts/network-dependency-map.json) - [Wheel / Radial Model](https://www.pptx.gallery/layouts/wheel-radial) - id: `wheel-radial` registry: [descriptor](https://www.pptx.gallery/registry/layouts/wheel-radial.json) - [Geographic Map](https://www.pptx.gallery/layouts/geographic-map) - id: `geographic-map` registry: [descriptor](https://www.pptx.gallery/registry/layouts/geographic-map.json) - [Screenshot Walkthrough](https://www.pptx.gallery/layouts/screenshot-walkthrough) - id: `screenshot-walkthrough` registry: [descriptor](https://www.pptx.gallery/registry/layouts/screenshot-walkthrough.json) - [Market Size](https://www.pptx.gallery/layouts/market-size) - id: `market-size` registry: [descriptor](https://www.pptx.gallery/registry/layouts/market-size.json) - [Persona Grid](https://www.pptx.gallery/layouts/persona-grid) - id: `persona-grid` registry: [descriptor](https://www.pptx.gallery/registry/layouts/persona-grid.json) - [Competitive Landscape](https://www.pptx.gallery/layouts/competitive-landscape) - id: `competitive-landscape` registry: [descriptor](https://www.pptx.gallery/registry/layouts/competitive-landscape.json) - [Business Model Canvas](https://www.pptx.gallery/layouts/business-model-canvas) - id: `business-model-canvas` registry: [descriptor](https://www.pptx.gallery/registry/layouts/business-model-canvas.json) - [Customer Logos](https://www.pptx.gallery/layouts/customer-logos) - id: `customer-logos` registry: [descriptor](https://www.pptx.gallery/registry/layouts/customer-logos.json) - [Executive Decision](https://www.pptx.gallery/layouts/executive-decision) - id: `executive-decision` registry: [descriptor](https://www.pptx.gallery/registry/layouts/executive-decision.json) - [Status RAG](https://www.pptx.gallery/layouts/status-rag) - id: `status-rag` registry: [descriptor](https://www.pptx.gallery/registry/layouts/status-rag.json) - [RACI Matrix](https://www.pptx.gallery/layouts/raci-matrix) - id: `raci-matrix` registry: [descriptor](https://www.pptx.gallery/registry/layouts/raci-matrix.json) - [Action Plan](https://www.pptx.gallery/layouts/action-plan) - id: `action-plan` registry: [descriptor](https://www.pptx.gallery/registry/layouts/action-plan.json) - [Assumptions & Dependencies](https://www.pptx.gallery/layouts/assumptions-dependencies) - id: `assumptions-dependencies` registry: [descriptor](https://www.pptx.gallery/registry/layouts/assumptions-dependencies.json) - [Appendix Index](https://www.pptx.gallery/layouts/appendix-index) - id: `appendix-index` registry: [descriptor](https://www.pptx.gallery/registry/layouts/appendix-index.json) - [Detailed Data Table](https://www.pptx.gallery/layouts/detailed-data-table) - id: `detailed-data-table` registry: [descriptor](https://www.pptx.gallery/registry/layouts/detailed-data-table.json) - [Chart 1x](https://www.pptx.gallery/layouts/chart-1x) - id: `chart-1x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-1x.json) - [Chart 1x SlideImage](https://www.pptx.gallery/layouts/chart-1x-slideimage) - id: `chart-1x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-1x-slideimage.json) - [Chart 1x Title Center](https://www.pptx.gallery/layouts/chart-1x-title-center) - id: `chart-1x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-1x-title-center.json) - [Chart 1x Title Center SlideImage](https://www.pptx.gallery/layouts/chart-1x-title-center-slideimage) - id: `chart-1x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-1x-title-center-slideimage.json) - [Chart 1x Title Left](https://www.pptx.gallery/layouts/chart-1x-title-left) - id: `chart-1x-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-1x-title-left.json) - [Chart 1x Title Left SlideImage](https://www.pptx.gallery/layouts/chart-1x-title-left-slideimage) - id: `chart-1x-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-1x-title-left-slideimage.json) - [Chart 2x](https://www.pptx.gallery/layouts/chart-2x) - id: `chart-2x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-2x.json) - [Chart 2x SlideImage](https://www.pptx.gallery/layouts/chart-2x-slideimage) - id: `chart-2x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-2x-slideimage.json) - [Chart 2x Title Center](https://www.pptx.gallery/layouts/chart-2x-title-center) - id: `chart-2x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-2x-title-center.json) - [Chart 2x Title Center SlideImage](https://www.pptx.gallery/layouts/chart-2x-title-center-slideimage) - id: `chart-2x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-2x-title-center-slideimage.json) - [Chart 2x Vertical Title Left](https://www.pptx.gallery/layouts/chart-2x-vertical-title-left) - id: `chart-2x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-2x-vertical-title-left.json) - [Chart 2x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/chart-2x-vertical-title-left-slideimage) - id: `chart-2x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-2x-vertical-title-left-slideimage.json) - [Chart 3x](https://www.pptx.gallery/layouts/chart-3x) - id: `chart-3x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x.json) - [Chart 3x Bottom Vertical Title Left](https://www.pptx.gallery/layouts/chart-3x-bottom-vertical-title-left) - id: `chart-3x-bottom-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-bottom-vertical-title-left.json) - [Chart 3x Bottom Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/chart-3x-bottom-vertical-title-left-slideimage) - id: `chart-3x-bottom-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-bottom-vertical-title-left-slideimage.json) - [Chart 3x Left](https://www.pptx.gallery/layouts/chart-3x-left) - id: `chart-3x-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-left.json) - [Chart 3x Left SlideImage](https://www.pptx.gallery/layouts/chart-3x-left-slideimage) - id: `chart-3x-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-left-slideimage.json) - [Chart 3x Left Title Center](https://www.pptx.gallery/layouts/chart-3x-left-title-center) - id: `chart-3x-left-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-left-title-center.json) - [Chart 3x Left Title Center SlideImage](https://www.pptx.gallery/layouts/chart-3x-left-title-center-slideimage) - id: `chart-3x-left-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-left-title-center-slideimage.json) - [Chart 3x Right](https://www.pptx.gallery/layouts/chart-3x-right) - id: `chart-3x-right` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-right.json) - [Chart 3x Right SlideImage](https://www.pptx.gallery/layouts/chart-3x-right-slideimage) - id: `chart-3x-right-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-right-slideimage.json) - [Chart 3x Right Title Center](https://www.pptx.gallery/layouts/chart-3x-right-title-center) - id: `chart-3x-right-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-right-title-center.json) - [Chart 3x Right Title Center SlideImage](https://www.pptx.gallery/layouts/chart-3x-right-title-center-slideimage) - id: `chart-3x-right-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-right-title-center-slideimage.json) - [Chart 3x SlideImage](https://www.pptx.gallery/layouts/chart-3x-slideimage) - id: `chart-3x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-slideimage.json) - [Chart 3x Title Center](https://www.pptx.gallery/layouts/chart-3x-title-center) - id: `chart-3x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-title-center.json) - [Chart 3x Title Center SlideImage](https://www.pptx.gallery/layouts/chart-3x-title-center-slideimage) - id: `chart-3x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-title-center-slideimage.json) - [Chart 3x Top Vertical Title Left](https://www.pptx.gallery/layouts/chart-3x-top-vertical-title-left) - id: `chart-3x-top-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-top-vertical-title-left.json) - [Chart 3x Top Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/chart-3x-top-vertical-title-left-slideimage) - id: `chart-3x-top-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/chart-3x-top-vertical-title-left-slideimage.json) - [Image 1x Crop](https://www.pptx.gallery/layouts/image-1x-crop) - id: `image-1x-crop` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-crop.json) - [Image 1x Crop SlideImage](https://www.pptx.gallery/layouts/image-1x-crop-slideimage) - id: `image-1x-crop-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-crop-slideimage.json) - [Image 1x Crop Title Center](https://www.pptx.gallery/layouts/image-1x-crop-title-center) - id: `image-1x-crop-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-crop-title-center.json) - [Image 1x Crop Title Center SlideImage](https://www.pptx.gallery/layouts/image-1x-crop-title-center-slideimage) - id: `image-1x-crop-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-crop-title-center-slideimage.json) - [Image 1x Crop Title Left](https://www.pptx.gallery/layouts/image-1x-crop-title-left) - id: `image-1x-crop-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-crop-title-left.json) - [Image 1x Crop Title Left SlideImage](https://www.pptx.gallery/layouts/image-1x-crop-title-left-slideimage) - id: `image-1x-crop-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-crop-title-left-slideimage.json) - [Image 1x Fit](https://www.pptx.gallery/layouts/image-1x-fit) - id: `image-1x-fit` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-fit.json) - [Image 1x Fit SlideImage](https://www.pptx.gallery/layouts/image-1x-fit-slideimage) - id: `image-1x-fit-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-fit-slideimage.json) - [Image 1x Fit Title Center](https://www.pptx.gallery/layouts/image-1x-fit-title-center) - id: `image-1x-fit-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-fit-title-center.json) - [Image 1x Fit Title Center SlideImage](https://www.pptx.gallery/layouts/image-1x-fit-title-center-slideimage) - id: `image-1x-fit-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-fit-title-center-slideimage.json) - [Image 1x Fit Title Left](https://www.pptx.gallery/layouts/image-1x-fit-title-left) - id: `image-1x-fit-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-fit-title-left.json) - [Image 1x Fit Title Left SlideImage](https://www.pptx.gallery/layouts/image-1x-fit-title-left-slideimage) - id: `image-1x-fit-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-1x-fit-title-left-slideimage.json) - [Image 2x Crop](https://www.pptx.gallery/layouts/image-2x-crop) - id: `image-2x-crop` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop.json) - [Image 2x Crop SlideImage](https://www.pptx.gallery/layouts/image-2x-crop-slideimage) - id: `image-2x-crop-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop-slideimage.json) - [Image 2x Crop Title Center](https://www.pptx.gallery/layouts/image-2x-crop-title-center) - id: `image-2x-crop-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop-title-center.json) - [Image 2x Crop Title Center SlideImage](https://www.pptx.gallery/layouts/image-2x-crop-title-center-slideimage) - id: `image-2x-crop-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop-title-center-slideimage.json) - [Image 2x Crop Vertical](https://www.pptx.gallery/layouts/image-2x-crop-vertical) - id: `image-2x-crop-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop-vertical.json) - [Image 2x Crop Vertical SlideImage](https://www.pptx.gallery/layouts/image-2x-crop-vertical-slideimage) - id: `image-2x-crop-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop-vertical-slideimage.json) - [Image 2x Crop Vertical Title Left](https://www.pptx.gallery/layouts/image-2x-crop-vertical-title-left) - id: `image-2x-crop-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop-vertical-title-left.json) - [Image 2x Crop Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-2x-crop-vertical-title-left-slideimage) - id: `image-2x-crop-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-crop-vertical-title-left-slideimage.json) - [Image 2x Fit](https://www.pptx.gallery/layouts/image-2x-fit) - id: `image-2x-fit` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit.json) - [Image 2x Fit SlideImage](https://www.pptx.gallery/layouts/image-2x-fit-slideimage) - id: `image-2x-fit-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit-slideimage.json) - [Image 2x Fit Title Center](https://www.pptx.gallery/layouts/image-2x-fit-title-center) - id: `image-2x-fit-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit-title-center.json) - [Image 2x Fit Title Center SlideImage](https://www.pptx.gallery/layouts/image-2x-fit-title-center-slideimage) - id: `image-2x-fit-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit-title-center-slideimage.json) - [Image 2x Fit Vertical](https://www.pptx.gallery/layouts/image-2x-fit-vertical) - id: `image-2x-fit-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit-vertical.json) - [Image 2x Fit Vertical SlideImage](https://www.pptx.gallery/layouts/image-2x-fit-vertical-slideimage) - id: `image-2x-fit-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit-vertical-slideimage.json) - [Image 2x Fit Vertical Title Left](https://www.pptx.gallery/layouts/image-2x-fit-vertical-title-left) - id: `image-2x-fit-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit-vertical-title-left.json) - [Image 2x Fit Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-2x-fit-vertical-title-left-slideimage) - id: `image-2x-fit-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-2x-fit-vertical-title-left-slideimage.json) - [Image 3x Crop](https://www.pptx.gallery/layouts/image-3x-crop) - id: `image-3x-crop` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop.json) - [Image 3x Crop SlideImage](https://www.pptx.gallery/layouts/image-3x-crop-slideimage) - id: `image-3x-crop-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop-slideimage.json) - [Image 3x Crop Title Center](https://www.pptx.gallery/layouts/image-3x-crop-title-center) - id: `image-3x-crop-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop-title-center.json) - [Image 3x Crop Title Center SlideImage](https://www.pptx.gallery/layouts/image-3x-crop-title-center-slideimage) - id: `image-3x-crop-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop-title-center-slideimage.json) - [Image 3x Crop Vertical](https://www.pptx.gallery/layouts/image-3x-crop-vertical) - id: `image-3x-crop-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop-vertical.json) - [Image 3x Crop Vertical SlideImage](https://www.pptx.gallery/layouts/image-3x-crop-vertical-slideimage) - id: `image-3x-crop-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop-vertical-slideimage.json) - [Image 3x Crop Vertical Title Left](https://www.pptx.gallery/layouts/image-3x-crop-vertical-title-left) - id: `image-3x-crop-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop-vertical-title-left.json) - [Image 3x Crop Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-3x-crop-vertical-title-left-slideimage) - id: `image-3x-crop-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-crop-vertical-title-left-slideimage.json) - [Image 3x Fit](https://www.pptx.gallery/layouts/image-3x-fit) - id: `image-3x-fit` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit.json) - [Image 3x Fit SlideImage](https://www.pptx.gallery/layouts/image-3x-fit-slideimage) - id: `image-3x-fit-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit-slideimage.json) - [Image 3x Fit Title Center](https://www.pptx.gallery/layouts/image-3x-fit-title-center) - id: `image-3x-fit-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit-title-center.json) - [Image 3x Fit Title Center SlideImage](https://www.pptx.gallery/layouts/image-3x-fit-title-center-slideimage) - id: `image-3x-fit-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit-title-center-slideimage.json) - [Image 3x Fit Vertical](https://www.pptx.gallery/layouts/image-3x-fit-vertical) - id: `image-3x-fit-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit-vertical.json) - [Image 3x Fit Vertical SlideImage](https://www.pptx.gallery/layouts/image-3x-fit-vertical-slideimage) - id: `image-3x-fit-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit-vertical-slideimage.json) - [Image 3x Fit Vertical Title Left](https://www.pptx.gallery/layouts/image-3x-fit-vertical-title-left) - id: `image-3x-fit-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit-vertical-title-left.json) - [Image 3x Fit Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-3x-fit-vertical-title-left-slideimage) - id: `image-3x-fit-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-3x-fit-vertical-title-left-slideimage.json) - [Image Only 1x Crop](https://www.pptx.gallery/layouts/image-only-1x-crop) - id: `image-only-1x-crop` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-crop.json) - [Image Only 1x Crop SlideImage](https://www.pptx.gallery/layouts/image-only-1x-crop-slideimage) - id: `image-only-1x-crop-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-crop-slideimage.json) - [Image Only 1x Crop Title Center](https://www.pptx.gallery/layouts/image-only-1x-crop-title-center) - id: `image-only-1x-crop-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-crop-title-center.json) - [Image Only 1x Crop Title Center SlideImage](https://www.pptx.gallery/layouts/image-only-1x-crop-title-center-slideimage) - id: `image-only-1x-crop-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-crop-title-center-slideimage.json) - [Image Only 1x Crop Title Left](https://www.pptx.gallery/layouts/image-only-1x-crop-title-left) - id: `image-only-1x-crop-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-crop-title-left.json) - [Image Only 1x Crop Title Left SlideImage](https://www.pptx.gallery/layouts/image-only-1x-crop-title-left-slideimage) - id: `image-only-1x-crop-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-crop-title-left-slideimage.json) - [Image Only 1x Fit](https://www.pptx.gallery/layouts/image-only-1x-fit) - id: `image-only-1x-fit` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-fit.json) - [Image Only 1x Fit SlideImage](https://www.pptx.gallery/layouts/image-only-1x-fit-slideimage) - id: `image-only-1x-fit-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-fit-slideimage.json) - [Image Only 1x Fit Title Center](https://www.pptx.gallery/layouts/image-only-1x-fit-title-center) - id: `image-only-1x-fit-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-fit-title-center.json) - [Image Only 1x Fit Title Center SlideImage](https://www.pptx.gallery/layouts/image-only-1x-fit-title-center-slideimage) - id: `image-only-1x-fit-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-fit-title-center-slideimage.json) - [Image Only 1x Fit Title Left](https://www.pptx.gallery/layouts/image-only-1x-fit-title-left) - id: `image-only-1x-fit-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-fit-title-left.json) - [Image Only 1x Fit Title Left SlideImage](https://www.pptx.gallery/layouts/image-only-1x-fit-title-left-slideimage) - id: `image-only-1x-fit-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-1x-fit-title-left-slideimage.json) - [Image Only 2x Crop](https://www.pptx.gallery/layouts/image-only-2x-crop) - id: `image-only-2x-crop` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop.json) - [Image Only 2x Crop SlideImage](https://www.pptx.gallery/layouts/image-only-2x-crop-slideimage) - id: `image-only-2x-crop-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop-slideimage.json) - [Image Only 2x Crop Title Center](https://www.pptx.gallery/layouts/image-only-2x-crop-title-center) - id: `image-only-2x-crop-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop-title-center.json) - [Image Only 2x Crop Title Center SlideImage](https://www.pptx.gallery/layouts/image-only-2x-crop-title-center-slideimage) - id: `image-only-2x-crop-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop-title-center-slideimage.json) - [Image Only 2x Crop Vertical](https://www.pptx.gallery/layouts/image-only-2x-crop-vertical) - id: `image-only-2x-crop-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop-vertical.json) - [Image Only 2x Crop Vertical SlideImage](https://www.pptx.gallery/layouts/image-only-2x-crop-vertical-slideimage) - id: `image-only-2x-crop-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop-vertical-slideimage.json) - [Image Only 2x Crop Vertical Title Left](https://www.pptx.gallery/layouts/image-only-2x-crop-vertical-title-left) - id: `image-only-2x-crop-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop-vertical-title-left.json) - [Image Only 2x Crop Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-only-2x-crop-vertical-title-left-slideimage) - id: `image-only-2x-crop-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-crop-vertical-title-left-slideimage.json) - [Image Only 2x Fit](https://www.pptx.gallery/layouts/image-only-2x-fit) - id: `image-only-2x-fit` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit.json) - [Image Only 2x Fit SlideImage](https://www.pptx.gallery/layouts/image-only-2x-fit-slideimage) - id: `image-only-2x-fit-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit-slideimage.json) - [Image Only 2x Fit Title Center](https://www.pptx.gallery/layouts/image-only-2x-fit-title-center) - id: `image-only-2x-fit-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit-title-center.json) - [Image Only 2x Fit Title Center SlideImage](https://www.pptx.gallery/layouts/image-only-2x-fit-title-center-slideimage) - id: `image-only-2x-fit-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit-title-center-slideimage.json) - [Image Only 2x Fit Vertical](https://www.pptx.gallery/layouts/image-only-2x-fit-vertical) - id: `image-only-2x-fit-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit-vertical.json) - [Image Only 2x Fit Vertical SlideImage](https://www.pptx.gallery/layouts/image-only-2x-fit-vertical-slideimage) - id: `image-only-2x-fit-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit-vertical-slideimage.json) - [Image Only 2x Fit Vertical Title Left](https://www.pptx.gallery/layouts/image-only-2x-fit-vertical-title-left) - id: `image-only-2x-fit-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit-vertical-title-left.json) - [Image Only 2x Fit Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-only-2x-fit-vertical-title-left-slideimage) - id: `image-only-2x-fit-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-2x-fit-vertical-title-left-slideimage.json) - [Image Only 3x Crop](https://www.pptx.gallery/layouts/image-only-3x-crop) - id: `image-only-3x-crop` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop.json) - [Image Only 3x Crop SlideImage](https://www.pptx.gallery/layouts/image-only-3x-crop-slideimage) - id: `image-only-3x-crop-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop-slideimage.json) - [Image Only 3x Crop Title Center](https://www.pptx.gallery/layouts/image-only-3x-crop-title-center) - id: `image-only-3x-crop-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop-title-center.json) - [Image Only 3x Crop Title Center SlideImage](https://www.pptx.gallery/layouts/image-only-3x-crop-title-center-slideimage) - id: `image-only-3x-crop-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop-title-center-slideimage.json) - [Image Only 3x Crop Vertical](https://www.pptx.gallery/layouts/image-only-3x-crop-vertical) - id: `image-only-3x-crop-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop-vertical.json) - [Image Only 3x Crop Vertical SlideImage](https://www.pptx.gallery/layouts/image-only-3x-crop-vertical-slideimage) - id: `image-only-3x-crop-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop-vertical-slideimage.json) - [Image Only 3x Crop Vertical Title Left](https://www.pptx.gallery/layouts/image-only-3x-crop-vertical-title-left) - id: `image-only-3x-crop-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop-vertical-title-left.json) - [Image Only 3x Crop Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-only-3x-crop-vertical-title-left-slideimage) - id: `image-only-3x-crop-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-crop-vertical-title-left-slideimage.json) - [Image Only 3x Fit](https://www.pptx.gallery/layouts/image-only-3x-fit) - id: `image-only-3x-fit` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit.json) - [Image Only 3x Fit SlideImage](https://www.pptx.gallery/layouts/image-only-3x-fit-slideimage) - id: `image-only-3x-fit-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit-slideimage.json) - [Image Only 3x Fit Title Center](https://www.pptx.gallery/layouts/image-only-3x-fit-title-center) - id: `image-only-3x-fit-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit-title-center.json) - [Image Only 3x Fit Title Center SlideImage](https://www.pptx.gallery/layouts/image-only-3x-fit-title-center-slideimage) - id: `image-only-3x-fit-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit-title-center-slideimage.json) - [Image Only 3x Fit Vertical](https://www.pptx.gallery/layouts/image-only-3x-fit-vertical) - id: `image-only-3x-fit-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit-vertical.json) - [Image Only 3x Fit Vertical SlideImage](https://www.pptx.gallery/layouts/image-only-3x-fit-vertical-slideimage) - id: `image-only-3x-fit-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit-vertical-slideimage.json) - [Image Only 3x Fit Vertical Title Left](https://www.pptx.gallery/layouts/image-only-3x-fit-vertical-title-left) - id: `image-only-3x-fit-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit-vertical-title-left.json) - [Image Only 3x Fit Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/image-only-3x-fit-vertical-title-left-slideimage) - id: `image-only-3x-fit-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/image-only-3x-fit-vertical-title-left-slideimage.json) - [List 1x](https://www.pptx.gallery/layouts/list-1x) - id: `list-1x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x.json) - [List 1x Box](https://www.pptx.gallery/layouts/list-1x-box) - id: `list-1x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box.json) - [List 1x Box SlideImage](https://www.pptx.gallery/layouts/list-1x-box-slideimage) - id: `list-1x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-slideimage.json) - [List 1x Box Title Center](https://www.pptx.gallery/layouts/list-1x-box-title-center) - id: `list-1x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-title-center.json) - [List 1x Box Title Center SlideImage](https://www.pptx.gallery/layouts/list-1x-box-title-center-slideimage) - id: `list-1x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-title-center-slideimage.json) - [List 1x Box Vertical](https://www.pptx.gallery/layouts/list-1x-box-vertical) - id: `list-1x-box-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-vertical.json) - [List 1x Box Vertical SlideImage](https://www.pptx.gallery/layouts/list-1x-box-vertical-slideimage) - id: `list-1x-box-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-vertical-slideimage.json) - [List 1x Box Vertical Title Center](https://www.pptx.gallery/layouts/list-1x-box-vertical-title-center) - id: `list-1x-box-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-vertical-title-center.json) - [List 1x Box Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-1x-box-vertical-title-center-slideimage) - id: `list-1x-box-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-vertical-title-center-slideimage.json) - [List 1x Box Vertical Title Left](https://www.pptx.gallery/layouts/list-1x-box-vertical-title-left) - id: `list-1x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-vertical-title-left.json) - [List 1x Box Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-1x-box-vertical-title-left-slideimage) - id: `list-1x-box-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-box-vertical-title-left-slideimage.json) - [List 1x ItemImage](https://www.pptx.gallery/layouts/list-1x-itemimage) - id: `list-1x-itemimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage.json) - [List 1x ItemImage SlideImage](https://www.pptx.gallery/layouts/list-1x-itemimage-slideimage) - id: `list-1x-itemimage-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-slideimage.json) - [List 1x ItemImage Title Center](https://www.pptx.gallery/layouts/list-1x-itemimage-title-center) - id: `list-1x-itemimage-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-title-center.json) - [List 1x ItemImage Title Center SlideImage](https://www.pptx.gallery/layouts/list-1x-itemimage-title-center-slideimage) - id: `list-1x-itemimage-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-title-center-slideimage.json) - [List 1x ItemImage Vertical](https://www.pptx.gallery/layouts/list-1x-itemimage-vertical) - id: `list-1x-itemimage-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-vertical.json) - [List 1x ItemImage Vertical SlideImage](https://www.pptx.gallery/layouts/list-1x-itemimage-vertical-slideimage) - id: `list-1x-itemimage-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-vertical-slideimage.json) - [List 1x ItemImage Vertical Title Center](https://www.pptx.gallery/layouts/list-1x-itemimage-vertical-title-center) - id: `list-1x-itemimage-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-vertical-title-center.json) - [List 1x ItemImage Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-1x-itemimage-vertical-title-center-slideimage) - id: `list-1x-itemimage-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-vertical-title-center-slideimage.json) - [List 1x ItemImage Vertical Title Left](https://www.pptx.gallery/layouts/list-1x-itemimage-vertical-title-left) - id: `list-1x-itemimage-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-vertical-title-left.json) - [List 1x ItemImage Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-1x-itemimage-vertical-title-left-slideimage) - id: `list-1x-itemimage-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-itemimage-vertical-title-left-slideimage.json) - [List 1x SlideImage](https://www.pptx.gallery/layouts/list-1x-slideimage) - id: `list-1x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-slideimage.json) - [List 1x Title Center](https://www.pptx.gallery/layouts/list-1x-title-center) - id: `list-1x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-title-center.json) - [List 1x Title Center SlideImage](https://www.pptx.gallery/layouts/list-1x-title-center-slideimage) - id: `list-1x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-title-center-slideimage.json) - [List 1x Vertical](https://www.pptx.gallery/layouts/list-1x-vertical) - id: `list-1x-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-vertical.json) - [List 1x Vertical SlideImage](https://www.pptx.gallery/layouts/list-1x-vertical-slideimage) - id: `list-1x-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-vertical-slideimage.json) - [List 1x Vertical Title Center](https://www.pptx.gallery/layouts/list-1x-vertical-title-center) - id: `list-1x-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-vertical-title-center.json) - [List 1x Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-1x-vertical-title-center-slideimage) - id: `list-1x-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-vertical-title-center-slideimage.json) - [List 1x Vertical Title Left](https://www.pptx.gallery/layouts/list-1x-vertical-title-left) - id: `list-1x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-vertical-title-left.json) - [List 1x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-1x-vertical-title-left-slideimage) - id: `list-1x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-1x-vertical-title-left-slideimage.json) - [List 2x](https://www.pptx.gallery/layouts/list-2x) - id: `list-2x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x.json) - [List 2x Box](https://www.pptx.gallery/layouts/list-2x-box) - id: `list-2x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box.json) - [List 2x Box SlideImage](https://www.pptx.gallery/layouts/list-2x-box-slideimage) - id: `list-2x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-slideimage.json) - [List 2x Box Title Center](https://www.pptx.gallery/layouts/list-2x-box-title-center) - id: `list-2x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-title-center.json) - [List 2x Box Title Center SlideImage](https://www.pptx.gallery/layouts/list-2x-box-title-center-slideimage) - id: `list-2x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-title-center-slideimage.json) - [List 2x Box Vertical](https://www.pptx.gallery/layouts/list-2x-box-vertical) - id: `list-2x-box-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-vertical.json) - [List 2x Box Vertical SlideImage](https://www.pptx.gallery/layouts/list-2x-box-vertical-slideimage) - id: `list-2x-box-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-vertical-slideimage.json) - [List 2x Box Vertical Title Center](https://www.pptx.gallery/layouts/list-2x-box-vertical-title-center) - id: `list-2x-box-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-vertical-title-center.json) - [List 2x Box Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-2x-box-vertical-title-center-slideimage) - id: `list-2x-box-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-vertical-title-center-slideimage.json) - [List 2x Box Vertical Title Left](https://www.pptx.gallery/layouts/list-2x-box-vertical-title-left) - id: `list-2x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-vertical-title-left.json) - [List 2x Box Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-2x-box-vertical-title-left-slideimage) - id: `list-2x-box-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-box-vertical-title-left-slideimage.json) - [List 2x ItemImage](https://www.pptx.gallery/layouts/list-2x-itemimage) - id: `list-2x-itemimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage.json) - [List 2x ItemImage SlideImage](https://www.pptx.gallery/layouts/list-2x-itemimage-slideimage) - id: `list-2x-itemimage-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-slideimage.json) - [List 2x ItemImage Title Center](https://www.pptx.gallery/layouts/list-2x-itemimage-title-center) - id: `list-2x-itemimage-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-title-center.json) - [List 2x ItemImage Title Center SlideImage](https://www.pptx.gallery/layouts/list-2x-itemimage-title-center-slideimage) - id: `list-2x-itemimage-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-title-center-slideimage.json) - [List 2x ItemImage Vertical](https://www.pptx.gallery/layouts/list-2x-itemimage-vertical) - id: `list-2x-itemimage-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-vertical.json) - [List 2x ItemImage Vertical SlideImage](https://www.pptx.gallery/layouts/list-2x-itemimage-vertical-slideimage) - id: `list-2x-itemimage-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-vertical-slideimage.json) - [List 2x ItemImage Vertical Title Center](https://www.pptx.gallery/layouts/list-2x-itemimage-vertical-title-center) - id: `list-2x-itemimage-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-vertical-title-center.json) - [List 2x ItemImage Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-2x-itemimage-vertical-title-center-slideimage) - id: `list-2x-itemimage-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-vertical-title-center-slideimage.json) - [List 2x ItemImage Vertical Title Left](https://www.pptx.gallery/layouts/list-2x-itemimage-vertical-title-left) - id: `list-2x-itemimage-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-vertical-title-left.json) - [List 2x ItemImage Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-2x-itemimage-vertical-title-left-slideimage) - id: `list-2x-itemimage-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-itemimage-vertical-title-left-slideimage.json) - [List 2x SlideImage](https://www.pptx.gallery/layouts/list-2x-slideimage) - id: `list-2x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-slideimage.json) - [List 2x Title Center](https://www.pptx.gallery/layouts/list-2x-title-center) - id: `list-2x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-title-center.json) - [List 2x Title Center SlideImage](https://www.pptx.gallery/layouts/list-2x-title-center-slideimage) - id: `list-2x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-title-center-slideimage.json) - [List 2x Vertical](https://www.pptx.gallery/layouts/list-2x-vertical) - id: `list-2x-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-vertical.json) - [List 2x Vertical SlideImage](https://www.pptx.gallery/layouts/list-2x-vertical-slideimage) - id: `list-2x-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-vertical-slideimage.json) - [List 2x Vertical Title Center](https://www.pptx.gallery/layouts/list-2x-vertical-title-center) - id: `list-2x-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-vertical-title-center.json) - [List 2x Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-2x-vertical-title-center-slideimage) - id: `list-2x-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-vertical-title-center-slideimage.json) - [List 2x Vertical Title Left](https://www.pptx.gallery/layouts/list-2x-vertical-title-left) - id: `list-2x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-vertical-title-left.json) - [List 2x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-2x-vertical-title-left-slideimage) - id: `list-2x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-2x-vertical-title-left-slideimage.json) - [List 3x](https://www.pptx.gallery/layouts/list-3x) - id: `list-3x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x.json) - [List 3x Box](https://www.pptx.gallery/layouts/list-3x-box) - id: `list-3x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box.json) - [List 3x Box SlideImage](https://www.pptx.gallery/layouts/list-3x-box-slideimage) - id: `list-3x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-slideimage.json) - [List 3x Box Title Center](https://www.pptx.gallery/layouts/list-3x-box-title-center) - id: `list-3x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-title-center.json) - [List 3x Box Title Center SlideImage](https://www.pptx.gallery/layouts/list-3x-box-title-center-slideimage) - id: `list-3x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-title-center-slideimage.json) - [List 3x Box Vertical](https://www.pptx.gallery/layouts/list-3x-box-vertical) - id: `list-3x-box-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-vertical.json) - [List 3x Box Vertical SlideImage](https://www.pptx.gallery/layouts/list-3x-box-vertical-slideimage) - id: `list-3x-box-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-vertical-slideimage.json) - [List 3x Box Vertical Title Center](https://www.pptx.gallery/layouts/list-3x-box-vertical-title-center) - id: `list-3x-box-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-vertical-title-center.json) - [List 3x Box Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-3x-box-vertical-title-center-slideimage) - id: `list-3x-box-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-vertical-title-center-slideimage.json) - [List 3x Box Vertical Title Left](https://www.pptx.gallery/layouts/list-3x-box-vertical-title-left) - id: `list-3x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-vertical-title-left.json) - [List 3x Box Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-3x-box-vertical-title-left-slideimage) - id: `list-3x-box-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-box-vertical-title-left-slideimage.json) - [List 3x ItemImage](https://www.pptx.gallery/layouts/list-3x-itemimage) - id: `list-3x-itemimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage.json) - [List 3x ItemImage SlideImage](https://www.pptx.gallery/layouts/list-3x-itemimage-slideimage) - id: `list-3x-itemimage-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-slideimage.json) - [List 3x ItemImage Title Center](https://www.pptx.gallery/layouts/list-3x-itemimage-title-center) - id: `list-3x-itemimage-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-title-center.json) - [List 3x ItemImage Title Center SlideImage](https://www.pptx.gallery/layouts/list-3x-itemimage-title-center-slideimage) - id: `list-3x-itemimage-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-title-center-slideimage.json) - [List 3x ItemImage Vertical](https://www.pptx.gallery/layouts/list-3x-itemimage-vertical) - id: `list-3x-itemimage-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-vertical.json) - [List 3x ItemImage Vertical SlideImage](https://www.pptx.gallery/layouts/list-3x-itemimage-vertical-slideimage) - id: `list-3x-itemimage-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-vertical-slideimage.json) - [List 3x ItemImage Vertical Title Center](https://www.pptx.gallery/layouts/list-3x-itemimage-vertical-title-center) - id: `list-3x-itemimage-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-vertical-title-center.json) - [List 3x ItemImage Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-3x-itemimage-vertical-title-center-slideimage) - id: `list-3x-itemimage-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-vertical-title-center-slideimage.json) - [List 3x ItemImage Vertical Title Left](https://www.pptx.gallery/layouts/list-3x-itemimage-vertical-title-left) - id: `list-3x-itemimage-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-vertical-title-left.json) - [List 3x ItemImage Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-3x-itemimage-vertical-title-left-slideimage) - id: `list-3x-itemimage-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-itemimage-vertical-title-left-slideimage.json) - [List 3x SlideImage](https://www.pptx.gallery/layouts/list-3x-slideimage) - id: `list-3x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-slideimage.json) - [List 3x Title Center](https://www.pptx.gallery/layouts/list-3x-title-center) - id: `list-3x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-title-center.json) - [List 3x Title Center SlideImage](https://www.pptx.gallery/layouts/list-3x-title-center-slideimage) - id: `list-3x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-title-center-slideimage.json) - [List 3x Vertical](https://www.pptx.gallery/layouts/list-3x-vertical) - id: `list-3x-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-vertical.json) - [List 3x Vertical SlideImage](https://www.pptx.gallery/layouts/list-3x-vertical-slideimage) - id: `list-3x-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-vertical-slideimage.json) - [List 3x Vertical Title Center](https://www.pptx.gallery/layouts/list-3x-vertical-title-center) - id: `list-3x-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-vertical-title-center.json) - [List 3x Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-3x-vertical-title-center-slideimage) - id: `list-3x-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-vertical-title-center-slideimage.json) - [List 3x Vertical Title Left](https://www.pptx.gallery/layouts/list-3x-vertical-title-left) - id: `list-3x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-vertical-title-left.json) - [List 3x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-3x-vertical-title-left-slideimage) - id: `list-3x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-3x-vertical-title-left-slideimage.json) - [List 4x](https://www.pptx.gallery/layouts/list-4x) - id: `list-4x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x.json) - [List 4x Box](https://www.pptx.gallery/layouts/list-4x-box) - id: `list-4x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box.json) - [List 4x Box SlideImage](https://www.pptx.gallery/layouts/list-4x-box-slideimage) - id: `list-4x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-slideimage.json) - [List 4x Box Title Center](https://www.pptx.gallery/layouts/list-4x-box-title-center) - id: `list-4x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-title-center.json) - [List 4x Box Title Center SlideImage](https://www.pptx.gallery/layouts/list-4x-box-title-center-slideimage) - id: `list-4x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-title-center-slideimage.json) - [List 4x Box Vertical](https://www.pptx.gallery/layouts/list-4x-box-vertical) - id: `list-4x-box-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-vertical.json) - [List 4x Box Vertical SlideImage](https://www.pptx.gallery/layouts/list-4x-box-vertical-slideimage) - id: `list-4x-box-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-vertical-slideimage.json) - [List 4x Box Vertical Title Center](https://www.pptx.gallery/layouts/list-4x-box-vertical-title-center) - id: `list-4x-box-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-vertical-title-center.json) - [List 4x Box Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-4x-box-vertical-title-center-slideimage) - id: `list-4x-box-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-vertical-title-center-slideimage.json) - [List 4x Box Vertical Title Left](https://www.pptx.gallery/layouts/list-4x-box-vertical-title-left) - id: `list-4x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-vertical-title-left.json) - [List 4x Box Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-4x-box-vertical-title-left-slideimage) - id: `list-4x-box-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-box-vertical-title-left-slideimage.json) - [List 4x ItemImage](https://www.pptx.gallery/layouts/list-4x-itemimage) - id: `list-4x-itemimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage.json) - [List 4x ItemImage SlideImage](https://www.pptx.gallery/layouts/list-4x-itemimage-slideimage) - id: `list-4x-itemimage-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-slideimage.json) - [List 4x ItemImage Title Center](https://www.pptx.gallery/layouts/list-4x-itemimage-title-center) - id: `list-4x-itemimage-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-title-center.json) - [List 4x ItemImage Title Center SlideImage](https://www.pptx.gallery/layouts/list-4x-itemimage-title-center-slideimage) - id: `list-4x-itemimage-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-title-center-slideimage.json) - [List 4x ItemImage Vertical](https://www.pptx.gallery/layouts/list-4x-itemimage-vertical) - id: `list-4x-itemimage-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-vertical.json) - [List 4x ItemImage Vertical SlideImage](https://www.pptx.gallery/layouts/list-4x-itemimage-vertical-slideimage) - id: `list-4x-itemimage-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-vertical-slideimage.json) - [List 4x ItemImage Vertical Title Center](https://www.pptx.gallery/layouts/list-4x-itemimage-vertical-title-center) - id: `list-4x-itemimage-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-vertical-title-center.json) - [List 4x ItemImage Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-4x-itemimage-vertical-title-center-slideimage) - id: `list-4x-itemimage-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-vertical-title-center-slideimage.json) - [List 4x ItemImage Vertical Title Left](https://www.pptx.gallery/layouts/list-4x-itemimage-vertical-title-left) - id: `list-4x-itemimage-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-vertical-title-left.json) - [List 4x ItemImage Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-4x-itemimage-vertical-title-left-slideimage) - id: `list-4x-itemimage-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-itemimage-vertical-title-left-slideimage.json) - [List 4x SlideImage](https://www.pptx.gallery/layouts/list-4x-slideimage) - id: `list-4x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-slideimage.json) - [List 4x Title Center](https://www.pptx.gallery/layouts/list-4x-title-center) - id: `list-4x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-title-center.json) - [List 4x Title Center SlideImage](https://www.pptx.gallery/layouts/list-4x-title-center-slideimage) - id: `list-4x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-title-center-slideimage.json) - [List 4x Vertical](https://www.pptx.gallery/layouts/list-4x-vertical) - id: `list-4x-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-vertical.json) - [List 4x Vertical SlideImage](https://www.pptx.gallery/layouts/list-4x-vertical-slideimage) - id: `list-4x-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-vertical-slideimage.json) - [List 4x Vertical Title Center](https://www.pptx.gallery/layouts/list-4x-vertical-title-center) - id: `list-4x-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-vertical-title-center.json) - [List 4x Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-4x-vertical-title-center-slideimage) - id: `list-4x-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-vertical-title-center-slideimage.json) - [List 4x Vertical Title Left](https://www.pptx.gallery/layouts/list-4x-vertical-title-left) - id: `list-4x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-vertical-title-left.json) - [List 4x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-4x-vertical-title-left-slideimage) - id: `list-4x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-4x-vertical-title-left-slideimage.json) - [List 5x](https://www.pptx.gallery/layouts/list-5x) - id: `list-5x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x.json) - [List 5x Box](https://www.pptx.gallery/layouts/list-5x-box) - id: `list-5x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box.json) - [List 5x Box SlideImage](https://www.pptx.gallery/layouts/list-5x-box-slideimage) - id: `list-5x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-slideimage.json) - [List 5x Box Title Center](https://www.pptx.gallery/layouts/list-5x-box-title-center) - id: `list-5x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-title-center.json) - [List 5x Box Title Center SlideImage](https://www.pptx.gallery/layouts/list-5x-box-title-center-slideimage) - id: `list-5x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-title-center-slideimage.json) - [List 5x Box Vertical](https://www.pptx.gallery/layouts/list-5x-box-vertical) - id: `list-5x-box-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-vertical.json) - [List 5x Box Vertical SlideImage](https://www.pptx.gallery/layouts/list-5x-box-vertical-slideimage) - id: `list-5x-box-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-vertical-slideimage.json) - [List 5x Box Vertical Title Center](https://www.pptx.gallery/layouts/list-5x-box-vertical-title-center) - id: `list-5x-box-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-vertical-title-center.json) - [List 5x Box Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-5x-box-vertical-title-center-slideimage) - id: `list-5x-box-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-vertical-title-center-slideimage.json) - [List 5x Box Vertical Title Left](https://www.pptx.gallery/layouts/list-5x-box-vertical-title-left) - id: `list-5x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-vertical-title-left.json) - [List 5x Box Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-5x-box-vertical-title-left-slideimage) - id: `list-5x-box-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-box-vertical-title-left-slideimage.json) - [List 5x ItemImage](https://www.pptx.gallery/layouts/list-5x-itemimage) - id: `list-5x-itemimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage.json) - [List 5x ItemImage SlideImage](https://www.pptx.gallery/layouts/list-5x-itemimage-slideimage) - id: `list-5x-itemimage-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-slideimage.json) - [List 5x ItemImage Title Center](https://www.pptx.gallery/layouts/list-5x-itemimage-title-center) - id: `list-5x-itemimage-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-title-center.json) - [List 5x ItemImage Title Center SlideImage](https://www.pptx.gallery/layouts/list-5x-itemimage-title-center-slideimage) - id: `list-5x-itemimage-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-title-center-slideimage.json) - [List 5x ItemImage Vertical](https://www.pptx.gallery/layouts/list-5x-itemimage-vertical) - id: `list-5x-itemimage-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-vertical.json) - [List 5x ItemImage Vertical SlideImage](https://www.pptx.gallery/layouts/list-5x-itemimage-vertical-slideimage) - id: `list-5x-itemimage-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-vertical-slideimage.json) - [List 5x ItemImage Vertical Title Center](https://www.pptx.gallery/layouts/list-5x-itemimage-vertical-title-center) - id: `list-5x-itemimage-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-vertical-title-center.json) - [List 5x ItemImage Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-5x-itemimage-vertical-title-center-slideimage) - id: `list-5x-itemimage-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-vertical-title-center-slideimage.json) - [List 5x ItemImage Vertical Title Left](https://www.pptx.gallery/layouts/list-5x-itemimage-vertical-title-left) - id: `list-5x-itemimage-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-vertical-title-left.json) - [List 5x ItemImage Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-5x-itemimage-vertical-title-left-slideimage) - id: `list-5x-itemimage-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-itemimage-vertical-title-left-slideimage.json) - [List 5x SlideImage](https://www.pptx.gallery/layouts/list-5x-slideimage) - id: `list-5x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-slideimage.json) - [List 5x Title Center](https://www.pptx.gallery/layouts/list-5x-title-center) - id: `list-5x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-title-center.json) - [List 5x Title Center SlideImage](https://www.pptx.gallery/layouts/list-5x-title-center-slideimage) - id: `list-5x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-title-center-slideimage.json) - [List 5x Vertical](https://www.pptx.gallery/layouts/list-5x-vertical) - id: `list-5x-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-vertical.json) - [List 5x Vertical SlideImage](https://www.pptx.gallery/layouts/list-5x-vertical-slideimage) - id: `list-5x-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-vertical-slideimage.json) - [List 5x Vertical Title Center](https://www.pptx.gallery/layouts/list-5x-vertical-title-center) - id: `list-5x-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-vertical-title-center.json) - [List 5x Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-5x-vertical-title-center-slideimage) - id: `list-5x-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-vertical-title-center-slideimage.json) - [List 5x Vertical Title Left](https://www.pptx.gallery/layouts/list-5x-vertical-title-left) - id: `list-5x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-vertical-title-left.json) - [List 5x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-5x-vertical-title-left-slideimage) - id: `list-5x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-5x-vertical-title-left-slideimage.json) - [List 6x](https://www.pptx.gallery/layouts/list-6x) - id: `list-6x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x.json) - [List 6x Box](https://www.pptx.gallery/layouts/list-6x-box) - id: `list-6x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box.json) - [List 6x Box SlideImage](https://www.pptx.gallery/layouts/list-6x-box-slideimage) - id: `list-6x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-slideimage.json) - [List 6x Box Title Center](https://www.pptx.gallery/layouts/list-6x-box-title-center) - id: `list-6x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-title-center.json) - [List 6x Box Title Center SlideImage](https://www.pptx.gallery/layouts/list-6x-box-title-center-slideimage) - id: `list-6x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-title-center-slideimage.json) - [List 6x Box Vertical](https://www.pptx.gallery/layouts/list-6x-box-vertical) - id: `list-6x-box-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-vertical.json) - [List 6x Box Vertical SlideImage](https://www.pptx.gallery/layouts/list-6x-box-vertical-slideimage) - id: `list-6x-box-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-vertical-slideimage.json) - [List 6x Box Vertical Title Center](https://www.pptx.gallery/layouts/list-6x-box-vertical-title-center) - id: `list-6x-box-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-vertical-title-center.json) - [List 6x Box Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-6x-box-vertical-title-center-slideimage) - id: `list-6x-box-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-vertical-title-center-slideimage.json) - [List 6x Box Vertical Title Left](https://www.pptx.gallery/layouts/list-6x-box-vertical-title-left) - id: `list-6x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-vertical-title-left.json) - [List 6x Box Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-6x-box-vertical-title-left-slideimage) - id: `list-6x-box-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-box-vertical-title-left-slideimage.json) - [List 6x Heading Title Center](https://www.pptx.gallery/layouts/list-6x-heading-title-center) - id: `list-6x-heading-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-heading-title-center.json) - [List 6x Heading Title Center SlideImage](https://www.pptx.gallery/layouts/list-6x-heading-title-center-slideimage) - id: `list-6x-heading-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-heading-title-center-slideimage.json) - [List 6x ItemImage](https://www.pptx.gallery/layouts/list-6x-itemimage) - id: `list-6x-itemimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage.json) - [List 6x ItemImage SlideImage](https://www.pptx.gallery/layouts/list-6x-itemimage-slideimage) - id: `list-6x-itemimage-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-slideimage.json) - [List 6x ItemImage Title Center](https://www.pptx.gallery/layouts/list-6x-itemimage-title-center) - id: `list-6x-itemimage-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-title-center.json) - [List 6x ItemImage Title Center SlideImage](https://www.pptx.gallery/layouts/list-6x-itemimage-title-center-slideimage) - id: `list-6x-itemimage-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-title-center-slideimage.json) - [List 6x ItemImage Vertical](https://www.pptx.gallery/layouts/list-6x-itemimage-vertical) - id: `list-6x-itemimage-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-vertical.json) - [List 6x ItemImage Vertical SlideImage](https://www.pptx.gallery/layouts/list-6x-itemimage-vertical-slideimage) - id: `list-6x-itemimage-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-vertical-slideimage.json) - [List 6x ItemImage Vertical Title Center](https://www.pptx.gallery/layouts/list-6x-itemimage-vertical-title-center) - id: `list-6x-itemimage-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-vertical-title-center.json) - [List 6x ItemImage Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-6x-itemimage-vertical-title-center-slideimage) - id: `list-6x-itemimage-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-vertical-title-center-slideimage.json) - [List 6x ItemImage Vertical Title Left](https://www.pptx.gallery/layouts/list-6x-itemimage-vertical-title-left) - id: `list-6x-itemimage-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-vertical-title-left.json) - [List 6x ItemImage Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-6x-itemimage-vertical-title-left-slideimage) - id: `list-6x-itemimage-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-itemimage-vertical-title-left-slideimage.json) - [List 6x SlideImage](https://www.pptx.gallery/layouts/list-6x-slideimage) - id: `list-6x-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-slideimage.json) - [List 6x Title Center](https://www.pptx.gallery/layouts/list-6x-title-center) - id: `list-6x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-title-center.json) - [List 6x Title Center SlideImage](https://www.pptx.gallery/layouts/list-6x-title-center-slideimage) - id: `list-6x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-title-center-slideimage.json) - [List 6x Vertical](https://www.pptx.gallery/layouts/list-6x-vertical) - id: `list-6x-vertical` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-vertical.json) - [List 6x Vertical SlideImage](https://www.pptx.gallery/layouts/list-6x-vertical-slideimage) - id: `list-6x-vertical-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-vertical-slideimage.json) - [List 6x Vertical Title Center](https://www.pptx.gallery/layouts/list-6x-vertical-title-center) - id: `list-6x-vertical-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-vertical-title-center.json) - [List 6x Vertical Title Center SlideImage](https://www.pptx.gallery/layouts/list-6x-vertical-title-center-slideimage) - id: `list-6x-vertical-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-vertical-title-center-slideimage.json) - [List 6x Vertical Title Left](https://www.pptx.gallery/layouts/list-6x-vertical-title-left) - id: `list-6x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-vertical-title-left.json) - [List 6x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/list-6x-vertical-title-left-slideimage) - id: `list-6x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/list-6x-vertical-title-left-slideimage.json) - [Number 1x](https://www.pptx.gallery/layouts/number-1x) - id: `number-1x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-1x.json) - [Number 1x Box](https://www.pptx.gallery/layouts/number-1x-box) - id: `number-1x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-1x-box.json) - [Number 1x Box SlideImage](https://www.pptx.gallery/layouts/number-1x-box-slideimage) - id: `number-1x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-1x-box-slideimage.json) - [Number 1x Box Title Center](https://www.pptx.gallery/layouts/number-1x-box-title-center) - id: `number-1x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-1x-box-title-center.json) - [Number 1x Box Title Center SlideImage](https://www.pptx.gallery/layouts/number-1x-box-title-center-slideimage) - id: `number-1x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-1x-box-title-center-slideimage.json) - [Number 1x Title Center](https://www.pptx.gallery/layouts/number-1x-title-center) - id: `number-1x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-1x-title-center.json) - [Number 2x](https://www.pptx.gallery/layouts/number-2x) - id: `number-2x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-2x.json) - [Number 2x Box](https://www.pptx.gallery/layouts/number-2x-box) - id: `number-2x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-2x-box.json) - [Number 2x Box SlideImage](https://www.pptx.gallery/layouts/number-2x-box-slideimage) - id: `number-2x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-2x-box-slideimage.json) - [Number 2x Box Title Center](https://www.pptx.gallery/layouts/number-2x-box-title-center) - id: `number-2x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-2x-box-title-center.json) - [Number 2x Box Title Center SlideImage](https://www.pptx.gallery/layouts/number-2x-box-title-center-slideimage) - id: `number-2x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-2x-box-title-center-slideimage.json) - [Number 2x Title Center](https://www.pptx.gallery/layouts/number-2x-title-center) - id: `number-2x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-2x-title-center.json) - [Number 3x](https://www.pptx.gallery/layouts/number-3x) - id: `number-3x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-3x.json) - [Number 3x Box](https://www.pptx.gallery/layouts/number-3x-box) - id: `number-3x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-3x-box.json) - [Number 3x Box SlideImage](https://www.pptx.gallery/layouts/number-3x-box-slideimage) - id: `number-3x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-3x-box-slideimage.json) - [Number 3x Box Title Center](https://www.pptx.gallery/layouts/number-3x-box-title-center) - id: `number-3x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-3x-box-title-center.json) - [Number 3x Box Title Center SlideImage](https://www.pptx.gallery/layouts/number-3x-box-title-center-slideimage) - id: `number-3x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-3x-box-title-center-slideimage.json) - [Number 3x Title Center](https://www.pptx.gallery/layouts/number-3x-title-center) - id: `number-3x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-3x-title-center.json) - [Number 4x](https://www.pptx.gallery/layouts/number-4x) - id: `number-4x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-4x.json) - [Number 4x Box](https://www.pptx.gallery/layouts/number-4x-box) - id: `number-4x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-4x-box.json) - [Number 4x Box SlideImage](https://www.pptx.gallery/layouts/number-4x-box-slideimage) - id: `number-4x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-4x-box-slideimage.json) - [Number 4x Box Title Center](https://www.pptx.gallery/layouts/number-4x-box-title-center) - id: `number-4x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-4x-box-title-center.json) - [Number 4x Box Title Center SlideImage](https://www.pptx.gallery/layouts/number-4x-box-title-center-slideimage) - id: `number-4x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-4x-box-title-center-slideimage.json) - [Number 4x Title Center](https://www.pptx.gallery/layouts/number-4x-title-center) - id: `number-4x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-4x-title-center.json) - [Number 5x](https://www.pptx.gallery/layouts/number-5x) - id: `number-5x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-5x.json) - [Number 5x Box](https://www.pptx.gallery/layouts/number-5x-box) - id: `number-5x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-5x-box.json) - [Number 5x Box SlideImage](https://www.pptx.gallery/layouts/number-5x-box-slideimage) - id: `number-5x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-5x-box-slideimage.json) - [Number 5x Box Title Center](https://www.pptx.gallery/layouts/number-5x-box-title-center) - id: `number-5x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-5x-box-title-center.json) - [Number 5x Box Title Center SlideImage](https://www.pptx.gallery/layouts/number-5x-box-title-center-slideimage) - id: `number-5x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-5x-box-title-center-slideimage.json) - [Number 5x Title Center](https://www.pptx.gallery/layouts/number-5x-title-center) - id: `number-5x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-5x-title-center.json) - [Number 6x](https://www.pptx.gallery/layouts/number-6x) - id: `number-6x` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-6x.json) - [Number 6x Box](https://www.pptx.gallery/layouts/number-6x-box) - id: `number-6x-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-6x-box.json) - [Number 6x Box SlideImage](https://www.pptx.gallery/layouts/number-6x-box-slideimage) - id: `number-6x-box-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-6x-box-slideimage.json) - [Number 6x Box Title Center](https://www.pptx.gallery/layouts/number-6x-box-title-center) - id: `number-6x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-6x-box-title-center.json) - [Number 6x Box Title Center SlideImage](https://www.pptx.gallery/layouts/number-6x-box-title-center-slideimage) - id: `number-6x-box-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-6x-box-title-center-slideimage.json) - [Number 6x Title Center](https://www.pptx.gallery/layouts/number-6x-title-center) - id: `number-6x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/number-6x-title-center.json) - [Text 1x Box Title Center](https://www.pptx.gallery/layouts/text-1x-box-title-center) - id: `text-1x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-box-title-center.json) - [Text 1x Box Title Left](https://www.pptx.gallery/layouts/text-1x-box-title-left) - id: `text-1x-box-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-box-title-left.json) - [Text 1x Center](https://www.pptx.gallery/layouts/text-1x-center) - id: `text-1x-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center.json) - [Text 1x Center Box](https://www.pptx.gallery/layouts/text-1x-center-box) - id: `text-1x-center-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-box.json) - [Text 1x Center Box Title Center](https://www.pptx.gallery/layouts/text-1x-center-box-title-center) - id: `text-1x-center-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-box-title-center.json) - [Text 1x Center Box Title Left](https://www.pptx.gallery/layouts/text-1x-center-box-title-left) - id: `text-1x-center-box-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-box-title-left.json) - [Text 1x Center SlideImage](https://www.pptx.gallery/layouts/text-1x-center-slideimage) - id: `text-1x-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-slideimage.json) - [Text 1x Center Title Center](https://www.pptx.gallery/layouts/text-1x-center-title-center) - id: `text-1x-center-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-title-center.json) - [Text 1x Center Title Center SlideImage](https://www.pptx.gallery/layouts/text-1x-center-title-center-slideimage) - id: `text-1x-center-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-title-center-slideimage.json) - [Text 1x Center Title Left](https://www.pptx.gallery/layouts/text-1x-center-title-left) - id: `text-1x-center-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-title-left.json) - [Text 1x Center Title Left SlideImage](https://www.pptx.gallery/layouts/text-1x-center-title-left-slideimage) - id: `text-1x-center-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-center-title-left-slideimage.json) - [Text 1x Left](https://www.pptx.gallery/layouts/text-1x-left) - id: `text-1x-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-left.json) - [Text 1x Left Box](https://www.pptx.gallery/layouts/text-1x-left-box) - id: `text-1x-left-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-left-box.json) - [Text 1x Left SlideImage](https://www.pptx.gallery/layouts/text-1x-left-slideimage) - id: `text-1x-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-left-slideimage.json) - [Text 1x Title Center](https://www.pptx.gallery/layouts/text-1x-title-center) - id: `text-1x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-title-center.json) - [Text 1x Title Center SlideImage](https://www.pptx.gallery/layouts/text-1x-title-center-slideimage) - id: `text-1x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-title-center-slideimage.json) - [Text 1x Title Left](https://www.pptx.gallery/layouts/text-1x-title-left) - id: `text-1x-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-title-left.json) - [Text 1x Title Left SlideImage](https://www.pptx.gallery/layouts/text-1x-title-left-slideimage) - id: `text-1x-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-1x-title-left-slideimage.json) - [Text 2x Box Title Center](https://www.pptx.gallery/layouts/text-2x-box-title-center) - id: `text-2x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-box-title-center.json) - [Text 2x Box Vertical Title Left](https://www.pptx.gallery/layouts/text-2x-box-vertical-title-left) - id: `text-2x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-box-vertical-title-left.json) - [Text 2x Center](https://www.pptx.gallery/layouts/text-2x-center) - id: `text-2x-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center.json) - [Text 2x Center Box](https://www.pptx.gallery/layouts/text-2x-center-box) - id: `text-2x-center-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-box.json) - [Text 2x Center Box Title Center](https://www.pptx.gallery/layouts/text-2x-center-box-title-center) - id: `text-2x-center-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-box-title-center.json) - [Text 2x Center Box Vertical Title Left](https://www.pptx.gallery/layouts/text-2x-center-box-vertical-title-left) - id: `text-2x-center-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-box-vertical-title-left.json) - [Text 2x Center SlideImage](https://www.pptx.gallery/layouts/text-2x-center-slideimage) - id: `text-2x-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-slideimage.json) - [Text 2x Center Title Center](https://www.pptx.gallery/layouts/text-2x-center-title-center) - id: `text-2x-center-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-title-center.json) - [Text 2x Center Title Center SlideImage](https://www.pptx.gallery/layouts/text-2x-center-title-center-slideimage) - id: `text-2x-center-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-title-center-slideimage.json) - [Text 2x Center Vertical Title Left](https://www.pptx.gallery/layouts/text-2x-center-vertical-title-left) - id: `text-2x-center-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-vertical-title-left.json) - [Text 2x Center Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/text-2x-center-vertical-title-left-slideimage) - id: `text-2x-center-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-center-vertical-title-left-slideimage.json) - [Text 2x Left](https://www.pptx.gallery/layouts/text-2x-left) - id: `text-2x-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-left.json) - [Text 2x Left Box](https://www.pptx.gallery/layouts/text-2x-left-box) - id: `text-2x-left-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-left-box.json) - [Text 2x Left SlideImage](https://www.pptx.gallery/layouts/text-2x-left-slideimage) - id: `text-2x-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-left-slideimage.json) - [Text 2x Title Center](https://www.pptx.gallery/layouts/text-2x-title-center) - id: `text-2x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-title-center.json) - [Text 2x Title Center SlideImage](https://www.pptx.gallery/layouts/text-2x-title-center-slideimage) - id: `text-2x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-title-center-slideimage.json) - [Text 2x Vertical Title Left](https://www.pptx.gallery/layouts/text-2x-vertical-title-left) - id: `text-2x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-vertical-title-left.json) - [Text 2x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/text-2x-vertical-title-left-slideimage) - id: `text-2x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-2x-vertical-title-left-slideimage.json) - [Text 3x Box Title Center](https://www.pptx.gallery/layouts/text-3x-box-title-center) - id: `text-3x-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-box-title-center.json) - [Text 3x Box Vertical Title Left](https://www.pptx.gallery/layouts/text-3x-box-vertical-title-left) - id: `text-3x-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-box-vertical-title-left.json) - [Text 3x Center](https://www.pptx.gallery/layouts/text-3x-center) - id: `text-3x-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center.json) - [Text 3x Center Box](https://www.pptx.gallery/layouts/text-3x-center-box) - id: `text-3x-center-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-box.json) - [Text 3x Center Box Title Center](https://www.pptx.gallery/layouts/text-3x-center-box-title-center) - id: `text-3x-center-box-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-box-title-center.json) - [Text 3x Center Box Vertical Title Left](https://www.pptx.gallery/layouts/text-3x-center-box-vertical-title-left) - id: `text-3x-center-box-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-box-vertical-title-left.json) - [Text 3x Center SlideImage](https://www.pptx.gallery/layouts/text-3x-center-slideimage) - id: `text-3x-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-slideimage.json) - [Text 3x Center Title Center](https://www.pptx.gallery/layouts/text-3x-center-title-center) - id: `text-3x-center-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-title-center.json) - [Text 3x Center Title Center SlideImage](https://www.pptx.gallery/layouts/text-3x-center-title-center-slideimage) - id: `text-3x-center-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-title-center-slideimage.json) - [Text 3x Center Vertical Title Left](https://www.pptx.gallery/layouts/text-3x-center-vertical-title-left) - id: `text-3x-center-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-vertical-title-left.json) - [Text 3x Center Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/text-3x-center-vertical-title-left-slideimage) - id: `text-3x-center-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-center-vertical-title-left-slideimage.json) - [Text 3x Left](https://www.pptx.gallery/layouts/text-3x-left) - id: `text-3x-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-left.json) - [Text 3x Left Box](https://www.pptx.gallery/layouts/text-3x-left-box) - id: `text-3x-left-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-left-box.json) - [Text 3x Left SlideImage](https://www.pptx.gallery/layouts/text-3x-left-slideimage) - id: `text-3x-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-left-slideimage.json) - [Text 3x Title Center](https://www.pptx.gallery/layouts/text-3x-title-center) - id: `text-3x-title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-title-center.json) - [Text 3x Title Center SlideImage](https://www.pptx.gallery/layouts/text-3x-title-center-slideimage) - id: `text-3x-title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-title-center-slideimage.json) - [Text 3x Vertical Title Left](https://www.pptx.gallery/layouts/text-3x-vertical-title-left) - id: `text-3x-vertical-title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-vertical-title-left.json) - [Text 3x Vertical Title Left SlideImage](https://www.pptx.gallery/layouts/text-3x-vertical-title-left-slideimage) - id: `text-3x-vertical-title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/text-3x-vertical-title-left-slideimage.json) - [Title Center](https://www.pptx.gallery/layouts/title-center) - id: `title-center` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-center.json) - [Title Center Box](https://www.pptx.gallery/layouts/title-center-box) - id: `title-center-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-center-box.json) - [Title Center SlideImage](https://www.pptx.gallery/layouts/title-center-slideimage) - id: `title-center-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-center-slideimage.json) - [Title Center SlideImage Bottom](https://www.pptx.gallery/layouts/title-center-slideimage-bottom) - id: `title-center-slideimage-bottom` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-center-slideimage-bottom.json) - [Title Center SlideImage Top](https://www.pptx.gallery/layouts/title-center-slideimage-top) - id: `title-center-slideimage-top` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-center-slideimage-top.json) - [Title Left](https://www.pptx.gallery/layouts/title-left) - id: `title-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-left.json) - [Title Left Box](https://www.pptx.gallery/layouts/title-left-box) - id: `title-left-box` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-left-box.json) - [Title Left SlideImage](https://www.pptx.gallery/layouts/title-left-slideimage) - id: `title-left-slideimage` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-left-slideimage.json) - [Title Left SlideImage Bottom](https://www.pptx.gallery/layouts/title-left-slideimage-bottom) - id: `title-left-slideimage-bottom` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-left-slideimage-bottom.json) - [Title Left SlideImage Left](https://www.pptx.gallery/layouts/title-left-slideimage-left) - id: `title-left-slideimage-left` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-left-slideimage-left.json) - [Title Left SlideImage Right](https://www.pptx.gallery/layouts/title-left-slideimage-right) - id: `title-left-slideimage-right` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-left-slideimage-right.json) - [Title Left SlideImage Top](https://www.pptx.gallery/layouts/title-left-slideimage-top) - id: `title-left-slideimage-top` registry: [descriptor](https://www.pptx.gallery/registry/layouts/title-left-slideimage-top.json) ### Color Schemes - [Black & White](https://www.pptx.gallery/colors/black-and-white) - id: `black-and-white` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/black-and-white.json) - [Bold Red](https://www.pptx.gallery/colors/bold-red) - id: `bold-red` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/bold-red.json) - [Boost](https://www.pptx.gallery/colors/boost) - id: `boost` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/boost.json) - [Burnt Orange](https://www.pptx.gallery/colors/burnt-orange) - id: `burnt-orange` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/burnt-orange.json) - [Cool Horizon](https://www.pptx.gallery/colors/cool-horizon) - id: `cool-horizon` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/cool-horizon.json) - [Corporate Blue](https://www.pptx.gallery/colors/corporate-blue) - id: `corporate-blue` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/corporate-blue.json) - [Deep Purple](https://www.pptx.gallery/colors/deep-purple) - id: `deep-purple` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/deep-purple.json) - [Forest Green](https://www.pptx.gallery/colors/forest-green) - id: `forest-green` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/forest-green.json) - [Golden Yellow](https://www.pptx.gallery/colors/golden-yellow) - id: `golden-yellow` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/golden-yellow.json) - [Luxury](https://www.pptx.gallery/colors/luxury) - id: `luxury` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/luxury.json) - [Pastel Red](https://www.pptx.gallery/colors/pastel-red) - id: `pastel-red` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/pastel-red.json) - [Slate Gray](https://www.pptx.gallery/colors/slate-gray) - id: `slate-gray` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/slate-gray.json) - [Steel Blue](https://www.pptx.gallery/colors/steel-blue) - id: `steel-blue` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/steel-blue.json) - [Vibes](https://www.pptx.gallery/colors/vibes) - id: `vibes` registry: [descriptor](https://www.pptx.gallery/registry/color-schemes/vibes.json) ### Font Schemes - [Consolas](https://www.pptx.gallery/font-schemes/consolas) - id: `consolas` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/consolas.json) - [Courier New](https://www.pptx.gallery/font-schemes/courier-new) - id: `courier-new` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/courier-new.json) - [Arial](https://www.pptx.gallery/font-schemes/arial) - id: `arial` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/arial.json) - [Calibri](https://www.pptx.gallery/font-schemes/calibri) - id: `calibri` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/calibri.json) - [Impact](https://www.pptx.gallery/font-schemes/impact) - id: `impact` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/impact.json) - [Lucida Sans](https://www.pptx.gallery/font-schemes/lucida-sans) - id: `lucida-sans` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/lucida-sans.json) - [Segoe UI](https://www.pptx.gallery/font-schemes/segoe-ui) - id: `segoe-ui` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/segoe-ui.json) - [Segoe UI Light](https://www.pptx.gallery/font-schemes/segoe-ui-light) - id: `segoe-ui-light` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/segoe-ui-light.json) - [Tahoma](https://www.pptx.gallery/font-schemes/tahoma) - id: `tahoma` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/tahoma.json) - [Trebuchet MS](https://www.pptx.gallery/font-schemes/trebuchet-ms) - id: `trebuchet-ms` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/trebuchet-ms.json) - [Verdana](https://www.pptx.gallery/font-schemes/verdana) - id: `verdana` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/verdana.json) - [Bookman](https://www.pptx.gallery/font-schemes/bookman) - id: `bookman` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/bookman.json) - [Century Schoolbook](https://www.pptx.gallery/font-schemes/century-schoolbook) - id: `century-schoolbook` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/century-schoolbook.json) - [Constantia](https://www.pptx.gallery/font-schemes/constantia) - id: `constantia` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/constantia.json) - [Garamond](https://www.pptx.gallery/font-schemes/garamond) - id: `garamond` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/garamond.json) - [Rockwell](https://www.pptx.gallery/font-schemes/rockwell) - id: `rockwell` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/rockwell.json) - [Times New Roman](https://www.pptx.gallery/font-schemes/times-new-roman) - id: `times-new-roman` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/times-new-roman.json) - [Aptos](https://www.pptx.gallery/font-schemes/aptos) - id: `aptos` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/aptos.json) - [Grandview](https://www.pptx.gallery/font-schemes/grandview) - id: `grandview` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/grandview.json) - [Seaford](https://www.pptx.gallery/font-schemes/seaford) - id: `seaford` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/seaford.json) - [Skeena](https://www.pptx.gallery/font-schemes/skeena) - id: `skeena` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/skeena.json) - [Tenorite](https://www.pptx.gallery/font-schemes/tenorite) - id: `tenorite` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/tenorite.json) - [Georgia](https://www.pptx.gallery/font-schemes/georgia) - id: `georgia` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/georgia.json) - [Microsoft Yahei](https://www.pptx.gallery/font-schemes/microsoft-yahei) - id: `microsoft-yahei` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/microsoft-yahei.json) - [SimSun](https://www.pptx.gallery/font-schemes/simsun) - id: `simsun` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/simsun.json) - [FangSong](https://www.pptx.gallery/font-schemes/fangsong) - id: `fangsong` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/fangsong.json) - [Yu Gothic](https://www.pptx.gallery/font-schemes/yu-gothic) - id: `yu-gothic` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/yu-gothic.json) - [PMingLiU](https://www.pptx.gallery/font-schemes/pmingliu) - id: `pmingliu` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/pmingliu.json) - [MingLiU](https://www.pptx.gallery/font-schemes/mingliu) - id: `mingliu` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/mingliu.json) - [MS Mincho](https://www.pptx.gallery/font-schemes/ms-mincho) - id: `ms-mincho` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/ms-mincho.json) - [Malgun Gothic](https://www.pptx.gallery/font-schemes/malgun-gothic) - id: `malgun-gothic` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/malgun-gothic.json) - [Batang](https://www.pptx.gallery/font-schemes/batang) - id: `batang` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/batang.json) - [Gungsuh](https://www.pptx.gallery/font-schemes/gungsuh) - id: `gungsuh` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/gungsuh.json) - [Mangal](https://www.pptx.gallery/font-schemes/mangal) - id: `mangal` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/mangal.json) - [Nirmala UI](https://www.pptx.gallery/font-schemes/nirmala-ui) - id: `nirmala-ui` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/nirmala-ui.json) - [Latha](https://www.pptx.gallery/font-schemes/latha) - id: `latha` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/latha.json) - [David](https://www.pptx.gallery/font-schemes/david) - id: `david` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/david.json) - [Miriam](https://www.pptx.gallery/font-schemes/miriam) - id: `miriam` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/miriam.json) - [Gisha](https://www.pptx.gallery/font-schemes/gisha) - id: `gisha` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/gisha.json) - [Vrinda](https://www.pptx.gallery/font-schemes/vrinda) - id: `vrinda` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/vrinda.json) - [Shruti](https://www.pptx.gallery/font-schemes/shruti) - id: `shruti` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/shruti.json) - [Tunga](https://www.pptx.gallery/font-schemes/tunga) - id: `tunga` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/tunga.json) - [Kartika](https://www.pptx.gallery/font-schemes/kartika) - id: `kartika` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/kartika.json) - [Kalinga](https://www.pptx.gallery/font-schemes/kalinga) - id: `kalinga` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/kalinga.json) - [Raavi](https://www.pptx.gallery/font-schemes/raavi) - id: `raavi` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/raavi.json) - [Gautami](https://www.pptx.gallery/font-schemes/gautami) - id: `gautami` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/gautami.json) - [Arabic Typesetting](https://www.pptx.gallery/font-schemes/arabic-typesetting) - id: `arabic-typesetting` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/arabic-typesetting.json) - [Microsoft JhengHei](https://www.pptx.gallery/font-schemes/microsoft-jhenghei) - id: `microsoft-jhenghei` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/microsoft-jhenghei.json) - [Meiryo](https://www.pptx.gallery/font-schemes/meiryo) - id: `meiryo` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/meiryo.json) - [Angsana New](https://www.pptx.gallery/font-schemes/angsana-new) - id: `angsana-new` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/angsana-new.json) - [Aparajita](https://www.pptx.gallery/font-schemes/aparajita) - id: `aparajita` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/aparajita.json) - [DilleniaUPC](https://www.pptx.gallery/font-schemes/dilleniaupc) - id: `dilleniaupc` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/dilleniaupc.json) - [Sakkal Majalla](https://www.pptx.gallery/font-schemes/sakkal-majalla) - id: `sakkal-majalla` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/sakkal-majalla.json) - [Shonar Bangla](https://www.pptx.gallery/font-schemes/shonar-bangla) - id: `shonar-bangla` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/shonar-bangla.json) - [Sylfaen](https://www.pptx.gallery/font-schemes/sylfaen) - id: `sylfaen` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/sylfaen.json) - [Traditional Arabic](https://www.pptx.gallery/font-schemes/traditional-arabic) - id: `traditional-arabic` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/traditional-arabic.json) - [Montserrat](https://www.pptx.gallery/font-schemes/montserrat) - id: `montserrat` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/montserrat.json) - [Open Sans](https://www.pptx.gallery/font-schemes/open-sans) - id: `open-sans` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/open-sans.json) - [Poppins](https://www.pptx.gallery/font-schemes/poppins) - id: `poppins` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/poppins.json) - [PT Serif](https://www.pptx.gallery/font-schemes/pt-serif) - id: `pt-serif` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/pt-serif.json) - [Raleway](https://www.pptx.gallery/font-schemes/raleway) - id: `raleway` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/raleway.json) - [Roboto](https://www.pptx.gallery/font-schemes/roboto) - id: `roboto` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/roboto.json) - [Noto Sans Arabic](https://www.pptx.gallery/font-schemes/noto-sans-arabic) - id: `noto-sans-arabic` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-arabic.json) - [Noto Sans Armenian](https://www.pptx.gallery/font-schemes/noto-sans-armenian) - id: `noto-sans-armenian` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-armenian.json) - [Noto Sans Bengali](https://www.pptx.gallery/font-schemes/noto-sans-bengali) - id: `noto-sans-bengali` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-bengali.json) - [Noto Sans Devanagari](https://www.pptx.gallery/font-schemes/noto-sans-devangari) - id: `noto-sans-devangari` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-devangari.json) - [Noto Sans Georgian](https://www.pptx.gallery/font-schemes/noto-sans-georgian) - id: `noto-sans-georgian` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-georgian.json) - [Noto Sans Gujarati](https://www.pptx.gallery/font-schemes/noto-sans-gujarati) - id: `noto-sans-gujarati` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-gujarati.json) - [Noto Sans Gurmukhi](https://www.pptx.gallery/font-schemes/noto-sans-gurmukhi) - id: `noto-sans-gurmukhi` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-gurmukhi.json) - [Noto Sans Hebrew](https://www.pptx.gallery/font-schemes/noto-sans-hebrew) - id: `noto-sans-hebrew` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-hebrew.json) - [Noto Sans JP](https://www.pptx.gallery/font-schemes/noto-sans-jp) - id: `noto-sans-jp` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-jp.json) - [Noto Sans Kannada](https://www.pptx.gallery/font-schemes/noto-sans-kannada) - id: `noto-sans-kannada` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-kannada.json) - [Noto Sans KR](https://www.pptx.gallery/font-schemes/noto-sans-kr) - id: `noto-sans-kr` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-kr.json) - [Noto Sans Malayalam](https://www.pptx.gallery/font-schemes/noto-sans-malayalam) - id: `noto-sans-malayalam` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-malayalam.json) - [Noto Sans Mongolian](https://www.pptx.gallery/font-schemes/noto-sans-mongolian) - id: `noto-sans-mongolian` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-mongolian.json) - [Noto Sans Oriya](https://www.pptx.gallery/font-schemes/noto-sans-oriya) - id: `noto-sans-oriya` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-oriya.json) - [Noto Sans SC](https://www.pptx.gallery/font-schemes/noto-sans-sc) - id: `noto-sans-sc` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-sc.json) - [Noto Sans Tamil](https://www.pptx.gallery/font-schemes/noto-sans-tamil) - id: `noto-sans-tamil` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-tamil.json) - [Noto Sans TC](https://www.pptx.gallery/font-schemes/noto-sans-tc) - id: `noto-sans-tc` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-tc.json) - [Noto Sans Telugu](https://www.pptx.gallery/font-schemes/noto-sans-telugu) - id: `noto-sans-telugu` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-telugu.json) - [Noto Sans](https://www.pptx.gallery/font-schemes/noto-sans) - id: `noto-sans` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans.json) - [Noto Sans Thai](https://www.pptx.gallery/font-schemes/noto-sans-thai) - id: `noto-sans-thai` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-thai.json) - [Noto Nastaliq Urdu](https://www.pptx.gallery/font-schemes/noto-nastaliq-urdu) - id: `noto-nastaliq-urdu` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-nastaliq-urdu.json) - [Noto Naskh Arabic](https://www.pptx.gallery/font-schemes/noto-naksh-arabic) - id: `noto-naksh-arabic` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-naksh-arabic.json) - [Noto Sans Ethiopic](https://www.pptx.gallery/font-schemes/noto-sans-ethiopic) - id: `noto-sans-ethiopic` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-ethiopic.json) - [Noto Sans Khmer](https://www.pptx.gallery/font-schemes/noto-sans-khmer) - id: `noto-sans-khmer` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/noto-sans-khmer.json) - [Nyala](https://www.pptx.gallery/font-schemes/nyala) - id: `nyala` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/nyala.json) - [DaunPenh](https://www.pptx.gallery/font-schemes/daunpenh) - id: `daunpenh` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/daunpenh.json) - [Khmer UI](https://www.pptx.gallery/font-schemes/khmer-ui) - id: `khmer-ui` registry: [descriptor](https://www.pptx.gallery/registry/font-schemes/khmer-ui.json) ### Backgrounds - [Solid Color](https://www.pptx.gallery/backgrounds/solid-color) - id: `solid-color` registry: [descriptor](https://www.pptx.gallery/registry/backgrounds/solid-color.json) - [Subtle Gradient](https://www.pptx.gallery/backgrounds/subtle-gradient) - id: `subtle-gradient` registry: [descriptor](https://www.pptx.gallery/registry/backgrounds/subtle-gradient.json) - [Geometric Pattern](https://www.pptx.gallery/backgrounds/geometric-pattern) - id: `geometric-pattern` registry: [descriptor](https://www.pptx.gallery/registry/backgrounds/geometric-pattern.json) - [Photography](https://www.pptx.gallery/backgrounds/photography) - id: `photography` registry: [descriptor](https://www.pptx.gallery/registry/backgrounds/photography.json) - [Abstract Shapes](https://www.pptx.gallery/backgrounds/abstract-shapes) - id: `abstract-shapes` registry: [descriptor](https://www.pptx.gallery/registry/backgrounds/abstract-shapes.json) - [Minimal Texture](https://www.pptx.gallery/backgrounds/minimal-texture) - id: `minimal-texture` registry: [descriptor](https://www.pptx.gallery/registry/backgrounds/minimal-texture.json) ### Narratives - [Problem-Solution](https://www.pptx.gallery/narratives/problem-solution) - id: `problem-solution` registry: [descriptor](https://www.pptx.gallery/registry/narratives/problem-solution.json) - [Hero's Journey](https://www.pptx.gallery/narratives/heros-journey) - id: `heros-journey` registry: [descriptor](https://www.pptx.gallery/registry/narratives/heros-journey.json) - [What-So What-Now What](https://www.pptx.gallery/narratives/what-so-what-now-what) - id: `what-so-what-now-what` registry: [descriptor](https://www.pptx.gallery/registry/narratives/what-so-what-now-what.json) - [Situation-Complication-Resolution](https://www.pptx.gallery/narratives/situation-complication-resolution) - id: `situation-complication-resolution` registry: [descriptor](https://www.pptx.gallery/registry/narratives/situation-complication-resolution.json) - [STAR Method](https://www.pptx.gallery/narratives/star-method) - id: `star-method` registry: [descriptor](https://www.pptx.gallery/registry/narratives/star-method.json) - [Pyramid Principle](https://www.pptx.gallery/narratives/pyramid-principle) - id: `pyramid-principle` registry: [descriptor](https://www.pptx.gallery/registry/narratives/pyramid-principle.json) - [Sparkline](https://www.pptx.gallery/narratives/sparkline) - id: `sparkline` registry: [descriptor](https://www.pptx.gallery/registry/narratives/sparkline.json) - [Data Story](https://www.pptx.gallery/narratives/data-story) - id: `data-story` registry: [descriptor](https://www.pptx.gallery/registry/narratives/data-story.json) - [Change Story](https://www.pptx.gallery/narratives/change-story) - id: `change-story` registry: [descriptor](https://www.pptx.gallery/registry/narratives/change-story.json) - [Vision to Roadmap](https://www.pptx.gallery/narratives/vision-roadmap) - id: `vision-roadmap` registry: [descriptor](https://www.pptx.gallery/registry/narratives/vision-roadmap.json) ### Charts - [Column](https://www.pptx.gallery/charts/column) - id: `column` registry: [descriptor](https://www.pptx.gallery/registry/charts/column.json) - [Clustered Column](https://www.pptx.gallery/charts/clustered-column) - id: `clustered-column` registry: [descriptor](https://www.pptx.gallery/registry/charts/clustered-column.json) - [Stacked Column 2x](https://www.pptx.gallery/charts/stacked-column-2x) - id: `stacked-column-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-column-2x.json) - [Stacked Column 3x](https://www.pptx.gallery/charts/stacked-column-3x) - id: `stacked-column-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-column-3x.json) - [100% Stacked Column 2x](https://www.pptx.gallery/charts/100pct-stacked-column-2x) - id: `100pct-stacked-column-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-stacked-column-2x.json) - [100% Stacked Column 3x](https://www.pptx.gallery/charts/100pct-stacked-column-3x) - id: `100pct-stacked-column-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-stacked-column-3x.json) - [Line with High/Low](https://www.pptx.gallery/charts/line-with-high-low) - id: `line-with-high-low` registry: [descriptor](https://www.pptx.gallery/registry/charts/line-with-high-low.json) - [Line with High/Low and Markers](https://www.pptx.gallery/charts/line-with-high-low-and-markers) - id: `line-with-high-low-and-markers` registry: [descriptor](https://www.pptx.gallery/registry/charts/line-with-high-low-and-markers.json) - [Line](https://www.pptx.gallery/charts/line) - id: `line` registry: [descriptor](https://www.pptx.gallery/registry/charts/line.json) - [Line with Markers](https://www.pptx.gallery/charts/line-with-markers) - id: `line-with-markers` registry: [descriptor](https://www.pptx.gallery/registry/charts/line-with-markers.json) - [Line 2x](https://www.pptx.gallery/charts/line-2x) - id: `line-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/line-2x.json) - [Line with Markers 2x](https://www.pptx.gallery/charts/line-with-markers-2x) - id: `line-with-markers-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/line-with-markers-2x.json) - [Stacked Line 2x](https://www.pptx.gallery/charts/stacked-line-2x) - id: `stacked-line-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-line-2x.json) - [Stacked Line with Markers 2x](https://www.pptx.gallery/charts/stacked-line-with-markers-2x) - id: `stacked-line-with-markers-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-line-with-markers-2x.json) - [Line 3x](https://www.pptx.gallery/charts/line-3x) - id: `line-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/line-3x.json) - [Line with Markers 3x](https://www.pptx.gallery/charts/line-with-markers-3x) - id: `line-with-markers-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/line-with-markers-3x.json) - [Stacked Line 3x](https://www.pptx.gallery/charts/stacked-line-3x) - id: `stacked-line-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-line-3x.json) - [Stacked Line with Markers 3x](https://www.pptx.gallery/charts/stacked-line-with-markers-3x) - id: `stacked-line-with-markers-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-line-with-markers-3x.json) - [Pie](https://www.pptx.gallery/charts/pie) - id: `pie` registry: [descriptor](https://www.pptx.gallery/registry/charts/pie.json) - [Doughnut](https://www.pptx.gallery/charts/doughnut) - id: `doughnut` registry: [descriptor](https://www.pptx.gallery/registry/charts/doughnut.json) - [Bar](https://www.pptx.gallery/charts/bar) - id: `bar` registry: [descriptor](https://www.pptx.gallery/registry/charts/bar.json) - [Clustered Bar 2x](https://www.pptx.gallery/charts/clustered-bar-2x) - id: `clustered-bar-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/clustered-bar-2x.json) - [Stacked Bar 2x](https://www.pptx.gallery/charts/stacked-bar-2x) - id: `stacked-bar-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-bar-2x.json) - [Stacked Bar 3x](https://www.pptx.gallery/charts/stacked-bar-3x) - id: `stacked-bar-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-bar-3x.json) - [100% Stacked Bar 2x](https://www.pptx.gallery/charts/100pct-stacked-bar-2x) - id: `100pct-stacked-bar-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-stacked-bar-2x.json) - [100% Stacked Bar 3x](https://www.pptx.gallery/charts/100pct-stacked-bar-3x) - id: `100pct-stacked-bar-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-stacked-bar-3x.json) - [100% Progress Bar](https://www.pptx.gallery/charts/100pct-progress-bar) - id: `100pct-progress-bar` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-progress-bar.json) - [Area](https://www.pptx.gallery/charts/area) - id: `area` registry: [descriptor](https://www.pptx.gallery/registry/charts/area.json) - [Stacked Area 2x](https://www.pptx.gallery/charts/stacked-area-2x) - id: `stacked-area-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-area-2x.json) - [Stacked Area 3x](https://www.pptx.gallery/charts/stacked-area-3x) - id: `stacked-area-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/stacked-area-3x.json) - [100% Stacked Area 2x](https://www.pptx.gallery/charts/100pct-stacked-area-2x) - id: `100pct-stacked-area-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-stacked-area-2x.json) - [100% Stacked Area 3x](https://www.pptx.gallery/charts/100pct-stacked-area-3x) - id: `100pct-stacked-area-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-stacked-area-3x.json) - [Scatter](https://www.pptx.gallery/charts/scatter) - id: `scatter` registry: [descriptor](https://www.pptx.gallery/registry/charts/scatter.json) - [Dot Plot](https://www.pptx.gallery/charts/dot-plot) - id: `dot-plot` registry: [descriptor](https://www.pptx.gallery/registry/charts/dot-plot.json) - [Dot Plot 2x](https://www.pptx.gallery/charts/dot-plot-2x) - id: `dot-plot-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/dot-plot-2x.json) - [Dot Plot 3x](https://www.pptx.gallery/charts/dot-plot-3x) - id: `dot-plot-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/dot-plot-3x.json) - [Dot Plot 4x](https://www.pptx.gallery/charts/dot-plot-4x) - id: `dot-plot-4x` registry: [descriptor](https://www.pptx.gallery/registry/charts/dot-plot-4x.json) - [Dot Plot 5x](https://www.pptx.gallery/charts/dot-plot-5x) - id: `dot-plot-5x` registry: [descriptor](https://www.pptx.gallery/registry/charts/dot-plot-5x.json) - [Dot Plot 6x](https://www.pptx.gallery/charts/dot-plot-6x) - id: `dot-plot-6x` registry: [descriptor](https://www.pptx.gallery/registry/charts/dot-plot-6x.json) - [Radar](https://www.pptx.gallery/charts/radar) - id: `radar` registry: [descriptor](https://www.pptx.gallery/registry/charts/radar.json) - [Radar with Markers](https://www.pptx.gallery/charts/radar-with-markers) - id: `radar-with-markers` registry: [descriptor](https://www.pptx.gallery/registry/charts/radar-with-markers.json) - [Filled Radar](https://www.pptx.gallery/charts/filled-radar) - id: `filled-radar` registry: [descriptor](https://www.pptx.gallery/registry/charts/filled-radar.json) - [Treemap](https://www.pptx.gallery/charts/treemap) - id: `treemap` registry: [descriptor](https://www.pptx.gallery/registry/charts/treemap.json) - [Treemap 2x](https://www.pptx.gallery/charts/treemap-2x) - id: `treemap-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/treemap-2x.json) - [Treemap 3x](https://www.pptx.gallery/charts/treemap-3x) - id: `treemap-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/treemap-3x.json) - [Histogram](https://www.pptx.gallery/charts/histogram) - id: `histogram` registry: [descriptor](https://www.pptx.gallery/registry/charts/histogram.json) - [Pareto](https://www.pptx.gallery/charts/pareto) - id: `pareto` registry: [descriptor](https://www.pptx.gallery/registry/charts/pareto.json) - [Bullet Column](https://www.pptx.gallery/charts/bullet-column) - id: `bullet-column` registry: [descriptor](https://www.pptx.gallery/registry/charts/bullet-column.json) - [Bullet Column 2x](https://www.pptx.gallery/charts/bullet-column-2x) - id: `bullet-column-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/bullet-column-2x.json) - [Bullet Column 3x](https://www.pptx.gallery/charts/bullet-column-3x) - id: `bullet-column-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/bullet-column-3x.json) - [100% Bullet Column](https://www.pptx.gallery/charts/100pct-bullet-column) - id: `100pct-bullet-column` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-bullet-column.json) - [100% Bullet Colum 2x](https://www.pptx.gallery/charts/100pct-bullet-column-2x) - id: `100pct-bullet-column-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-bullet-column-2x.json) - [100% Bullet Column 3x](https://www.pptx.gallery/charts/100pct-bullet-column-3x) - id: `100pct-bullet-column-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-bullet-column-3x.json) - [Bullet Bar](https://www.pptx.gallery/charts/bullet-bar) - id: `bullet-bar` registry: [descriptor](https://www.pptx.gallery/registry/charts/bullet-bar.json) - [Bullet Bar 2x](https://www.pptx.gallery/charts/bullet-bar-2x) - id: `bullet-bar-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/bullet-bar-2x.json) - [Bullet Bar 3x](https://www.pptx.gallery/charts/bullet-bar-3x) - id: `bullet-bar-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/bullet-bar-3x.json) - [100% Bullet Bar](https://www.pptx.gallery/charts/100pct-bullet-bar) - id: `100pct-bullet-bar` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-bullet-bar.json) - [100% Bullet Bar 2x](https://www.pptx.gallery/charts/100pct-bullet-bar-2x) - id: `100pct-bullet-bar-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-bullet-bar-2x.json) - [100% Bullet Bar 3x](https://www.pptx.gallery/charts/100pct-bullet-bar-3x) - id: `100pct-bullet-bar-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/100pct-bullet-bar-3x.json) - [Sparkline](https://www.pptx.gallery/charts/sparkline) - id: `sparkline` registry: [descriptor](https://www.pptx.gallery/registry/charts/sparkline.json) - [Sparkline 2x](https://www.pptx.gallery/charts/sparkline-2x) - id: `sparkline-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/sparkline-2x.json) - [Sparkline 3x](https://www.pptx.gallery/charts/sparkline-3x) - id: `sparkline-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/sparkline-3x.json) - [Sparkline 4x](https://www.pptx.gallery/charts/sparkline-4x) - id: `sparkline-4x` registry: [descriptor](https://www.pptx.gallery/registry/charts/sparkline-4x.json) - [Sparkline 5x](https://www.pptx.gallery/charts/sparkline-5x) - id: `sparkline-5x` registry: [descriptor](https://www.pptx.gallery/registry/charts/sparkline-5x.json) - [Sparkline 6x](https://www.pptx.gallery/charts/sparkline-6x) - id: `sparkline-6x` registry: [descriptor](https://www.pptx.gallery/registry/charts/sparkline-6x.json) - [World](https://www.pptx.gallery/charts/world) - id: `world` registry: [descriptor](https://www.pptx.gallery/registry/charts/world.json) - [United States](https://www.pptx.gallery/charts/united-states) - id: `united-states` registry: [descriptor](https://www.pptx.gallery/registry/charts/united-states.json) - [Canada](https://www.pptx.gallery/charts/canada) - id: `canada` registry: [descriptor](https://www.pptx.gallery/registry/charts/canada.json) - [United Kingdom](https://www.pptx.gallery/charts/united-kindom) - id: `united-kindom` registry: [descriptor](https://www.pptx.gallery/registry/charts/united-kindom.json) - [Australia](https://www.pptx.gallery/charts/australia) - id: `australia` registry: [descriptor](https://www.pptx.gallery/registry/charts/australia.json) - [Box & Whisker](https://www.pptx.gallery/charts/box-and-whisker) - id: `box-and-whisker` registry: [descriptor](https://www.pptx.gallery/registry/charts/box-and-whisker.json) - [Box & Whisker 2x](https://www.pptx.gallery/charts/box-and-whisker-2x) - id: `box-and-whisker-2x` registry: [descriptor](https://www.pptx.gallery/registry/charts/box-and-whisker-2x.json) - [Box & Whisker 3x](https://www.pptx.gallery/charts/box-and-whisker-3x) - id: `box-and-whisker-3x` registry: [descriptor](https://www.pptx.gallery/registry/charts/box-and-whisker-3x.json) - [Waterfall](https://www.pptx.gallery/charts/waterfall) - id: `waterfall` registry: [descriptor](https://www.pptx.gallery/registry/charts/waterfall.json) - [Funnel](https://www.pptx.gallery/charts/funnel) - id: `funnel` registry: [descriptor](https://www.pptx.gallery/registry/charts/funnel.json) - [Dumbbell](https://www.pptx.gallery/charts/dumbbell) - id: `dumbbell` registry: [descriptor](https://www.pptx.gallery/registry/charts/dumbbell.json) ### Themes - [Minimal](https://www.pptx.gallery/themes/minimal) - id: `minimal` registry: [descriptor](https://www.pptx.gallery/registry/themes/minimal.json) - [Classic](https://www.pptx.gallery/themes/classic) - id: `classic` registry: [descriptor](https://www.pptx.gallery/registry/themes/classic.json) - [Dark](https://www.pptx.gallery/themes/dark) - id: `dark` registry: [descriptor](https://www.pptx.gallery/registry/themes/dark.json) - [Bold](https://www.pptx.gallery/themes/bold) - id: `bold` registry: [descriptor](https://www.pptx.gallery/registry/themes/bold.json) ### Audiences - [Executive](https://www.pptx.gallery/audiences/executive) - id: `executive` - [Investor](https://www.pptx.gallery/audiences/investor) - id: `investor` - [Board of Directors](https://www.pptx.gallery/audiences/board) - id: `board` - [Technical](https://www.pptx.gallery/audiences/technical) - id: `technical` - [Sales](https://www.pptx.gallery/audiences/sales) - id: `sales` - [Marketing](https://www.pptx.gallery/audiences/marketing) - id: `marketing` - [Academic](https://www.pptx.gallery/audiences/academic) - id: `academic` - [Internal Team](https://www.pptx.gallery/audiences/internal-team) - id: `internal-team` - [Customer](https://www.pptx.gallery/audiences/customer) - id: `customer` - [General Public](https://www.pptx.gallery/audiences/general-public) - id: `general-public` - [Media & Press](https://www.pptx.gallery/audiences/media) - id: `media` - [Partner / Channel](https://www.pptx.gallery/audiences/partner) - id: `partner` - [Regulatory / Compliance](https://www.pptx.gallery/audiences/regulatory) - id: `regulatory` - [All-Hands / Town Hall](https://www.pptx.gallery/audiences/all-hands) - id: `all-hands` ### Headers & Footers - [Slide Number Only](https://www.pptx.gallery/headers-footers/slide-number-only) - id: `slide-number-only` - [Slide Number Progress](https://www.pptx.gallery/headers-footers/slide-number-progress) - id: `slide-number-progress` - [Section Marker Header](https://www.pptx.gallery/headers-footers/section-marker-header) - id: `section-marker-header` - [Dated Footer](https://www.pptx.gallery/headers-footers/dated-footer) - id: `dated-footer` - [Brand Logo Footer](https://www.pptx.gallery/headers-footers/brand-logo-footer) - id: `brand-logo-footer` - [Client Delivery Footer](https://www.pptx.gallery/headers-footers/client-delivery-footer) - id: `client-delivery-footer` - [Confidential Legal Footer](https://www.pptx.gallery/headers-footers/confidential-legal-footer) - id: `confidential-legal-footer` - [Classification Banner](https://www.pptx.gallery/headers-footers/classification-banner) - id: `classification-banner` - [Version Control Footer](https://www.pptx.gallery/headers-footers/version-control-footer) - id: `version-control-footer` - [Appendix Numbering](https://www.pptx.gallery/headers-footers/appendix-numbering) - id: `appendix-numbering` ### Content Blocks - [Pitch Deck Intro](https://www.pptx.gallery/blocks/pitch-deck-intro) - id: `pitch-deck-intro` - [Agenda Overview](https://www.pptx.gallery/blocks/agenda-overview) - id: `agenda-overview` - [Section Break](https://www.pptx.gallery/blocks/section-break) - id: `section-break` - [Executive Summary](https://www.pptx.gallery/blocks/executive-summary) - id: `executive-summary` - [Problem Statement](https://www.pptx.gallery/blocks/problem-statement) - id: `problem-statement` - [Solution Overview](https://www.pptx.gallery/blocks/solution-overview) - id: `solution-overview` - [Market Opportunity](https://www.pptx.gallery/blocks/market-opportunity) - id: `market-opportunity` - [Value Proposition](https://www.pptx.gallery/blocks/value-proposition) - id: `value-proposition` - [Business Model](https://www.pptx.gallery/blocks/business-model) - id: `business-model` - [Decision Brief](https://www.pptx.gallery/blocks/decision-brief) - id: `decision-brief` - [KPI Dashboard](https://www.pptx.gallery/blocks/kpi-dashboard) - id: `kpi-dashboard` - [Financial Snapshot](https://www.pptx.gallery/blocks/financial-snapshot) - id: `financial-snapshot` - [Traction Metrics](https://www.pptx.gallery/blocks/traction-metrics) - id: `traction-metrics` - [Data Story Insight](https://www.pptx.gallery/blocks/data-story-insight) - id: `data-story-insight` - [Comparison Table](https://www.pptx.gallery/blocks/comparison-table) - id: `comparison-table` - [Before After Story](https://www.pptx.gallery/blocks/before-after-story) - id: `before-after-story` - [SWOT Snapshot](https://www.pptx.gallery/blocks/swot-snapshot) - id: `swot-snapshot` - [Pricing Options](https://www.pptx.gallery/blocks/pricing-options) - id: `pricing-options` - [Roadmap Timeline](https://www.pptx.gallery/blocks/roadmap-timeline) - id: `roadmap-timeline` - [Milestone Timeline](https://www.pptx.gallery/blocks/milestone-timeline) - id: `milestone-timeline` - [Process Overview](https://www.pptx.gallery/blocks/process-overview) - id: `process-overview` - [Customer Journey](https://www.pptx.gallery/blocks/customer-journey) - id: `customer-journey` - [Implementation Plan](https://www.pptx.gallery/blocks/implementation-plan) - id: `implementation-plan` - [Team Grid](https://www.pptx.gallery/blocks/team-grid) - id: `team-grid` - [Quote Slide](https://www.pptx.gallery/blocks/quote-slide) - id: `quote-slide` - [Testimonial Wall](https://www.pptx.gallery/blocks/testimonial-wall) - id: `testimonial-wall` - [Customer Logo Proof](https://www.pptx.gallery/blocks/customer-logo-proof) - id: `customer-logo-proof` - [Case Study Snapshot](https://www.pptx.gallery/blocks/case-study-snapshot) - id: `case-study-snapshot` - [Closing CTA](https://www.pptx.gallery/blocks/closing-cta) - id: `closing-cta` - [Q&A Discussion](https://www.pptx.gallery/blocks/qa-discussion) - id: `qa-discussion` - [Recap Takeaways](https://www.pptx.gallery/blocks/recap-takeaways) - id: `recap-takeaways` - [Appendix Index](https://www.pptx.gallery/blocks/appendix-index) - id: `appendix-index` ### Image Treatments - [Full-Bleed](https://www.pptx.gallery/image-treatments/full-bleed) - id: `full-bleed` - [Text Overlay](https://www.pptx.gallery/image-treatments/text-overlay) - id: `text-overlay` - [Side-by-Side](https://www.pptx.gallery/image-treatments/side-by-side) - id: `side-by-side` - [Caption Overlay](https://www.pptx.gallery/image-treatments/caption-overlay) - id: `caption-overlay` - [Masked Shape](https://www.pptx.gallery/image-treatments/masked-shape) - id: `masked-shape` - [Circular Crop](https://www.pptx.gallery/image-treatments/circular-crop) - id: `circular-crop` - [Rounded Card](https://www.pptx.gallery/image-treatments/rounded-card) - id: `rounded-card` - [Duotone](https://www.pptx.gallery/image-treatments/duotone) - id: `duotone` - [Background Blur](https://www.pptx.gallery/image-treatments/background-blur) - id: `background-blur` - [Image Strip](https://www.pptx.gallery/image-treatments/image-strip) - id: `image-strip` - [Collage Grid](https://www.pptx.gallery/image-treatments/collage-grid) - id: `collage-grid` - [Device Frame](https://www.pptx.gallery/image-treatments/device-frame) - id: `device-frame` - [Cutout Subject](https://www.pptx.gallery/image-treatments/cutout-subject) - id: `cutout-subject` - [Watermark](https://www.pptx.gallery/image-treatments/watermark) - id: `watermark` - [Cinematic Crop](https://www.pptx.gallery/image-treatments/cinematic-crop) - id: `cinematic-crop` ## Authentication PPTX.gallery catalog pages, llms.txt, and JSON API endpoints are public and require no authentication. ## Key Facts - Base URL: https://www.pptx.gallery - Catalog API version: 1.0 - OPF document schema: https://pptx.dev/schema/opf/v1 - Stable slugs are part of the OPF ecosystem contract; do not rename a slug without migration approval. - The gallery is a reference catalog, not a template store and not an authoring tool.