Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WordDocument ¶
type WordDocument struct {
Paragraphs []WordParagraph
}
WordDocument is a full word doc
func (WordDocument) AsText ¶
func (w WordDocument) AsText() string
AsText returns all text in the document
type WordParagraph ¶
WordParagraph is a single paragraph
Click to show internal directories.
Click to hide internal directories.