Skip to content

[Feature Request] add name:'.....' to objects #724

@Offbeatmammal

Description

@Offbeatmammal

when creating an object the name always defaults to "object n" and allocates n sequentially.

it would be a handy option to be able to override the default name with eg:

slide.addShape(
  pptx.ShapeType.hexagon,
  {shape_name:'myHex01', x:0.33, y: 4.51, w: 1.6, h: 1.4, rotate: 270, fill:{ type:'solid', color:'DE1D16' }}
)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions