# Packages
No description provided by the author
# Functions
ExtractFromFooter returns text from the document footer as an array of TextItems.
ExtractFromHeader returns text from the document header as an array of TextItems.
New constructs an empty document that content can be added to.
NewAnchorDrawWrapOptions return anchor drawing options property.
NewNumbering constructs a new numbering.
NewSettings constructs a new empty Settings.
NewStyles constructs a new empty Styles.
NewTableWidth returns a newly intialized TableWidth.
NewWatermarkPicture generates new WatermarkPicture.
NewWatermarkText generates a new WatermarkText.
Open opens and reads a document from a file (.docx).
OpenTemplate opens a document, removing all content so it can be used as a template.
Read reads a document from an io.Reader.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
AnchorDrawWrapOptions is options to set wrapPolygon for wrap text through and tight.
AnchoredDrawing is an absolutely positioned image within a document page.
Bookmark is a bookmarked location within a document that can be referenced with a hyperlink.
Cell is a table cell within a document (not a spreadsheet).
CellBorders are the borders for an individual.
CellMargins are the margins for an individual cell.
CellProperties are a table cells properties within a document.
Color controls the run or styles color.
Comment is run's comment component.
DocText is an array of extracted text items which has some methods for representing extracted text.
Document is a text document that can be written out in the OOXML .docx format.
DrawingInfo is used for keep information about a drawing wrapping a textbox where the text is located.
Endnote is an individual endnote reference within the document.
ExtractTextOptions extraction text options.
Fonts allows manipulating a style or run's fonts.
Footer is a footer for a document section.
Footnote is an individual footnote reference within the document.
FormField is a form within a document.
Header is a header for a document section.
HyperLink is a link within a document.
InlineDrawing is an inlined image within a run.
Node is document element node, contains Paragraph or Table element.
Nodes contains slice of Node element.
Numbering is the document wide numbering styles contained in numbering.xml.
NumberingDefinition defines a numbering definition for a list of pragraphs.
NumberingLevel is the definition for numbering for a particular level within a NumberingDefinition.
Paragraph is a paragraph within a document.
ParagraphBorders allows manipulation of borders on a paragraph.
ParagraphProperties are the properties for a paragraph.
ParagraphSpacing controls the spacing for a paragraph and its lines.
ParagraphStyleProperties is the styling information for a paragraph.
Row is a row within a table within a document.
RowProperties are the properties for a row within a table.
Run is a run of text within a paragraph that shares the same formatting.
RunProperties controls run styling properties.
Section is the beginning of a new section.
Settings controls the document settings.
StructuredDocumentTag are a tagged bit of content in a document.
Style is a style within the styles.xml file.
Styles is the document wide styles contained in styles.xml.
Table is a table within a document.
TableBorders allows manipulation of borders on a table.
TableConditionalFormatting controls the conditional formatting within a table style.
TableInfo is used for keep information about a table, a row and a cell where the text is located.
TableLook is the conditional formatting associated with a table style that has been assigned to a table.
TableProperties are the properties for a table within a document.
TableStyleProperties are table properties as defined in a style.
TableWidth controls width values in table settings.
TextItem is used for keeping text with references to a paragraph and run or a table, a row and a cell where it is located.
TOCOptions specify options for table of contents customization.
WatermarkPicture is watermark picture within document.
WatermarkText is watermark text within the document.
# Type aliases
FormFieldType is the type of the form field.
OnOffValue represents an on/off value that can also be unset.