mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-20 17:40:33 +08:00
完善group
This commit is contained in:
@@ -49,7 +49,7 @@ func (p *Paragraph) AddInlineShape(w, h int64, name, bwMode, prst string, ln *AL
|
||||
CNvCnPr: &WPSCNvCnPr{
|
||||
ConnShapeLocks: &struct{}{},
|
||||
},
|
||||
SpPr: &WPSSpPr{
|
||||
SpPr: &ShapeProperties{
|
||||
BWMode: bwMode,
|
||||
|
||||
Xfrm: AXfrm{
|
||||
@@ -116,7 +116,7 @@ func (p *Paragraph) AddAnchorShape(w, h int64, name, bwMode, prst string, ln *AL
|
||||
CNvCnPr: &WPSCNvCnPr{
|
||||
ConnShapeLocks: &struct{}{},
|
||||
},
|
||||
SpPr: &WPSSpPr{
|
||||
SpPr: &ShapeProperties{
|
||||
BWMode: bwMode,
|
||||
|
||||
Xfrm: AXfrm{
|
||||
|
||||
Reference in New Issue
Block a user