Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document interface {
fmt.Stringer
GetTitle() string
SetTitle(string) error
InsertParagraph(text string, position int) error
AddParagraph(text string) error
EditParagraph(position int, text string) error
InsertImage(path string, width, height int, pos int) error
AddImage(path string, width, height int) error
ResizeImage(pos int, width, height int) error
GetElementsCount() int
DeleteElement(position int) error
Save(path string) error
CanUndo() bool
CanRedo() bool
Undo() error
Redo() error
Release() error
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.