-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from gomutex/comments-update
doc update and moved API funcs of Run to docx
- Loading branch information
Showing
18 changed files
with
421 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Package dmlct provides complex types related to DrawingML (Drawing Markup Language), | ||
// which is part of the Office Open XML (OOXML) standard. DrawingML is used to represent | ||
// graphics and drawings in WordprocessingML, SpreadsheetML, and PresentationML documents. | ||
package dmlct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Package dml provides simple types used in DrawingML (Drawing Markup Language), | ||
// part of the Office Open XML (OOXML) standard for representing graphical elements | ||
// in documents. | ||
package dmlst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Package dml provides functionality for working with DrawingML (Drawing Markup Language) | ||
// which is part of the Office Open XML (OOXML) standard. DrawingML is used to represent | ||
// graphics and drawings in WordprocessingML, SpreadsheetML, and PresentationML documents. | ||
package dml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Package docx provides a comprehensive set of functions and structures | ||
// for manipulating DOCX documents. It allows for the creation, modification, | ||
// and retrieval of document elements such as paragraphs, styles, and images. | ||
// The package is designed to be accessed through the RootDoc element or | ||
// instances of inner elements, providing a flexible and intuitive API for | ||
// working with Office Open XML (OOXML) documents. | ||
// | ||
// // The RootDoc structure is initialized from the main godocx package, | ||
// which provides methods for creating a new document from a default template or | ||
// opening an existing document. | ||
package docx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.