Skip to Content

Interface: PptxEditorShapeInfo

Editable capabilities and source handles exposed for one slide shape.

Capability flags are present and true only when the corresponding edit is supported.

Properties

bounds?

readonly optional bounds?: PptxEditorShapeBoundsPx;

editableDelete?

readonly optional editableDelete?: boolean;

editableImageReplacement?

readonly optional editableImageReplacement?: PptxEditorImageReplacementInfo;

editableTransform?

readonly optional editableTransform?: boolean;

handle?

readonly optional handle?: SourceHandle;

id

readonly id: string;

kind

readonly kind: | "image" | "raw" | "shape" | "connector" | "group" | "table" | "chart" | "smartArt";

name?

readonly optional name?: string;

textBody?

readonly optional textBody?: PptxEditorTextBodyView;

textRuns?

readonly optional textRuns?: readonly PptxEditorTextRunInfo[];