Versions in this module Expand all Collapse all v2009 v2009.0.0 Sep 7, 2020 Changes in this version + func CacheExpires(r *http.Response) time.Time + type APIClient struct + WordsApi *WordsApiService + func NewAPIClient(cfg *models.Configuration) (client *APIClient, err error) + func (c *APIClient) ChangeBasePath(path string) + func (c *APIClient) NewContextWithToken(ctx context.Context) (ctxWithToken context.Context, err error) + type FormParamContainer struct + func NewFileFormParamContainer(name string, file []byte) (result FormParamContainer) + func NewTextFormParamContainer(name string, text string) (result FormParamContainer) + type WordsApiService service + func CreateWordsApi(config *models.Configuration) (wordsApi *WordsApiService, ctxWithToken context.Context, err error) + func (a *WordsApiService) AcceptAllRevisions(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.RevisionsModificationResponse, *http.Response, error) + func (a *WordsApiService) AppendDocument(ctx context.Context, name string, documentList models.IDocumentEntryList, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) ApplyStyleToDocumentElement(ctx context.Context, name string, styleApply models.IStyleApply, ...) (models.WordsResponse, *http.Response, error) + func (a *WordsApiService) BuildReport(ctx context.Context, name string, data string, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) BuildReportOnline(ctx context.Context, template *os.File, data string, ...) (*http.Response, error) + func (a *WordsApiService) Classify(ctx context.Context, text string, localVarOptionals map[string]interface{}) (models.ClassificationResponse, *http.Response, error) + func (a *WordsApiService) ClassifyDocument(ctx context.Context, documentName string, ...) (models.ClassificationResponse, *http.Response, error) + func (a *WordsApiService) CompareDocument(ctx context.Context, name string, compareData models.ICompareData, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) ConvertDocument(ctx context.Context, document *os.File, format string, ...) (*http.Response, error) + func (a *WordsApiService) CopyFile(ctx context.Context, destPath string, srcPath string, ...) (*http.Response, error) + func (a *WordsApiService) CopyFolder(ctx context.Context, destPath string, srcPath string, ...) (*http.Response, error) + func (a *WordsApiService) CopyStyle(ctx context.Context, name string, styleCopy models.IStyleCopy, ...) (models.StyleResponse, *http.Response, error) + func (a *WordsApiService) CreateDocument(ctx context.Context, localVarOptionals map[string]interface{}) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) CreateFolder(ctx context.Context, path string, localVarOptionals map[string]interface{}) (*http.Response, error) + func (a *WordsApiService) CreateOrUpdateDocumentProperty(ctx context.Context, name string, propertyName string, ...) (models.DocumentPropertyResponse, *http.Response, error) + func (a *WordsApiService) DeleteAllParagraphTabStops(ctx context.Context, name string, index int32, ...) (models.TabStopsResponse, *http.Response, error) + func (a *WordsApiService) DeleteBorder(ctx context.Context, name string, borderType string, ...) (models.BorderResponse, *http.Response, error) + func (a *WordsApiService) DeleteBorders(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.BordersResponse, *http.Response, error) + func (a *WordsApiService) DeleteComment(ctx context.Context, name string, commentIndex int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteDocumentProperty(ctx context.Context, name string, propertyName string, ...) (*http.Response, error) + func (a *WordsApiService) DeleteDrawingObject(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteField(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteFields(ctx context.Context, name string, localVarOptionals map[string]interface{}) (*http.Response, error) + func (a *WordsApiService) DeleteFile(ctx context.Context, path string, localVarOptionals map[string]interface{}) (*http.Response, error) + func (a *WordsApiService) DeleteFolder(ctx context.Context, path string, localVarOptionals map[string]interface{}) (*http.Response, error) + func (a *WordsApiService) DeleteFootnote(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteFormField(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteHeaderFooter(ctx context.Context, name string, sectionPath string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteHeadersFooters(ctx context.Context, name string, sectionPath string, ...) (*http.Response, error) + func (a *WordsApiService) DeleteMacros(ctx context.Context, name string, localVarOptionals map[string]interface{}) (*http.Response, error) + func (a *WordsApiService) DeleteOfficeMathObject(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteParagraph(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteParagraphListFormat(ctx context.Context, name string, index int32, ...) (models.ParagraphListFormatResponse, *http.Response, error) + func (a *WordsApiService) DeleteParagraphTabStop(ctx context.Context, name string, position float64, index int32, ...) (models.TabStopsResponse, *http.Response, error) + func (a *WordsApiService) DeleteRun(ctx context.Context, name string, paragraphPath string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteSection(ctx context.Context, name string, sectionIndex int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteTable(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteTableCell(ctx context.Context, name string, tableRowPath string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteTableRow(ctx context.Context, name string, tablePath string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) DeleteWatermark(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) DownloadFile(ctx context.Context, path string, localVarOptionals map[string]interface{}) (*http.Response, error) + func (a *WordsApiService) ExecuteMailMerge(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) ExecuteMailMergeOnline(ctx context.Context, template *os.File, data *os.File, ...) (*http.Response, error) + func (a *WordsApiService) GetAvailableFonts(ctx context.Context, localVarOptionals map[string]interface{}) (models.AvailableFontsResponse, *http.Response, error) + func (a *WordsApiService) GetBookmarkByName(ctx context.Context, name string, bookmarkName string, ...) (models.BookmarkResponse, *http.Response, error) + func (a *WordsApiService) GetBookmarks(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.BookmarksResponse, *http.Response, error) + func (a *WordsApiService) GetBorder(ctx context.Context, name string, borderType string, ...) (models.BorderResponse, *http.Response, error) + func (a *WordsApiService) GetBorders(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.BordersResponse, *http.Response, error) + func (a *WordsApiService) GetComment(ctx context.Context, name string, commentIndex int32, ...) (models.CommentResponse, *http.Response, error) + func (a *WordsApiService) GetComments(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.CommentsResponse, *http.Response, error) + func (a *WordsApiService) GetDocument(ctx context.Context, documentName string, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentDrawingObjectByIndex(ctx context.Context, name string, index int32, ...) (models.DrawingObjectResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentDrawingObjectImageData(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) GetDocumentDrawingObjectOleData(ctx context.Context, name string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) GetDocumentDrawingObjects(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.DrawingObjectsResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentFieldNames(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.FieldNamesResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentFieldNamesOnline(ctx context.Context, template *os.File, ...) (models.FieldNamesResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentHyperlinkByIndex(ctx context.Context, name string, hyperlinkIndex int32, ...) (models.HyperlinkResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentHyperlinks(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.HyperlinksResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentProperties(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.DocumentPropertiesResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentProperty(ctx context.Context, name string, propertyName string, ...) (models.DocumentPropertyResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentProtection(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.ProtectionDataResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentStatistics(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.StatDataResponse, *http.Response, error) + func (a *WordsApiService) GetDocumentWithFormat(ctx context.Context, name string, format string, ...) (*http.Response, error) + func (a *WordsApiService) GetField(ctx context.Context, name string, index int32, ...) (models.FieldResponse, *http.Response, error) + func (a *WordsApiService) GetFields(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.FieldsResponse, *http.Response, error) + func (a *WordsApiService) GetFilesList(ctx context.Context, path string, localVarOptionals map[string]interface{}) (models.FilesList, *http.Response, error) + func (a *WordsApiService) GetFootnote(ctx context.Context, name string, index int32, ...) (models.FootnoteResponse, *http.Response, error) + func (a *WordsApiService) GetFootnotes(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.FootnotesResponse, *http.Response, error) + func (a *WordsApiService) GetFormField(ctx context.Context, name string, index int32, ...) (models.FormFieldResponse, *http.Response, error) + func (a *WordsApiService) GetFormFields(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.FormFieldsResponse, *http.Response, error) + func (a *WordsApiService) GetHeaderFooter(ctx context.Context, name string, headerFooterIndex int32, ...) (models.HeaderFooterResponse, *http.Response, error) + func (a *WordsApiService) GetHeaderFooterOfSection(ctx context.Context, name string, headerFooterIndex int32, sectionIndex int32, ...) (models.HeaderFooterResponse, *http.Response, error) + func (a *WordsApiService) GetHeaderFooters(ctx context.Context, name string, sectionPath string, ...) (models.HeaderFootersResponse, *http.Response, error) + func (a *WordsApiService) GetList(ctx context.Context, name string, listId int32, ...) (models.ListResponse, *http.Response, error) + func (a *WordsApiService) GetLists(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.ListsResponse, *http.Response, error) + func (a *WordsApiService) GetOfficeMathObject(ctx context.Context, name string, index int32, ...) (models.OfficeMathObjectResponse, *http.Response, error) + func (a *WordsApiService) GetOfficeMathObjects(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.OfficeMathObjectsResponse, *http.Response, error) + func (a *WordsApiService) GetParagraph(ctx context.Context, name string, index int32, ...) (models.ParagraphResponse, *http.Response, error) + func (a *WordsApiService) GetParagraphFormat(ctx context.Context, name string, index int32, ...) (models.ParagraphFormatResponse, *http.Response, error) + func (a *WordsApiService) GetParagraphListFormat(ctx context.Context, name string, index int32, ...) (models.ParagraphListFormatResponse, *http.Response, error) + func (a *WordsApiService) GetParagraphTabStops(ctx context.Context, name string, index int32, ...) (models.TabStopsResponse, *http.Response, error) + func (a *WordsApiService) GetParagraphs(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.ParagraphLinkCollectionResponse, *http.Response, error) + func (a *WordsApiService) GetRangeText(ctx context.Context, name string, rangeStartIdentifier string, ...) (models.RangeTextResponse, *http.Response, error) + func (a *WordsApiService) GetRun(ctx context.Context, name string, paragraphPath string, index int32, ...) (models.RunResponse, *http.Response, error) + func (a *WordsApiService) GetRunFont(ctx context.Context, name string, paragraphPath string, index int32, ...) (models.FontResponse, *http.Response, error) + func (a *WordsApiService) GetRuns(ctx context.Context, name string, paragraphPath string, ...) (models.RunsResponse, *http.Response, error) + func (a *WordsApiService) GetSection(ctx context.Context, name string, sectionIndex int32, ...) (models.SectionResponse, *http.Response, error) + func (a *WordsApiService) GetSectionPageSetup(ctx context.Context, name string, sectionIndex int32, ...) (models.SectionPageSetupResponse, *http.Response, error) + func (a *WordsApiService) GetSections(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.SectionLinkCollectionResponse, *http.Response, error) + func (a *WordsApiService) GetStyle(ctx context.Context, name string, styleName string, ...) (models.StyleResponse, *http.Response, error) + func (a *WordsApiService) GetStyleFromDocumentElement(ctx context.Context, name string, styledNodePath string, ...) (models.StyleResponse, *http.Response, error) + func (a *WordsApiService) GetStyles(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.StylesResponse, *http.Response, error) + func (a *WordsApiService) GetTable(ctx context.Context, name string, index int32, ...) (models.TableResponse, *http.Response, error) + func (a *WordsApiService) GetTableCell(ctx context.Context, name string, tableRowPath string, index int32, ...) (models.TableCellResponse, *http.Response, error) + func (a *WordsApiService) GetTableCellFormat(ctx context.Context, name string, tableRowPath string, index int32, ...) (models.TableCellFormatResponse, *http.Response, error) + func (a *WordsApiService) GetTableProperties(ctx context.Context, name string, index int32, ...) (models.TablePropertiesResponse, *http.Response, error) + func (a *WordsApiService) GetTableRow(ctx context.Context, name string, tablePath string, index int32, ...) (models.TableRowResponse, *http.Response, error) + func (a *WordsApiService) GetTableRowFormat(ctx context.Context, name string, tablePath string, index int32, ...) (models.TableRowFormatResponse, *http.Response, error) + func (a *WordsApiService) GetTables(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.TableLinkCollectionResponse, *http.Response, error) + func (a *WordsApiService) InsertComment(ctx context.Context, name string, comment models.ICommentInsert, ...) (models.CommentResponse, *http.Response, error) + func (a *WordsApiService) InsertDrawingObject(ctx context.Context, name string, drawingObject models.IDrawingObjectInsert, ...) (models.DrawingObjectResponse, *http.Response, error) + func (a *WordsApiService) InsertField(ctx context.Context, name string, field models.IFieldInsert, ...) (models.FieldResponse, *http.Response, error) + func (a *WordsApiService) InsertFootnote(ctx context.Context, name string, footnoteDto models.IFootnoteInsert, ...) (models.FootnoteResponse, *http.Response, error) + func (a *WordsApiService) InsertFormField(ctx context.Context, name string, formField models.IFormField, ...) (models.FormFieldResponse, *http.Response, error) + func (a *WordsApiService) InsertHeaderFooter(ctx context.Context, name string, headerFooterType string, sectionPath string, ...) (models.HeaderFooterResponse, *http.Response, error) + func (a *WordsApiService) InsertList(ctx context.Context, name string, listInsert models.IListInsert, ...) (models.ListResponse, *http.Response, error) + func (a *WordsApiService) InsertOrUpdateParagraphTabStop(ctx context.Context, name string, dto models.ITabStopInsert, index int32, ...) (models.TabStopsResponse, *http.Response, error) + func (a *WordsApiService) InsertPageNumbers(ctx context.Context, name string, pageNumber models.IPageNumber, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) InsertParagraph(ctx context.Context, name string, paragraph models.IParagraphInsert, ...) (models.ParagraphResponse, *http.Response, error) + func (a *WordsApiService) InsertRun(ctx context.Context, name string, paragraphPath string, run models.IRunInsert, ...) (models.RunResponse, *http.Response, error) + func (a *WordsApiService) InsertStyle(ctx context.Context, name string, styleInsert models.IStyleInsert, ...) (models.StyleResponse, *http.Response, error) + func (a *WordsApiService) InsertTable(ctx context.Context, name string, table models.ITableInsert, ...) (models.TableResponse, *http.Response, error) + func (a *WordsApiService) InsertTableCell(ctx context.Context, name string, cell models.ITableCellInsert, ...) (models.TableCellResponse, *http.Response, error) + func (a *WordsApiService) InsertTableRow(ctx context.Context, name string, row models.ITableRowInsert, tablePath string, ...) (models.TableRowResponse, *http.Response, error) + func (a *WordsApiService) InsertWatermarkImage(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) InsertWatermarkText(ctx context.Context, name string, watermarkText models.IWatermarkText, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) LoadWebDocument(ctx context.Context, data models.ILoadWebDocumentData, ...) (models.SaveResponse, *http.Response, error) + func (a *WordsApiService) MoveFile(ctx context.Context, destPath string, srcPath string, ...) (*http.Response, error) + func (a *WordsApiService) MoveFolder(ctx context.Context, destPath string, srcPath string, ...) (*http.Response, error) + func (a *WordsApiService) OptimizeDocument(ctx context.Context, name string, options models.IOptimizationOptions, ...) (*http.Response, error) + func (a *WordsApiService) ProtectDocument(ctx context.Context, name string, protectionRequest models.IProtectionRequest, ...) (models.ProtectionDataResponse, *http.Response, error) + func (a *WordsApiService) RejectAllRevisions(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.RevisionsModificationResponse, *http.Response, error) + func (a *WordsApiService) RemoveRange(ctx context.Context, name string, rangeStartIdentifier string, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) RenderDrawingObject(ctx context.Context, name string, format string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) RenderMathObject(ctx context.Context, name string, format string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) RenderPage(ctx context.Context, name string, pageIndex int32, format string, ...) (*http.Response, error) + func (a *WordsApiService) RenderParagraph(ctx context.Context, name string, format string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) RenderTable(ctx context.Context, name string, format string, index int32, ...) (*http.Response, error) + func (a *WordsApiService) ReplaceText(ctx context.Context, name string, replaceText models.IReplaceTextParameters, ...) (models.ReplaceTextResponse, *http.Response, error) + func (a *WordsApiService) ReplaceWithText(ctx context.Context, name string, rangeStartIdentifier string, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) ResetCache(ctx context.Context) (*http.Response, error) + func (a *WordsApiService) SaveAs(ctx context.Context, name string, saveOptionsData models.ISaveOptionsData, ...) (models.SaveResponse, *http.Response, error) + func (a *WordsApiService) SaveAsRange(ctx context.Context, name string, rangeStartIdentifier string, ...) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) SaveAsTiff(ctx context.Context, name string, saveOptions models.ITiffSaveOptionsData, ...) (models.SaveResponse, *http.Response, error) + func (a *WordsApiService) Search(ctx context.Context, name string, pattern string, ...) (models.SearchResponse, *http.Response, error) + func (a *WordsApiService) SplitDocument(ctx context.Context, name string, format string, ...) (models.SplitDocumentResponse, *http.Response, error) + func (a *WordsApiService) UnprotectDocument(ctx context.Context, name string, protectionRequest models.IProtectionRequest, ...) (models.ProtectionDataResponse, *http.Response, error) + func (a *WordsApiService) UpdateBookmark(ctx context.Context, name string, bookmarkData models.IBookmarkData, ...) (models.BookmarkResponse, *http.Response, error) + func (a *WordsApiService) UpdateBorder(ctx context.Context, name string, borderProperties models.IBorder, ...) (models.BorderResponse, *http.Response, error) + func (a *WordsApiService) UpdateComment(ctx context.Context, name string, commentIndex int32, ...) (models.CommentResponse, *http.Response, error) + func (a *WordsApiService) UpdateDrawingObject(ctx context.Context, name string, drawingObject models.IDrawingObjectUpdate, ...) (models.DrawingObjectResponse, *http.Response, error) + func (a *WordsApiService) UpdateField(ctx context.Context, name string, field models.IFieldUpdate, index int32, ...) (models.FieldResponse, *http.Response, error) + func (a *WordsApiService) UpdateFields(ctx context.Context, name string, localVarOptionals map[string]interface{}) (models.DocumentResponse, *http.Response, error) + func (a *WordsApiService) UpdateFootnote(ctx context.Context, name string, footnoteDto models.IFootnoteUpdate, ...) (models.FootnoteResponse, *http.Response, error) + func (a *WordsApiService) UpdateFormField(ctx context.Context, name string, formField models.IFormField, index int32, ...) (models.FormFieldResponse, *http.Response, error) + func (a *WordsApiService) UpdateList(ctx context.Context, name string, listUpdate models.IListUpdate, listId int32, ...) (models.ListResponse, *http.Response, error) + func (a *WordsApiService) UpdateListLevel(ctx context.Context, name string, listUpdate models.IListLevelUpdate, ...) (models.ListResponse, *http.Response, error) + func (a *WordsApiService) UpdateParagraphFormat(ctx context.Context, name string, dto models.IParagraphFormatUpdate, ...) (models.ParagraphFormatResponse, *http.Response, error) + func (a *WordsApiService) UpdateParagraphListFormat(ctx context.Context, name string, dto models.IListFormatUpdate, index int32, ...) (models.ParagraphListFormatResponse, *http.Response, error) + func (a *WordsApiService) UpdateRun(ctx context.Context, name string, run models.IRunUpdate, paragraphPath string, ...) (models.RunResponse, *http.Response, error) + func (a *WordsApiService) UpdateRunFont(ctx context.Context, name string, fontDto models.IFont, paragraphPath string, ...) (models.FontResponse, *http.Response, error) + func (a *WordsApiService) UpdateSectionPageSetup(ctx context.Context, name string, sectionIndex int32, ...) (models.SectionPageSetupResponse, *http.Response, error) + func (a *WordsApiService) UpdateStyle(ctx context.Context, name string, styleUpdate models.IStyleUpdate, ...) (models.StyleResponse, *http.Response, error) + func (a *WordsApiService) UpdateTableCellFormat(ctx context.Context, name string, format models.ITableCellFormat, ...) (models.TableCellFormatResponse, *http.Response, error) + func (a *WordsApiService) UpdateTableProperties(ctx context.Context, name string, properties models.ITableProperties, ...) (models.TablePropertiesResponse, *http.Response, error) + func (a *WordsApiService) UpdateTableRowFormat(ctx context.Context, name string, format models.ITableRowFormat, ...) (models.TableRowFormatResponse, *http.Response, error) + func (a *WordsApiService) UploadFile(ctx context.Context, fileContent *os.File, path string, ...) (models.FilesUploadResult, *http.Response, error) Other modules containing this package github.com/aspose-words-cloud/aspose-words-cloud-go github.com/aspose-words-cloud/aspose-words-cloud-go/v2005 github.com/aspose-words-cloud/aspose-words-cloud-go/v2007 github.com/aspose-words-cloud/aspose-words-cloud-go/v2008 github.com/aspose-words-cloud/aspose-words-cloud-go/v2010 github.com/aspose-words-cloud/aspose-words-cloud-go/v2011 github.com/aspose-words-cloud/aspose-words-cloud-go/v2101 github.com/aspose-words-cloud/aspose-words-cloud-go/v2102 github.com/aspose-words-cloud/aspose-words-cloud-go/v2103 github.com/aspose-words-cloud/aspose-words-cloud-go/v2104 github.com/aspose-words-cloud/aspose-words-cloud-go/v2105 github.com/aspose-words-cloud/aspose-words-cloud-go/v2106 github.com/aspose-words-cloud/aspose-words-cloud-go/v2107 github.com/aspose-words-cloud/aspose-words-cloud-go/v2109 github.com/aspose-words-cloud/aspose-words-cloud-go/v2110 github.com/aspose-words-cloud/aspose-words-cloud-go/v2111 github.com/aspose-words-cloud/aspose-words-cloud-go/v2112 github.com/aspose-words-cloud/aspose-words-cloud-go/v2201 github.com/aspose-words-cloud/aspose-words-cloud-go/v2202 github.com/aspose-words-cloud/aspose-words-cloud-go/v2203 github.com/aspose-words-cloud/aspose-words-cloud-go/v2204 github.com/aspose-words-cloud/aspose-words-cloud-go/v2205 github.com/aspose-words-cloud/aspose-words-cloud-go/v2206 github.com/aspose-words-cloud/aspose-words-cloud-go/v2207 github.com/aspose-words-cloud/aspose-words-cloud-go/v2208 github.com/aspose-words-cloud/aspose-words-cloud-go/v2209 github.com/aspose-words-cloud/aspose-words-cloud-go/v2210 github.com/aspose-words-cloud/aspose-words-cloud-go/v2211 github.com/aspose-words-cloud/aspose-words-cloud-go/v2212 github.com/aspose-words-cloud/aspose-words-cloud-go/v2301 github.com/aspose-words-cloud/aspose-words-cloud-go/v2302 github.com/aspose-words-cloud/aspose-words-cloud-go/v2303 github.com/aspose-words-cloud/aspose-words-cloud-go/v2304 github.com/aspose-words-cloud/aspose-words-cloud-go/v2305 github.com/aspose-words-cloud/aspose-words-cloud-go/v2307 github.com/aspose-words-cloud/aspose-words-cloud-go/v2308 github.com/aspose-words-cloud/aspose-words-cloud-go/v2309 github.com/aspose-words-cloud/aspose-words-cloud-go/v2310 github.com/aspose-words-cloud/aspose-words-cloud-go/v2311 github.com/aspose-words-cloud/aspose-words-cloud-go/v2312 github.com/aspose-words-cloud/aspose-words-cloud-go/v2401 github.com/aspose-words-cloud/aspose-words-cloud-go/v2402 github.com/aspose-words-cloud/aspose-words-cloud-go/v2403 github.com/aspose-words-cloud/aspose-words-cloud-go/v2404 github.com/aspose-words-cloud/aspose-words-cloud-go/v2406 github.com/aspose-words-cloud/aspose-words-cloud-go/v2407 github.com/aspose-words-cloud/aspose-words-cloud-go/v2408 github.com/aspose-words-cloud/aspose-words-cloud-go/v2409 github.com/aspose-words-cloud/aspose-words-cloud-go/v2410 github.com/aspose-words-cloud/aspose-words-cloud-go/v2412 github.com/aspose-words-cloud/aspose-words-cloud-go/v2501