# Packages
No description provided by the author
Package license helps manage commercial licenses and check if they are valid for the version of UniOffice used.
No description provided by the author
No description provided by the author
# Functions
AddImageToZip adds an image (either from bytes or from disk) and adds it to the zip file.
ImageFromBytes returns an Image struct for an in-memory image.
ImageFromFile reads an image from a file on disk.
ImageFromStorage reads an image using the currently set temporary storage mechanism (see tempstorage).
MakeImageRef constructs an image reference which is a reference to a particular image file inside a document.
NewAppProperties constructs a new AppProperties.
NewContentTypes returns a wrapper around a newly constructed content-types.
NewCoreProperties constructs a new CoreProperties.
NewCustomProperties constructs a new CustomProperties.
NewRelationship constructs a new relationship.
NewRelationships creates a new relationship wrapper.
NewRelationshipsCopy creates a new relationships wrapper as a copy of passed in instance.
NewTable makes a new table.
NewTableStyles constructs a new TableStyles.
NewTableWithXfrm makes a new table with a pointer to its parent Xfrm for changing its offset and size.
NewTheme constructs a new theme.
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
# Structs
AppProperties contains properties specific to the document and the application that created it.
ContentTypes is the top level "[Content_Types].xml" in a zip package.
CoreProperties contains document specific properties.
CustomProperties contains document specific properties.
CustomProperty contains document specific property.
DocBase is the type embedded in in the Document/Workbook/Presentation types that contains members common to all.
ExtraFile is an unsupported file type extracted from, or to be written to a zip package.
Image is a container for image information.
ImageRef is a reference to an image within a document.
Relationship is a relationship within a .rels file.
Relationships represents a .rels file.
Table represents a table in the document.
TableCol represents a column in a table.
TableRow represents a row in a table.
TableStyles contains document specific properties.
Theme is a drawingml theme.
# Type aliases
Hyperlink is just an appropriately configured relationship.