mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-21 02:23:39 +08:00
feat: embed template xmls
This commit is contained in:
7
apidrawing.go
Normal file
7
apidrawing.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package docxlib
|
||||
|
||||
// AddDrawing adds drawing to paragraph
|
||||
func (p *Paragraph) AddDrawing(pic []byte) *Run {
|
||||
//TODO: finish add drawing
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user