mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-06 08:10:25 +08:00
inline drawing add Size
This commit is contained in:
@@ -3,16 +3,10 @@ package docxlib
|
||||
import (
|
||||
"archive/zip"
|
||||
"bytes"
|
||||
"errors"
|
||||
"io"
|
||||
"io/fs"
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrRefIDNotFound cannot find such reference
|
||||
ErrRefIDNotFound = errors.New("ref id not found")
|
||||
)
|
||||
|
||||
// Docx is the structure that allow to access the internal represntation
|
||||
// in memory of the doc (either read or about to be written)
|
||||
type Docx struct {
|
||||
|
||||
Reference in New Issue
Block a user