Versions in this module Expand all Collapse all v2303 v2303.0.0 Apr 7, 2023 Changes in this version + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextClientSecret = contextKey("clientsecret") + var ContextOAuth2 = contextKey("token") + var ContextPasswordEncryptionKey = "rsakey" + func GetBoundary(response *http.Response) string + func GetPartBoundary(response *multipart.Part) string + func IsMultipart(response *http.Response) bool + func IsPartMultipart(response *multipart.Part) bool + func ParseFilesCollection(response *http.Response) (result map[string]io.Reader, err error) + func ParsePartFilesCollection(response *multipart.Part) (result map[string]io.Reader, err error) + func ParseReadCloserFilesCollection(response io.Reader, boundary string) (result map[string]io.Reader, err error) + type AcceptAllRevisionsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *AcceptAllRevisionsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *AcceptAllRevisionsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type AcceptAllRevisionsOnlineResponse struct + Document map[string]io.Reader + Model RevisionsModificationResponse + type AcceptAllRevisionsRequest struct + Name *string + Optionals map[string]interface{} + func (data *AcceptAllRevisionsRequest) CreateRequestData() (RequestData, error) + func (data *AcceptAllRevisionsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ApiError struct + Code *string + DateTime *Time + Description *string + InnerError *IApiError + Message *string + func (ApiError) IsApiError() bool + func (obj *ApiError) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ApiError) Initialize() + type ApiErrorResult struct + Code string + DateTime Time + Description string + InnerError *ApiErrorResult + Message string + type AppendDocumentOnlineRequest struct + Document io.ReadCloser + DocumentList IBaseEntryList + Optionals map[string]interface{} + func (data *AppendDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *AppendDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type AppendDocumentOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type AppendDocumentRequest struct + DocumentList IBaseEntryList + Name *string + Optionals map[string]interface{} + func (data *AppendDocumentRequest) CreateRequestData() (RequestData, error) + func (data *AppendDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ApplyStyleToDocumentElementOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + StyleApply IStyleApply + StyledNodePath *string + func (data *ApplyStyleToDocumentElementOnlineRequest) CreateRequestData() (RequestData, error) + func (data *ApplyStyleToDocumentElementOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ApplyStyleToDocumentElementOnlineResponse struct + Document map[string]io.Reader + Model WordsResponse + type ApplyStyleToDocumentElementRequest struct + Name *string + Optionals map[string]interface{} + StyleApply IStyleApply + StyledNodePath *string + func (data *ApplyStyleToDocumentElementRequest) CreateRequestData() (RequestData, error) + func (data *ApplyStyleToDocumentElementRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type AvailableFontsResponse struct + AdditionalFonts []FontInfoResult + CustomFonts []FontInfoResult + RequestId string + SystemFonts []FontInfoResult + type BaseEntry struct + FileReference IFileReference + func (BaseEntry) IsBaseEntry() bool + func (obj *BaseEntry) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *BaseEntry) Initialize() + type BaseEntryList struct + func (BaseEntryList) IsBaseEntryList() bool + func (obj *BaseEntryList) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *BaseEntryList) Initialize() + type BaseEntryListResult struct + type BaseEntryResult struct + FileReference FileReferenceResult + type BasicAuth struct + Password string + UserName string + type BatchPartRequest struct + ParentRequestId *string + Request RequestInterface + RequestId *string + func NewBatchPartRequest(request RequestInterface) *BatchPartRequest + func (c *BatchPartRequest) AsSource() io.ReadCloser + func (c *BatchPartRequest) CreateRequestData() (RequestData, error) + func (c *BatchPartRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + func (c *BatchPartRequest) DependsOn(parentRequest BatchPartRequest) + type BmpSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HorizontalResolution *float64 + ImageBrightness *float64 + ImageColorMode *string + ImageContrast *float64 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + PaperColor *string + PixelFormat *string + Resolution *float64 + SaveFormat *string + Scale *float64 + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseAntiAliasing *bool + UseGdiEmfRenderer *bool + UseHighQualityRendering *bool + VerticalResolution *float64 + ZipOutput *bool + func (BmpSaveOptionsData) IsBmpSaveOptionsData() bool + func (BmpSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (BmpSaveOptionsData) IsImageSaveOptionsData() bool + func (BmpSaveOptionsData) IsSaveOptionsData() bool + func (obj *BmpSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *BmpSaveOptionsData) Initialize() + type BmpSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HorizontalResolution float64 + ImageBrightness float64 + ImageColorMode string + ImageContrast float64 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + PaperColor string + PixelFormat string + Resolution float64 + SaveFormat string + Scale float64 + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseAntiAliasing bool + UseGdiEmfRenderer bool + UseHighQualityRendering bool + VerticalResolution float64 + ZipOutput bool + type Bookmark struct + Link IWordsApiLink + Name *string + Text *string + func (Bookmark) IsBookmark() bool + func (Bookmark) IsLinkElement() bool + func (obj *Bookmark) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Bookmark) Initialize() + type BookmarkData struct + Name *string + Text *string + func (BookmarkData) IsBookmarkData() bool + func (obj *BookmarkData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *BookmarkData) Initialize() + type BookmarkDataResult struct + Name string + Text string + type BookmarkInsert struct + EndRange IDocumentPosition + Name *string + StartRange IDocumentPosition + Text *string + func (BookmarkInsert) IsBookmarkData() bool + func (BookmarkInsert) IsBookmarkInsert() bool + func (obj *BookmarkInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *BookmarkInsert) Initialize() + type BookmarkInsertResult struct + EndRange DocumentPositionResult + Name string + StartRange DocumentPositionResult + Text string + type BookmarkResponse struct + Bookmark BookmarkResult + RequestId string + type BookmarkResult struct + Link WordsApiLinkResult + Name string + Text string + type Bookmarks struct + BookmarkList []Bookmark + Link IWordsApiLink + func (Bookmarks) IsBookmarks() bool + func (Bookmarks) IsLinkElement() bool + func (obj *Bookmarks) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Bookmarks) Initialize() + type BookmarksOutlineLevelData struct + BookmarksOutlineLevel *int32 + Name *string + func (BookmarksOutlineLevelData) IsBookmarksOutlineLevelData() bool + func (obj *BookmarksOutlineLevelData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *BookmarksOutlineLevelData) Initialize() + type BookmarksOutlineLevelDataResult struct + BookmarksOutlineLevel int32 + Name string + type BookmarksResponse struct + Bookmarks BookmarksResult + RequestId string + type BookmarksResult struct + BookmarkList []BookmarkResult + Link WordsApiLinkResult + type Border struct + BorderType *string + Color IXmlColor + DistanceFromText *float64 + LineStyle *string + LineWidth *float64 + Link IWordsApiLink + Shadow *bool + func (Border) IsBorder() bool + func (Border) IsLinkElement() bool + func (obj *Border) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Border) Initialize() + type BorderResponse struct + Border BorderResult + RequestId string + type BorderResult struct + BorderType string + Color XmlColorResult + DistanceFromText float64 + LineStyle string + LineWidth float64 + Link WordsApiLinkResult + Shadow bool + type BordersCollection struct + Link IWordsApiLink + List []Border + func (BordersCollection) IsBordersCollection() bool + func (BordersCollection) IsLinkElement() bool + func (obj *BordersCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *BordersCollection) Initialize() + type BordersCollectionResult struct + Link WordsApiLinkResult + List []BorderResult + type BordersResponse struct + Borders BordersCollectionResult + RequestId string + type BuildReportOnlineRequest struct + Data *string + Optionals map[string]interface{} + ReportEngineSettings IReportEngineSettings + Template io.ReadCloser + func (data *BuildReportOnlineRequest) CreateRequestData() (RequestData, error) + func (data *BuildReportOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type BuildReportRequest struct + Data *string + Name *string + Optionals map[string]interface{} + ReportEngineSettings IReportEngineSettings + func (data *BuildReportRequest) CreateRequestData() (RequestData, error) + func (data *BuildReportRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ClassificationResponse struct + BestClassName string + BestClassProbability float64 + BestResults []ClassificationResultResult + RequestId string + type ClassificationResult struct + ClassName *string + ClassProbability *float64 + func (ClassificationResult) IsClassificationResult() bool + func (obj *ClassificationResult) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ClassificationResult) Initialize() + type ClassificationResultResult struct + ClassName string + ClassProbability float64 + type ClassifyDocumentOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *ClassifyDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *ClassifyDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ClassifyDocumentRequest struct + Name *string + Optionals map[string]interface{} + func (data *ClassifyDocumentRequest) CreateRequestData() (RequestData, error) + func (data *ClassifyDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ClassifyRequest struct + Optionals map[string]interface{} + Text *string + func (data *ClassifyRequest) CreateRequestData() (RequestData, error) + func (data *ClassifyRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ClientSecret struct + Key string + Prefix string + type Comment struct + Author *string + Content IStoryChildNodes + DateTime *Time + Initial *string + Link IWordsApiLink + RangeEnd IDocumentPosition + RangeStart IDocumentPosition + Text *string + func (Comment) IsComment() bool + func (Comment) IsCommentLink() bool + func (Comment) IsLinkElement() bool + func (obj *Comment) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Comment) Initialize() + type CommentBase struct + Author *string + DateTime *Time + Initial *string + RangeEnd IDocumentPosition + RangeStart IDocumentPosition + Text *string + func (CommentBase) IsCommentBase() bool + func (obj *CommentBase) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CommentBase) Initialize() + type CommentBaseResult struct + Author string + DateTime Time + Initial string + RangeEnd DocumentPositionResult + RangeStart DocumentPositionResult + Text string + type CommentInsert struct + Author *string + DateTime *Time + Initial *string + RangeEnd IDocumentPosition + RangeStart IDocumentPosition + Text *string + func (CommentInsert) IsCommentBase() bool + func (CommentInsert) IsCommentInsert() bool + func (obj *CommentInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CommentInsert) Initialize() + type CommentInsertResult struct + Author string + DateTime Time + Initial string + RangeEnd DocumentPositionResult + RangeStart DocumentPositionResult + Text string + type CommentLink struct + Link IWordsApiLink + func (CommentLink) IsCommentLink() bool + func (CommentLink) IsLinkElement() bool + func (obj *CommentLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CommentLink) Initialize() + type CommentLinkResult struct + Link WordsApiLinkResult + type CommentResponse struct + Comment CommentResult + RequestId string + type CommentResult struct + Author string + Content StoryChildNodesResult + DateTime Time + Initial string + Link WordsApiLinkResult + RangeEnd DocumentPositionResult + RangeStart DocumentPositionResult + Text string + type CommentUpdate struct + Author *string + DateTime *Time + Initial *string + RangeEnd IDocumentPosition + RangeStart IDocumentPosition + Text *string + func (CommentUpdate) IsCommentBase() bool + func (CommentUpdate) IsCommentUpdate() bool + func (obj *CommentUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CommentUpdate) Initialize() + type CommentUpdateResult struct + Author string + DateTime Time + Initial string + RangeEnd DocumentPositionResult + RangeStart DocumentPositionResult + Text string + type CommentsCollection struct + CommentList []Comment + Link IWordsApiLink + func (CommentsCollection) IsCommentsCollection() bool + func (CommentsCollection) IsLinkElement() bool + func (obj *CommentsCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CommentsCollection) Initialize() + type CommentsCollectionResult struct + CommentList []CommentResult + Link WordsApiLinkResult + type CommentsResponse struct + Comments CommentsCollectionResult + RequestId string + type CompareData struct + Author *string + CompareOptions ICompareOptions + ComparingWithDocument *string + DateTime *Time + ResultDocumentFormat *string + func (CompareData) IsCompareData() bool + func (obj *CompareData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CompareData) Initialize() + type CompareDataResult struct + Author string + CompareOptions CompareOptionsResult + ComparingWithDocument string + DateTime Time + ResultDocumentFormat string + type CompareDocumentOnlineRequest struct + CompareData ICompareData + Document io.ReadCloser + Optionals map[string]interface{} + func (data *CompareDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *CompareDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CompareDocumentOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type CompareDocumentRequest struct + CompareData ICompareData + Name *string + Optionals map[string]interface{} + func (data *CompareDocumentRequest) CreateRequestData() (RequestData, error) + func (data *CompareDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CompareOptions struct + AcceptAllRevisionsBeforeComparison *bool + IgnoreCaseChanges *bool + IgnoreComments *bool + IgnoreFields *bool + IgnoreFootnotes *bool + IgnoreFormatting *bool + IgnoreHeadersAndFooters *bool + IgnoreTables *bool + IgnoreTextboxes *bool + Target *string + func (CompareOptions) IsCompareOptions() bool + func (obj *CompareOptions) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CompareOptions) Initialize() + type CompareOptionsResult struct + AcceptAllRevisionsBeforeComparison bool + IgnoreCaseChanges bool + IgnoreComments bool + IgnoreFields bool + IgnoreFootnotes bool + IgnoreFormatting bool + IgnoreHeadersAndFooters bool + IgnoreTables bool + IgnoreTextboxes bool + Target string + type CompressDocumentOnlineRequest struct + CompressOptions ICompressOptions + Document io.ReadCloser + Optionals map[string]interface{} + func (data *CompressDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *CompressDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CompressDocumentOnlineResponse struct + Document map[string]io.Reader + Model CompressResponse + type CompressDocumentRequest struct + CompressOptions ICompressOptions + Name *string + Optionals map[string]interface{} + func (data *CompressDocumentRequest) CreateRequestData() (RequestData, error) + func (data *CompressDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CompressOptions struct + ImagesQuality *int32 + ImagesReduceSizeFactor *int32 + func (CompressOptions) IsCompressOptions() bool + func (obj *CompressOptions) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CompressOptions) Initialize() + type CompressOptionsResult struct + ImagesQuality int32 + ImagesReduceSizeFactor int32 + type CompressResponse struct + Document DocumentResult + RequestId string + type Configuration struct + BaseUrl string + ClientId string + ClientSecret string + DebugMode bool + DefaultHeader map[string]string + Exponent string + HttpClient *http.Client + Modulus string + Timeout Duration + func NewConfiguration(configFilePath string) (pConfig *Configuration, err error) + type ConvertDocumentRequest struct + Document io.ReadCloser + Format *string + Optionals map[string]interface{} + func (data *ConvertDocumentRequest) CreateRequestData() (RequestData, error) + func (data *ConvertDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CopyFileRequest struct + DestPath *string + Optionals map[string]interface{} + SrcPath *string + func (data *CopyFileRequest) CreateRequestData() (RequestData, error) + func (data *CopyFileRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CopyFolderRequest struct + DestPath *string + Optionals map[string]interface{} + SrcPath *string + func (data *CopyFolderRequest) CreateRequestData() (RequestData, error) + func (data *CopyFolderRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CopyStyleOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + StyleCopy IStyleCopy + func (data *CopyStyleOnlineRequest) CreateRequestData() (RequestData, error) + func (data *CopyStyleOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CopyStyleOnlineResponse struct + Document map[string]io.Reader + Model StyleResponse + type CopyStyleRequest struct + Name *string + Optionals map[string]interface{} + StyleCopy IStyleCopy + func (data *CopyStyleRequest) CreateRequestData() (RequestData, error) + func (data *CopyStyleRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CopyStylesFromTemplateRequest struct + Name *string + Optionals map[string]interface{} + TemplateName *string + func (data *CopyStylesFromTemplateRequest) CreateRequestData() (RequestData, error) + func (data *CopyStylesFromTemplateRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CreateDocumentRequest struct + Optionals map[string]interface{} + func (data *CreateDocumentRequest) CreateRequestData() (RequestData, error) + func (data *CreateDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CreateFolderRequest struct + Optionals map[string]interface{} + Path *string + func (data *CreateFolderRequest) CreateRequestData() (RequestData, error) + func (data *CreateFolderRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CreateOrUpdateDocumentPropertyOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + Property IDocumentPropertyCreateOrUpdate + PropertyName *string + func (data *CreateOrUpdateDocumentPropertyOnlineRequest) CreateRequestData() (RequestData, error) + func (data *CreateOrUpdateDocumentPropertyOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CreateOrUpdateDocumentPropertyOnlineResponse struct + Document map[string]io.Reader + Model DocumentPropertyResponse + type CreateOrUpdateDocumentPropertyRequest struct + Name *string + Optionals map[string]interface{} + Property IDocumentPropertyCreateOrUpdate + PropertyName *string + func (data *CreateOrUpdateDocumentPropertyRequest) CreateRequestData() (RequestData, error) + func (data *CreateOrUpdateDocumentPropertyRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type CsvDataLoadOptions struct + CommentChar *string + Delimiter *string + HasHeaders *bool + QuoteChar *string + func (CsvDataLoadOptions) IsCsvDataLoadOptions() bool + func (obj *CsvDataLoadOptions) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CsvDataLoadOptions) Initialize() + type CsvDataLoadOptionsResult struct + CommentChar string + Delimiter string + HasHeaders bool + QuoteChar string + type CustomXmlPart struct + Data *string + Id *string + Link IWordsApiLink + func (CustomXmlPart) IsCustomXmlPart() bool + func (CustomXmlPart) IsCustomXmlPartLink() bool + func (CustomXmlPart) IsLinkElement() bool + func (obj *CustomXmlPart) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CustomXmlPart) Initialize() + type CustomXmlPartInsert struct + Data *string + Id *string + Link IWordsApiLink + func (CustomXmlPartInsert) IsCustomXmlPart() bool + func (CustomXmlPartInsert) IsCustomXmlPartInsert() bool + func (CustomXmlPartInsert) IsCustomXmlPartLink() bool + func (CustomXmlPartInsert) IsLinkElement() bool + func (obj *CustomXmlPartInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CustomXmlPartInsert) Initialize() + type CustomXmlPartInsertResult struct + Data string + Id string + Link WordsApiLinkResult + type CustomXmlPartLink struct + Link IWordsApiLink + func (CustomXmlPartLink) IsCustomXmlPartLink() bool + func (CustomXmlPartLink) IsLinkElement() bool + func (obj *CustomXmlPartLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CustomXmlPartLink) Initialize() + type CustomXmlPartLinkResult struct + Link WordsApiLinkResult + type CustomXmlPartResponse struct + CustomXmlPart CustomXmlPartResult + RequestId string + type CustomXmlPartResult struct + Data string + Id string + Link WordsApiLinkResult + type CustomXmlPartUpdate struct + Data *string + Id *string + Link IWordsApiLink + func (CustomXmlPartUpdate) IsCustomXmlPart() bool + func (CustomXmlPartUpdate) IsCustomXmlPartLink() bool + func (CustomXmlPartUpdate) IsCustomXmlPartUpdate() bool + func (CustomXmlPartUpdate) IsLinkElement() bool + func (obj *CustomXmlPartUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CustomXmlPartUpdate) Initialize() + type CustomXmlPartUpdateResult struct + Data string + Id string + Link WordsApiLinkResult + type CustomXmlPartsCollection struct + CustomXmlPartsList []CustomXmlPart + Link IWordsApiLink + func (CustomXmlPartsCollection) IsCustomXmlPartsCollection() bool + func (CustomXmlPartsCollection) IsLinkElement() bool + func (obj *CustomXmlPartsCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *CustomXmlPartsCollection) Initialize() + type CustomXmlPartsCollectionResult struct + CustomXmlPartsList []CustomXmlPartResult + Link WordsApiLinkResult + type CustomXmlPartsResponse struct + CustomXmlParts CustomXmlPartsCollectionResult + RequestId string + type DeleteAllParagraphTabStopsOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteAllParagraphTabStopsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteAllParagraphTabStopsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteAllParagraphTabStopsOnlineResponse struct + Document map[string]io.Reader + Model TabStopsResponse + type DeleteAllParagraphTabStopsRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteAllParagraphTabStopsRequest) CreateRequestData() (RequestData, error) + func (data *DeleteAllParagraphTabStopsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBookmarkOnlineRequest struct + BookmarkName *string + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteBookmarkOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBookmarkOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBookmarkRequest struct + BookmarkName *string + Name *string + Optionals map[string]interface{} + func (data *DeleteBookmarkRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBookmarkRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBookmarksOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteBookmarksOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBookmarksOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBookmarksRequest struct + Name *string + Optionals map[string]interface{} + func (data *DeleteBookmarksRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBookmarksRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBorderOnlineRequest struct + BorderType *string + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteBorderOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBorderOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBorderOnlineResponse struct + Document map[string]io.Reader + Model BorderResponse + type DeleteBorderRequest struct + BorderType *string + Name *string + Optionals map[string]interface{} + func (data *DeleteBorderRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBorderRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBordersOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteBordersOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBordersOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteBordersOnlineResponse struct + Document map[string]io.Reader + Model BordersResponse + type DeleteBordersRequest struct + Name *string + Optionals map[string]interface{} + func (data *DeleteBordersRequest) CreateRequestData() (RequestData, error) + func (data *DeleteBordersRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCommentOnlineRequest struct + CommentIndex *int32 + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteCommentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCommentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCommentRequest struct + CommentIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteCommentRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCommentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCommentsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteCommentsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCommentsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCommentsRequest struct + Name *string + Optionals map[string]interface{} + func (data *DeleteCommentsRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCommentsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCustomXmlPartOnlineRequest struct + CustomXmlPartIndex *int32 + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteCustomXmlPartOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCustomXmlPartOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCustomXmlPartRequest struct + CustomXmlPartIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteCustomXmlPartRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCustomXmlPartRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCustomXmlPartsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteCustomXmlPartsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCustomXmlPartsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteCustomXmlPartsRequest struct + Name *string + Optionals map[string]interface{} + func (data *DeleteCustomXmlPartsRequest) CreateRequestData() (RequestData, error) + func (data *DeleteCustomXmlPartsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteDocumentPropertyOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + PropertyName *string + func (data *DeleteDocumentPropertyOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteDocumentPropertyOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteDocumentPropertyRequest struct + Name *string + Optionals map[string]interface{} + PropertyName *string + func (data *DeleteDocumentPropertyRequest) CreateRequestData() (RequestData, error) + func (data *DeleteDocumentPropertyRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteDrawingObjectOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteDrawingObjectOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteDrawingObjectOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteDrawingObjectRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteDrawingObjectRequest) CreateRequestData() (RequestData, error) + func (data *DeleteDrawingObjectRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFieldOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFieldRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteFieldRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFieldsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteFieldsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFieldsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFieldsRequest struct + Name *string + Optionals map[string]interface{} + func (data *DeleteFieldsRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFieldsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFileRequest struct + Optionals map[string]interface{} + Path *string + func (data *DeleteFileRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFileRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFolderRequest struct + Optionals map[string]interface{} + Path *string + func (data *DeleteFolderRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFolderRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFootnoteOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteFootnoteOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFootnoteOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFootnoteRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteFootnoteRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFootnoteRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFormFieldOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteFormFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFormFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteFormFieldRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteFormFieldRequest) CreateRequestData() (RequestData, error) + func (data *DeleteFormFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteHeaderFooterOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + SectionPath *string + func (data *DeleteHeaderFooterOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteHeaderFooterOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteHeaderFooterRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + SectionPath *string + func (data *DeleteHeaderFooterRequest) CreateRequestData() (RequestData, error) + func (data *DeleteHeaderFooterRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteHeadersFootersOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + SectionPath *string + func (data *DeleteHeadersFootersOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteHeadersFootersOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteHeadersFootersRequest struct + Name *string + Optionals map[string]interface{} + SectionPath *string + func (data *DeleteHeadersFootersRequest) CreateRequestData() (RequestData, error) + func (data *DeleteHeadersFootersRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteMacrosOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteMacrosOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteMacrosOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteMacrosRequest struct + Name *string + Optionals map[string]interface{} + func (data *DeleteMacrosRequest) CreateRequestData() (RequestData, error) + func (data *DeleteMacrosRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteOfficeMathObjectOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteOfficeMathObjectOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteOfficeMathObjectOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteOfficeMathObjectRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteOfficeMathObjectRequest) CreateRequestData() (RequestData, error) + func (data *DeleteOfficeMathObjectRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteParagraphListFormatOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteParagraphListFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteParagraphListFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteParagraphListFormatOnlineResponse struct + Document map[string]io.Reader + Model ParagraphListFormatResponse + type DeleteParagraphListFormatRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteParagraphListFormatRequest) CreateRequestData() (RequestData, error) + func (data *DeleteParagraphListFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteParagraphOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteParagraphOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteParagraphOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteParagraphRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteParagraphRequest) CreateRequestData() (RequestData, error) + func (data *DeleteParagraphRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteParagraphTabStopOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + Position *float64 + func (data *DeleteParagraphTabStopOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteParagraphTabStopOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteParagraphTabStopOnlineResponse struct + Document map[string]io.Reader + Model TabStopsResponse + type DeleteParagraphTabStopRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + Position *float64 + func (data *DeleteParagraphTabStopRequest) CreateRequestData() (RequestData, error) + func (data *DeleteParagraphTabStopRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteRunOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + ParagraphPath *string + func (data *DeleteRunOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteRunOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteRunRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + ParagraphPath *string + func (data *DeleteRunRequest) CreateRequestData() (RequestData, error) + func (data *DeleteRunRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteSectionOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + SectionIndex *int32 + func (data *DeleteSectionOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteSectionOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteSectionRequest struct + Name *string + Optionals map[string]interface{} + SectionIndex *int32 + func (data *DeleteSectionRequest) CreateRequestData() (RequestData, error) + func (data *DeleteSectionRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteStructuredDocumentTagOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteStructuredDocumentTagOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteStructuredDocumentTagOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteStructuredDocumentTagRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteStructuredDocumentTagRequest) CreateRequestData() (RequestData, error) + func (data *DeleteStructuredDocumentTagRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteTableCellOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + TableRowPath *string + func (data *DeleteTableCellOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteTableCellOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteTableCellRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + TableRowPath *string + func (data *DeleteTableCellRequest) CreateRequestData() (RequestData, error) + func (data *DeleteTableCellRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteTableOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *DeleteTableOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteTableOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteTableRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *DeleteTableRequest) CreateRequestData() (RequestData, error) + func (data *DeleteTableRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteTableRowOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + TablePath *string + func (data *DeleteTableRowOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteTableRowOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteTableRowRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + TablePath *string + func (data *DeleteTableRowRequest) CreateRequestData() (RequestData, error) + func (data *DeleteTableRowRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteWatermarkOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *DeleteWatermarkOnlineRequest) CreateRequestData() (RequestData, error) + func (data *DeleteWatermarkOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DeleteWatermarkOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type DeleteWatermarkRequest struct + Name *string + Optionals map[string]interface{} + func (data *DeleteWatermarkRequest) CreateRequestData() (RequestData, error) + func (data *DeleteWatermarkRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DocSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + AlwaysCompressMetafiles *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + SaveFormat *string + SavePictureBullet *bool + SaveRoutingSlip *bool + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (DocSaveOptionsData) IsDocSaveOptionsData() bool + func (DocSaveOptionsData) IsSaveOptionsData() bool + func (obj *DocSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocSaveOptionsData) Initialize() + type DocSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + AlwaysCompressMetafiles bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + SaveFormat string + SavePictureBullet bool + SaveRoutingSlip bool + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type DocmSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (DocmSaveOptionsData) IsDocmSaveOptionsData() bool + func (DocmSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (DocmSaveOptionsData) IsSaveOptionsData() bool + func (obj *DocmSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocmSaveOptionsData) Initialize() + type DocmSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type Document struct + DocumentProperties IDocumentProperties + FileName *string + IsEncrypted *bool + IsSigned *bool + Links []Link + SourceFormat *string + func (Document) IsDocument() bool + func (obj *Document) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Document) Initialize() + type DocumentEntry struct + EncryptedPassword *string + FileReference IFileReference + ImportFormatMode *string + func (DocumentEntry) IsBaseEntry() bool + func (DocumentEntry) IsDocumentEntry() bool + func (obj *DocumentEntry) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentEntry) Initialize() + type DocumentEntryList struct + ApplyBaseDocumentHeadersAndFootersToAppendingDocuments *bool + DocumentEntries []DocumentEntry + func (DocumentEntryList) IsBaseEntryList() bool + func (DocumentEntryList) IsDocumentEntryList() bool + func (obj *DocumentEntryList) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentEntryList) Initialize() + type DocumentEntryListResult struct + ApplyBaseDocumentHeadersAndFootersToAppendingDocuments bool + DocumentEntries []DocumentEntryResult + type DocumentEntryResult struct + EncryptedPassword string + FileReference FileReferenceResult + ImportFormatMode string + type DocumentPosition struct + Node INodeLink + Offset *int32 + func (DocumentPosition) IsDocumentPosition() bool + func (obj *DocumentPosition) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentPosition) Initialize() + type DocumentPositionResult struct + Node NodeLinkResult + Offset int32 + type DocumentProperties struct + Link IWordsApiLink + List []DocumentProperty + func (DocumentProperties) IsDocumentProperties() bool + func (DocumentProperties) IsLinkElement() bool + func (obj *DocumentProperties) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentProperties) Initialize() + type DocumentPropertiesResponse struct + DocumentProperties DocumentPropertiesResult + RequestId string + type DocumentPropertiesResult struct + Link WordsApiLinkResult + List []DocumentPropertyResult + type DocumentProperty struct + BuiltIn *bool + Link IWordsApiLink + Name *string + Value *string + func (DocumentProperty) IsDocumentProperty() bool + func (DocumentProperty) IsLinkElement() bool + func (obj *DocumentProperty) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentProperty) Initialize() + type DocumentPropertyBase struct + Value *string + func (DocumentPropertyBase) IsDocumentPropertyBase() bool + func (obj *DocumentPropertyBase) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentPropertyBase) Initialize() + type DocumentPropertyBaseResult struct + Value string + type DocumentPropertyCreateOrUpdate struct + Value *string + func (DocumentPropertyCreateOrUpdate) IsDocumentPropertyBase() bool + func (DocumentPropertyCreateOrUpdate) IsDocumentPropertyCreateOrUpdate() bool + func (obj *DocumentPropertyCreateOrUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentPropertyCreateOrUpdate) Initialize() + type DocumentPropertyCreateOrUpdateResult struct + Value string + type DocumentPropertyResponse struct + DocumentProperty DocumentPropertyResult + RequestId string + type DocumentPropertyResult struct + BuiltIn bool + Link WordsApiLinkResult + Name string + Value string + type DocumentResponse struct + Document DocumentResult + RequestId string + type DocumentResult struct + DocumentProperties DocumentPropertiesResult + FileName string + IsEncrypted bool + IsSigned bool + Links []LinkResult + SourceFormat string + type DocumentStatData struct + FootnotesStatData IFootnotesStatData + PageCount *int32 + PageStatData []PageStatData + ParagraphCount *int32 + WordCount *int32 + func (DocumentStatData) IsDocumentStatData() bool + func (obj *DocumentStatData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocumentStatData) Initialize() + type DocumentStatDataResult struct + FootnotesStatData FootnotesStatDataResult + PageCount int32 + PageStatData []PageStatDataResult + ParagraphCount int32 + WordCount int32 + type DocxSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (DocxSaveOptionsData) IsDocxSaveOptionsData() bool + func (DocxSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (DocxSaveOptionsData) IsSaveOptionsData() bool + func (obj *DocxSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DocxSaveOptionsData) Initialize() + type DocxSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type DotSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + AlwaysCompressMetafiles *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + SaveFormat *string + SavePictureBullet *bool + SaveRoutingSlip *bool + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (DotSaveOptionsData) IsDocSaveOptionsData() bool + func (DotSaveOptionsData) IsDotSaveOptionsData() bool + func (DotSaveOptionsData) IsSaveOptionsData() bool + func (obj *DotSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DotSaveOptionsData) Initialize() + type DotSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + AlwaysCompressMetafiles bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + SaveFormat string + SavePictureBullet bool + SaveRoutingSlip bool + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type DotmSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (DotmSaveOptionsData) IsDotmSaveOptionsData() bool + func (DotmSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (DotmSaveOptionsData) IsSaveOptionsData() bool + func (obj *DotmSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DotmSaveOptionsData) Initialize() + type DotmSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type DotxSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (DotxSaveOptionsData) IsDotxSaveOptionsData() bool + func (DotxSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (DotxSaveOptionsData) IsSaveOptionsData() bool + func (obj *DotxSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DotxSaveOptionsData) Initialize() + type DotxSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type DownloadFileRequest struct + Optionals map[string]interface{} + Path *string + func (data *DownloadFileRequest) CreateRequestData() (RequestData, error) + func (data *DownloadFileRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type DownsampleOptionsData struct + DownsampleImages *bool + Resolution *int32 + ResolutionThreshold *int32 + func (DownsampleOptionsData) IsDownsampleOptionsData() bool + func (obj *DownsampleOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DownsampleOptionsData) Initialize() + type DownsampleOptionsDataResult struct + DownsampleImages bool + Resolution int32 + ResolutionThreshold int32 + type DrawingObject struct + Height *float64 + ImageDataLink IWordsApiLink + Left *float64 + Link IWordsApiLink + NodeId *string + OleDataLink IWordsApiLink + RelativeHorizontalPosition *string + RelativeVerticalPosition *string + RenderLinks []WordsApiLink + Top *float64 + Width *float64 + WrapType *string + func (DrawingObject) IsDrawingObject() bool + func (DrawingObject) IsDrawingObjectLink() bool + func (DrawingObject) IsLinkElement() bool + func (DrawingObject) IsNodeLink() bool + func (obj *DrawingObject) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DrawingObject) Initialize() + type DrawingObjectCollection struct + Link IWordsApiLink + List []LinkElement + func (DrawingObjectCollection) IsDrawingObjectCollection() bool + func (DrawingObjectCollection) IsLinkElement() bool + func (obj *DrawingObjectCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DrawingObjectCollection) Initialize() + type DrawingObjectCollectionResult struct + Link WordsApiLinkResult + List []LinkElementResult + type DrawingObjectInsert struct + Height *float64 + Left *float64 + Position IDocumentPosition + RelativeHorizontalPosition *string + RelativeVerticalPosition *string + Top *float64 + Width *float64 + WrapType *string + func (DrawingObjectInsert) IsDrawingObjectInsert() bool + func (obj *DrawingObjectInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DrawingObjectInsert) Initialize() + type DrawingObjectInsertResult struct + Height float64 + Left float64 + Position DocumentPositionResult + RelativeHorizontalPosition string + RelativeVerticalPosition string + Top float64 + Width float64 + WrapType string + type DrawingObjectLink struct + Link IWordsApiLink + NodeId *string + func (DrawingObjectLink) IsDrawingObjectLink() bool + func (DrawingObjectLink) IsLinkElement() bool + func (DrawingObjectLink) IsNodeLink() bool + func (obj *DrawingObjectLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DrawingObjectLink) Initialize() + type DrawingObjectLinkResult struct + Link WordsApiLinkResult + NodeId string + type DrawingObjectResponse struct + DrawingObject DrawingObjectResult + RequestId string + type DrawingObjectResult struct + Height float64 + ImageDataLink WordsApiLinkResult + Left float64 + Link WordsApiLinkResult + NodeId string + OleDataLink WordsApiLinkResult + RelativeHorizontalPosition string + RelativeVerticalPosition string + RenderLinks []WordsApiLinkResult + Top float64 + Width float64 + WrapType string + type DrawingObjectUpdate struct + Height *float64 + Left *float64 + RelativeHorizontalPosition *string + RelativeVerticalPosition *string + Top *float64 + Width *float64 + WrapType *string + func (DrawingObjectUpdate) IsDrawingObjectUpdate() bool + func (obj *DrawingObjectUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *DrawingObjectUpdate) Initialize() + type DrawingObjectUpdateResult struct + Height float64 + Left float64 + RelativeHorizontalPosition string + RelativeVerticalPosition string + Top float64 + Width float64 + WrapType string + type DrawingObjectsResponse struct + DrawingObjects DrawingObjectCollectionResult + RequestId string + type Duration struct + func (d *Duration) UnmarshalJSON(b []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + type EmfSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HorizontalResolution *float64 + ImageBrightness *float64 + ImageColorMode *string + ImageContrast *float64 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + PaperColor *string + PixelFormat *string + Resolution *float64 + SaveFormat *string + Scale *float64 + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseAntiAliasing *bool + UseGdiEmfRenderer *bool + UseHighQualityRendering *bool + VerticalResolution *float64 + ZipOutput *bool + func (EmfSaveOptionsData) IsEmfSaveOptionsData() bool + func (EmfSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (EmfSaveOptionsData) IsImageSaveOptionsData() bool + func (EmfSaveOptionsData) IsSaveOptionsData() bool + func (obj *EmfSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *EmfSaveOptionsData) Initialize() + type EmfSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HorizontalResolution float64 + ImageBrightness float64 + ImageColorMode string + ImageContrast float64 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + PaperColor string + PixelFormat string + Resolution float64 + SaveFormat string + Scale float64 + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseAntiAliasing bool + UseGdiEmfRenderer bool + UseHighQualityRendering bool + VerticalResolution float64 + ZipOutput bool + type EpubSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + AllowNegativeIndent *bool + CssClassNamePrefix *string + CssStyleSheetFileName *string + CssStyleSheetType *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + DocumentSplitCriteria *string + DocumentSplitHeadingLevel *int32 + Encoding *string + EpubNavigationMapLevel *int32 + ExportDocumentProperties *bool + ExportDropDownFormFieldAsText *bool + ExportFontResources *bool + ExportFontsAsBase64 *bool + ExportHeadersFootersMode *string + ExportImagesAsBase64 *bool + ExportLanguageInformation *bool + ExportListLabels *string + ExportOriginalUrlForLinkedImages *bool + ExportPageMargins *bool + ExportPageSetup *bool + ExportRelativeFontSize *bool + ExportRoundtripInformation *bool + ExportTextInputFormFieldAsText *bool + ExportTocPageNumbers *bool + ExportXhtmlTransitional *bool + FileName *string + FontResourcesSubsettingSizeThreshold *int32 + FontsFolder *string + FontsFolderAlias *string + HtmlVersion *string + ImageResolution *int32 + ImagesFolder *string + ImagesFolderAlias *string + ImlRenderingMode *string + MetafileFormat *string + OfficeMathOutputMode *string + PrettyFormat *bool + ResolveFontNames *bool + ResourceFolder *string + ResourceFolderAlias *string + SaveFormat *string + ScaleImageToShapeSize *bool + TableWidthOutputMode *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (EpubSaveOptionsData) IsEpubSaveOptionsData() bool + func (EpubSaveOptionsData) IsHtmlSaveOptionsData() bool + func (EpubSaveOptionsData) IsSaveOptionsData() bool + func (obj *EpubSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *EpubSaveOptionsData) Initialize() + type EpubSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + AllowNegativeIndent bool + CssClassNamePrefix string + CssStyleSheetFileName string + CssStyleSheetType string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + DocumentSplitCriteria string + DocumentSplitHeadingLevel int32 + Encoding string + EpubNavigationMapLevel int32 + ExportDocumentProperties bool + ExportDropDownFormFieldAsText bool + ExportFontResources bool + ExportFontsAsBase64 bool + ExportHeadersFootersMode string + ExportImagesAsBase64 bool + ExportLanguageInformation bool + ExportListLabels string + ExportOriginalUrlForLinkedImages bool + ExportPageMargins bool + ExportPageSetup bool + ExportRelativeFontSize bool + ExportRoundtripInformation bool + ExportTextInputFormFieldAsText bool + ExportTocPageNumbers bool + ExportXhtmlTransitional bool + FileName string + FontResourcesSubsettingSizeThreshold int32 + FontsFolder string + FontsFolderAlias string + HtmlVersion string + ImageResolution int32 + ImagesFolder string + ImagesFolderAlias string + ImlRenderingMode string + MetafileFormat string + OfficeMathOutputMode string + PrettyFormat bool + ResolveFontNames bool + ResourceFolder string + ResourceFolderAlias string + SaveFormat string + ScaleImageToShapeSize bool + TableWidthOutputMode string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type Error struct + Code *string + Description *string + InnerError *IErrorDetails + Message *string + func (Error) IsError() bool + func (obj *Error) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Error) Initialize() + type ErrorDetails struct + ErrorDateTime *Time + RequestId *string + func (ErrorDetails) IsErrorDetails() bool + func (obj *ErrorDetails) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ErrorDetails) Initialize() + type ErrorDetailsResult struct + ErrorDateTime Time + RequestId string + type ErrorResult struct + Code string + Description string + InnerError *ErrorDetailsResult + Message string + type ExecuteMailMergeOnlineRequest struct + Data io.ReadCloser + Optionals map[string]interface{} + Template io.ReadCloser + func (data *ExecuteMailMergeOnlineRequest) CreateRequestData() (RequestData, error) + func (data *ExecuteMailMergeOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ExecuteMailMergeRequest struct + Name *string + Optionals map[string]interface{} + func (data *ExecuteMailMergeRequest) CreateRequestData() (RequestData, error) + func (data *ExecuteMailMergeRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type Field struct + FieldCode *string + Link IWordsApiLink + LocaleId *string + NodeId *string + Result *string + func (Field) IsField() bool + func (Field) IsFieldLink() bool + func (Field) IsLinkElement() bool + func (Field) IsNodeLink() bool + func (obj *Field) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Field) Initialize() + type FieldBase struct + FieldCode *string + LocaleId *string + func (FieldBase) IsFieldBase() bool + func (obj *FieldBase) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FieldBase) Initialize() + type FieldBaseResult struct + FieldCode string + LocaleId string + type FieldCollection struct + Link IWordsApiLink + List []Field + func (FieldCollection) IsFieldCollection() bool + func (FieldCollection) IsLinkElement() bool + func (obj *FieldCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FieldCollection) Initialize() + type FieldCollectionResult struct + Link WordsApiLinkResult + List []FieldResult + type FieldInsert struct + FieldCode *string + LocaleId *string + func (FieldInsert) IsFieldBase() bool + func (FieldInsert) IsFieldInsert() bool + func (obj *FieldInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FieldInsert) Initialize() + type FieldInsertResult struct + FieldCode string + LocaleId string + type FieldLink struct + FieldCode *string + Link IWordsApiLink + NodeId *string + func (FieldLink) IsFieldLink() bool + func (FieldLink) IsLinkElement() bool + func (FieldLink) IsNodeLink() bool + func (obj *FieldLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FieldLink) Initialize() + type FieldLinkResult struct + FieldCode string + Link WordsApiLinkResult + NodeId string + type FieldNames struct + Link IWordsApiLink + Names []string + func (FieldNames) IsFieldNames() bool + func (FieldNames) IsLinkElement() bool + func (obj *FieldNames) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FieldNames) Initialize() + type FieldNamesResponse struct + FieldNames FieldNamesResult + RequestId string + type FieldNamesResult struct + Link WordsApiLinkResult + Names []string + type FieldOptions struct + BuiltInTemplatesPaths []string + CurrentUser IUserInformation + CustomTocStyleSeparator *string + DefaultDocumentAuthor *string + FieldIndexFormat *string + FieldUpdateCultureName *string + FieldUpdateCultureSource *string + FileName *string + IsBidiTextSupportedOnUpdate *bool + LegacyNumberFormat *bool + PreProcessCultureName *string + TemplateName *string + UseInvariantCultureNumberFormat *bool + func (FieldOptions) IsFieldOptions() bool + func (obj *FieldOptions) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FieldOptions) Initialize() + type FieldOptionsResult struct + BuiltInTemplatesPaths []string + CurrentUser UserInformationResult + CustomTocStyleSeparator string + DefaultDocumentAuthor string + FieldIndexFormat string + FieldUpdateCultureName string + FieldUpdateCultureSource string + FileName string + IsBidiTextSupportedOnUpdate bool + LegacyNumberFormat bool + PreProcessCultureName string + TemplateName string + UseInvariantCultureNumberFormat bool + type FieldResponse struct + Field FieldResult + RequestId string + type FieldResult struct + FieldCode string + Link WordsApiLinkResult + LocaleId string + NodeId string + Result string + type FieldUpdate struct + FieldCode *string + LocaleId *string + func (FieldUpdate) IsFieldBase() bool + func (FieldUpdate) IsFieldUpdate() bool + func (obj *FieldUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FieldUpdate) Initialize() + type FieldUpdateResult struct + FieldCode string + LocaleId string + type FieldsResponse struct + Fields FieldCollectionResult + RequestId string + type FileLink struct + Href *string + Rel *string + Title *string + Type *string + func (FileLink) IsFileLink() bool + func (FileLink) IsLink() bool + func (obj *FileLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FileLink) Initialize() + type FileLinkResult struct + Href string + Rel string + Title string + Type string + type FileReference struct + Content io.ReadCloser + Reference string + Source string + func CreateLocalFileReference(localFileContent io.ReadCloser) FileReference + func CreateRemoteFileReference(remoteFilePath string) FileReference + func (FileReference) IsFileReference() bool + func (obj *FileReference) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FileReference) Initialize() + type FileReferenceResult struct + Content io.ReadCloser + Reference string + Source string + type FilesList struct + Value []StorageFile + func (FilesList) IsFilesList() bool + func (obj *FilesList) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FilesList) Initialize() + type FilesListResult struct + Value []StorageFileResult + type FilesUploadResult struct + Errors []Error + Uploaded []string + func (FilesUploadResult) IsFilesUploadResult() bool + func (obj *FilesUploadResult) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FilesUploadResult) Initialize() + type FilesUploadResultResult struct + Errors []ErrorResult + Uploaded []string + type FixedPageSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (FixedPageSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (FixedPageSaveOptionsData) IsSaveOptionsData() bool + func (obj *FixedPageSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FixedPageSaveOptionsData) Initialize() + type FixedPageSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type FlatOpcMacroSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (FlatOpcMacroSaveOptionsData) IsFlatOpcMacroSaveOptionsData() bool + func (FlatOpcMacroSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (FlatOpcMacroSaveOptionsData) IsSaveOptionsData() bool + func (obj *FlatOpcMacroSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FlatOpcMacroSaveOptionsData) Initialize() + type FlatOpcMacroSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type FlatOpcSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (FlatOpcSaveOptionsData) IsFlatOpcSaveOptionsData() bool + func (FlatOpcSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (FlatOpcSaveOptionsData) IsSaveOptionsData() bool + func (obj *FlatOpcSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FlatOpcSaveOptionsData) Initialize() + type FlatOpcSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type FlatOpcTemplateMacroSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (FlatOpcTemplateMacroSaveOptionsData) IsFlatOpcTemplateMacroSaveOptionsData() bool + func (FlatOpcTemplateMacroSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (FlatOpcTemplateMacroSaveOptionsData) IsSaveOptionsData() bool + func (obj *FlatOpcTemplateMacroSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FlatOpcTemplateMacroSaveOptionsData) Initialize() + type FlatOpcTemplateMacroSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type FlatOpcTemplateSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (FlatOpcTemplateSaveOptionsData) IsFlatOpcTemplateSaveOptionsData() bool + func (FlatOpcTemplateSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (FlatOpcTemplateSaveOptionsData) IsSaveOptionsData() bool + func (obj *FlatOpcTemplateSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FlatOpcTemplateSaveOptionsData) Initialize() + type FlatOpcTemplateSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type Font struct + AllCaps *bool + Bidi *bool + Bold *bool + BoldBi *bool + Border IBorder + Color IXmlColor + ComplexScript *bool + DoubleStrikeThrough *bool + Emboss *bool + Engrave *bool + Hidden *bool + HighlightColor IXmlColor + Italic *bool + ItalicBi *bool + Kerning *float64 + Link IWordsApiLink + LocaleId *int32 + LocaleIdBi *int32 + LocaleIdFarEast *int32 + Name *string + NameAscii *string + NameBi *string + NameFarEast *string + NameOther *string + NoProofing *bool + Outline *bool + Position *float64 + Scaling *int32 + Shadow *bool + Size *float64 + SizeBi *float64 + SmallCaps *bool + Spacing *float64 + StrikeThrough *bool + StyleIdentifier *string + StyleName *string + Subscript *bool + Superscript *bool + TextEffect *string + Underline *string + UnderlineColor IXmlColor + func (Font) IsFont() bool + func (Font) IsLinkElement() bool + func (obj *Font) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Font) Initialize() + type FontDto struct + func (FontDto) IsFontDto() bool + func (obj *FontDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FontDto) Initialize() + type FontDtoResult struct + type FontInfo struct + FilePath *string + FontFamilyName *string + FullFontName *string + Version *string + func (FontInfo) IsFontInfo() bool + func (obj *FontInfo) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FontInfo) Initialize() + type FontInfoResult struct + FilePath string + FontFamilyName string + FullFontName string + Version string + type FontResponse struct + Font FontResult + RequestId string + type FontResult struct + AllCaps bool + Bidi bool + Bold bool + BoldBi bool + Border BorderResult + Color XmlColorResult + ComplexScript bool + DoubleStrikeThrough bool + Emboss bool + Engrave bool + Hidden bool + HighlightColor XmlColorResult + Italic bool + ItalicBi bool + Kerning float64 + Link WordsApiLinkResult + LocaleId int32 + LocaleIdBi int32 + LocaleIdFarEast int32 + Name string + NameAscii string + NameBi string + NameFarEast string + NameOther string + NoProofing bool + Outline bool + Position float64 + Scaling int32 + Shadow bool + Size float64 + SizeBi float64 + SmallCaps bool + Spacing float64 + StrikeThrough bool + StyleIdentifier string + StyleName string + Subscript bool + Superscript bool + TextEffect string + Underline string + UnderlineColor XmlColorResult + type Footnote struct + Content IStoryChildNodes + FootnoteType *string + Link IWordsApiLink + NodeId *string + Position IDocumentPosition + ReferenceMark *string + Text *string + func (Footnote) IsFootnote() bool + func (Footnote) IsFootnoteLink() bool + func (Footnote) IsLinkElement() bool + func (Footnote) IsNodeLink() bool + func (obj *Footnote) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Footnote) Initialize() + type FootnoteBase struct + FootnoteType *string + Position IDocumentPosition + ReferenceMark *string + Text *string + func (FootnoteBase) IsFootnoteBase() bool + func (obj *FootnoteBase) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FootnoteBase) Initialize() + type FootnoteBaseResult struct + FootnoteType string + Position DocumentPositionResult + ReferenceMark string + Text string + type FootnoteCollection struct + Link IWordsApiLink + List []Footnote + func (FootnoteCollection) IsFootnoteCollection() bool + func (FootnoteCollection) IsLinkElement() bool + func (obj *FootnoteCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FootnoteCollection) Initialize() + type FootnoteCollectionResult struct + Link WordsApiLinkResult + List []FootnoteResult + type FootnoteInsert struct + FootnoteType *string + Position IDocumentPosition + ReferenceMark *string + Text *string + func (FootnoteInsert) IsFootnoteBase() bool + func (FootnoteInsert) IsFootnoteInsert() bool + func (obj *FootnoteInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FootnoteInsert) Initialize() + type FootnoteInsertResult struct + FootnoteType string + Position DocumentPositionResult + ReferenceMark string + Text string + type FootnoteLink struct + Link IWordsApiLink + NodeId *string + func (FootnoteLink) IsFootnoteLink() bool + func (FootnoteLink) IsLinkElement() bool + func (FootnoteLink) IsNodeLink() bool + func (obj *FootnoteLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FootnoteLink) Initialize() + type FootnoteLinkResult struct + Link WordsApiLinkResult + NodeId string + type FootnoteResponse struct + Footnote FootnoteResult + RequestId string + type FootnoteResult struct + Content StoryChildNodesResult + FootnoteType string + Link WordsApiLinkResult + NodeId string + Position DocumentPositionResult + ReferenceMark string + Text string + type FootnoteUpdate struct + FootnoteType *string + Position IDocumentPosition + ReferenceMark *string + Text *string + func (FootnoteUpdate) IsFootnoteBase() bool + func (FootnoteUpdate) IsFootnoteUpdate() bool + func (obj *FootnoteUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FootnoteUpdate) Initialize() + type FootnoteUpdateResult struct + FootnoteType string + Position DocumentPositionResult + ReferenceMark string + Text string + type FootnotesResponse struct + Footnotes FootnoteCollectionResult + RequestId string + type FootnotesStatData struct + ParagraphCount *int32 + WordCount *int32 + func (FootnotesStatData) IsFootnotesStatData() bool + func (obj *FootnotesStatData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FootnotesStatData) Initialize() + type FootnotesStatDataResult struct + ParagraphCount int32 + WordCount int32 + type FormField struct + CalculateOnExit *bool + Enabled *bool + EntryMacro *string + ExitMacro *string + HelpText *string + Link IWordsApiLink + Name *string + NodeId *string + OwnHelp *bool + OwnStatus *bool + StatusText *string + func (FormField) IsFormField() bool + func (FormField) IsLinkElement() bool + func (FormField) IsNodeLink() bool + func (obj *FormField) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FormField) Initialize() + type FormFieldCheckbox struct + CalculateOnExit *bool + CheckBoxSize *float64 + Checked *bool + Enabled *bool + EntryMacro *string + ExitMacro *string + HelpText *string + IsCheckBoxExactSize *bool + Link IWordsApiLink + Name *string + NodeId *string + OwnHelp *bool + OwnStatus *bool + StatusText *string + func (FormFieldCheckbox) IsFormField() bool + func (FormFieldCheckbox) IsFormFieldCheckbox() bool + func (FormFieldCheckbox) IsLinkElement() bool + func (FormFieldCheckbox) IsNodeLink() bool + func (obj *FormFieldCheckbox) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FormFieldCheckbox) Initialize() + type FormFieldCheckboxResult struct + CalculateOnExit bool + CheckBoxSize float64 + Checked bool + Enabled bool + EntryMacro string + ExitMacro string + HelpText string + IsCheckBoxExactSize bool + Link WordsApiLinkResult + Name string + NodeId string + OwnHelp bool + OwnStatus bool + StatusText string + type FormFieldCollection struct + Link IWordsApiLink + List []FormField + func (FormFieldCollection) IsFormFieldCollection() bool + func (FormFieldCollection) IsLinkElement() bool + func (obj *FormFieldCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FormFieldCollection) Initialize() + type FormFieldCollectionResult struct + Link WordsApiLinkResult + List []FormFieldResult + type FormFieldDropDown struct + CalculateOnExit *bool + DropDownItems []string + DropDownSelectedIndex *int32 + Enabled *bool + EntryMacro *string + ExitMacro *string + HelpText *string + Link IWordsApiLink + Name *string + NodeId *string + OwnHelp *bool + OwnStatus *bool + StatusText *string + func (FormFieldDropDown) IsFormField() bool + func (FormFieldDropDown) IsFormFieldDropDown() bool + func (FormFieldDropDown) IsLinkElement() bool + func (FormFieldDropDown) IsNodeLink() bool + func (obj *FormFieldDropDown) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FormFieldDropDown) Initialize() + type FormFieldDropDownResult struct + CalculateOnExit bool + DropDownItems []string + DropDownSelectedIndex int32 + Enabled bool + EntryMacro string + ExitMacro string + HelpText string + Link WordsApiLinkResult + Name string + NodeId string + OwnHelp bool + OwnStatus bool + StatusText string + type FormFieldResponse struct + FormField FormFieldResult + RequestId string + type FormFieldResult struct + CalculateOnExit bool + Enabled bool + EntryMacro string + ExitMacro string + HelpText string + Link WordsApiLinkResult + Name string + NodeId string + OwnHelp bool + OwnStatus bool + StatusText string + type FormFieldTextInput struct + CalculateOnExit *bool + Enabled *bool + EntryMacro *string + ExitMacro *string + HelpText *string + Link IWordsApiLink + MaxLength *int32 + Name *string + NodeId *string + OwnHelp *bool + OwnStatus *bool + StatusText *string + TextInputDefault *string + TextInputFormat *string + TextInputType *string + func (FormFieldTextInput) IsFormField() bool + func (FormFieldTextInput) IsFormFieldTextInput() bool + func (FormFieldTextInput) IsLinkElement() bool + func (FormFieldTextInput) IsNodeLink() bool + func (obj *FormFieldTextInput) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *FormFieldTextInput) Initialize() + type FormFieldTextInputResult struct + CalculateOnExit bool + Enabled bool + EntryMacro string + ExitMacro string + HelpText string + Link WordsApiLinkResult + MaxLength int32 + Name string + NodeId string + OwnHelp bool + OwnStatus bool + StatusText string + TextInputDefault string + TextInputFormat string + TextInputType string + type FormFieldsResponse struct + FormFields FormFieldCollectionResult + RequestId string + type FormParamContainer struct + File []byte + IsFile bool + MimeType string + Name string + Text string + func NewFileFormParamContainer(name string, file []byte) (result FormParamContainer) + func NewJsonFormParamContainer(name string, text string) (result FormParamContainer) + func NewTextFormParamContainer(name string, text string) (result FormParamContainer) + type GetAvailableFontsRequest struct + Optionals map[string]interface{} + func (data *GetAvailableFontsRequest) CreateRequestData() (RequestData, error) + func (data *GetAvailableFontsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBookmarkByNameOnlineRequest struct + BookmarkName *string + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetBookmarkByNameOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetBookmarkByNameOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBookmarkByNameRequest struct + BookmarkName *string + Name *string + Optionals map[string]interface{} + func (data *GetBookmarkByNameRequest) CreateRequestData() (RequestData, error) + func (data *GetBookmarkByNameRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBookmarksOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetBookmarksOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetBookmarksOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBookmarksRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetBookmarksRequest) CreateRequestData() (RequestData, error) + func (data *GetBookmarksRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBorderOnlineRequest struct + BorderType *string + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetBorderOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetBorderOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBorderRequest struct + BorderType *string + Name *string + Optionals map[string]interface{} + func (data *GetBorderRequest) CreateRequestData() (RequestData, error) + func (data *GetBorderRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBordersOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetBordersOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetBordersOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetBordersRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetBordersRequest) CreateRequestData() (RequestData, error) + func (data *GetBordersRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCommentOnlineRequest struct + CommentIndex *int32 + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetCommentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetCommentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCommentRequest struct + CommentIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *GetCommentRequest) CreateRequestData() (RequestData, error) + func (data *GetCommentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCommentsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetCommentsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetCommentsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCommentsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetCommentsRequest) CreateRequestData() (RequestData, error) + func (data *GetCommentsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCustomXmlPartOnlineRequest struct + CustomXmlPartIndex *int32 + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetCustomXmlPartOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetCustomXmlPartOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCustomXmlPartRequest struct + CustomXmlPartIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *GetCustomXmlPartRequest) CreateRequestData() (RequestData, error) + func (data *GetCustomXmlPartRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCustomXmlPartsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetCustomXmlPartsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetCustomXmlPartsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetCustomXmlPartsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetCustomXmlPartsRequest) CreateRequestData() (RequestData, error) + func (data *GetCustomXmlPartsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectByIndexOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectByIndexOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectByIndexOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectByIndexRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectByIndexRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectByIndexRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectImageDataOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectImageDataOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectImageDataOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectImageDataRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectImageDataRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectImageDataRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectOleDataOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectOleDataOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectOleDataOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectOleDataRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectOleDataRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectOleDataRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentDrawingObjectsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetDocumentDrawingObjectsRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentDrawingObjectsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentFieldNamesOnlineRequest struct + Optionals map[string]interface{} + Template io.ReadCloser + func (data *GetDocumentFieldNamesOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentFieldNamesOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentFieldNamesRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetDocumentFieldNamesRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentFieldNamesRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentHyperlinkByIndexOnlineRequest struct + Document io.ReadCloser + HyperlinkIndex *int32 + Optionals map[string]interface{} + func (data *GetDocumentHyperlinkByIndexOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentHyperlinkByIndexOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentHyperlinkByIndexRequest struct + HyperlinkIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *GetDocumentHyperlinkByIndexRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentHyperlinkByIndexRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentHyperlinksOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetDocumentHyperlinksOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentHyperlinksOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentHyperlinksRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetDocumentHyperlinksRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentHyperlinksRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentPropertiesOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetDocumentPropertiesOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentPropertiesOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentPropertiesRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetDocumentPropertiesRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentPropertiesRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentPropertyOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + PropertyName *string + func (data *GetDocumentPropertyOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentPropertyOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentPropertyRequest struct + Name *string + Optionals map[string]interface{} + PropertyName *string + func (data *GetDocumentPropertyRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentPropertyRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentProtectionOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetDocumentProtectionOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentProtectionOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentProtectionRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetDocumentProtectionRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentProtectionRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentRequest struct + DocumentName *string + Optionals map[string]interface{} + func (data *GetDocumentRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentStatisticsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetDocumentStatisticsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentStatisticsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentStatisticsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetDocumentStatisticsRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentStatisticsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetDocumentWithFormatRequest struct + Format *string + Name *string + Optionals map[string]interface{} + func (data *GetDocumentWithFormatRequest) CreateRequestData() (RequestData, error) + func (data *GetDocumentWithFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFieldOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFieldRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetFieldRequest) CreateRequestData() (RequestData, error) + func (data *GetFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFieldsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetFieldsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetFieldsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFieldsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetFieldsRequest) CreateRequestData() (RequestData, error) + func (data *GetFieldsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFilesListRequest struct + Optionals map[string]interface{} + Path *string + func (data *GetFilesListRequest) CreateRequestData() (RequestData, error) + func (data *GetFilesListRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFootnoteOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetFootnoteOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetFootnoteOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFootnoteRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetFootnoteRequest) CreateRequestData() (RequestData, error) + func (data *GetFootnoteRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFootnotesOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetFootnotesOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetFootnotesOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFootnotesRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetFootnotesRequest) CreateRequestData() (RequestData, error) + func (data *GetFootnotesRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFormFieldOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetFormFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetFormFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFormFieldRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetFormFieldRequest) CreateRequestData() (RequestData, error) + func (data *GetFormFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFormFieldsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetFormFieldsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetFormFieldsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetFormFieldsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetFormFieldsRequest) CreateRequestData() (RequestData, error) + func (data *GetFormFieldsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetHeaderFooterOfSectionOnlineRequest struct + Document io.ReadCloser + HeaderFooterIndex *int32 + Optionals map[string]interface{} + SectionIndex *int32 + func (data *GetHeaderFooterOfSectionOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetHeaderFooterOfSectionOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetHeaderFooterOfSectionRequest struct + HeaderFooterIndex *int32 + Name *string + Optionals map[string]interface{} + SectionIndex *int32 + func (data *GetHeaderFooterOfSectionRequest) CreateRequestData() (RequestData, error) + func (data *GetHeaderFooterOfSectionRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetHeaderFooterOnlineRequest struct + Document io.ReadCloser + HeaderFooterIndex *int32 + Optionals map[string]interface{} + func (data *GetHeaderFooterOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetHeaderFooterOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetHeaderFooterRequest struct + HeaderFooterIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *GetHeaderFooterRequest) CreateRequestData() (RequestData, error) + func (data *GetHeaderFooterRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetHeaderFootersOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + SectionPath *string + func (data *GetHeaderFootersOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetHeaderFootersOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetHeaderFootersRequest struct + Name *string + Optionals map[string]interface{} + SectionPath *string + func (data *GetHeaderFootersRequest) CreateRequestData() (RequestData, error) + func (data *GetHeaderFootersRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetInfoRequest struct + func (data *GetInfoRequest) CreateRequestData() (RequestData, error) + func (data *GetInfoRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetListOnlineRequest struct + Document io.ReadCloser + ListId *int32 + Optionals map[string]interface{} + func (data *GetListOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetListOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetListRequest struct + ListId *int32 + Name *string + Optionals map[string]interface{} + func (data *GetListRequest) CreateRequestData() (RequestData, error) + func (data *GetListRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetListsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetListsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetListsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetListsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetListsRequest) CreateRequestData() (RequestData, error) + func (data *GetListsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetOfficeMathObjectOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetOfficeMathObjectOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetOfficeMathObjectOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetOfficeMathObjectRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetOfficeMathObjectRequest) CreateRequestData() (RequestData, error) + func (data *GetOfficeMathObjectRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetOfficeMathObjectsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetOfficeMathObjectsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetOfficeMathObjectsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetOfficeMathObjectsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetOfficeMathObjectsRequest) CreateRequestData() (RequestData, error) + func (data *GetOfficeMathObjectsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphFormatOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetParagraphFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphFormatRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetParagraphFormatRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphListFormatOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetParagraphListFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphListFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphListFormatRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetParagraphListFormatRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphListFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetParagraphOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetParagraphRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphTabStopsOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetParagraphTabStopsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphTabStopsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphTabStopsRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetParagraphTabStopsRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphTabStopsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetParagraphsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetParagraphsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetParagraphsRequest) CreateRequestData() (RequestData, error) + func (data *GetParagraphsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetPublicKeyRequest struct + func (data *GetPublicKeyRequest) CreateRequestData() (RequestData, error) + func (data *GetPublicKeyRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRangeTextOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + RangeStartIdentifier *string + func (data *GetRangeTextOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetRangeTextOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRangeTextRequest struct + Name *string + Optionals map[string]interface{} + RangeStartIdentifier *string + func (data *GetRangeTextRequest) CreateRequestData() (RequestData, error) + func (data *GetRangeTextRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRunFontOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + ParagraphPath *string + func (data *GetRunFontOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetRunFontOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRunFontRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + ParagraphPath *string + func (data *GetRunFontRequest) CreateRequestData() (RequestData, error) + func (data *GetRunFontRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRunOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + ParagraphPath *string + func (data *GetRunOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetRunOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRunRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + ParagraphPath *string + func (data *GetRunRequest) CreateRequestData() (RequestData, error) + func (data *GetRunRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRunsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + ParagraphPath *string + func (data *GetRunsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetRunsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetRunsRequest struct + Name *string + Optionals map[string]interface{} + ParagraphPath *string + func (data *GetRunsRequest) CreateRequestData() (RequestData, error) + func (data *GetRunsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetSectionOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + SectionIndex *int32 + func (data *GetSectionOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetSectionOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetSectionPageSetupOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + SectionIndex *int32 + func (data *GetSectionPageSetupOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetSectionPageSetupOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetSectionPageSetupRequest struct + Name *string + Optionals map[string]interface{} + SectionIndex *int32 + func (data *GetSectionPageSetupRequest) CreateRequestData() (RequestData, error) + func (data *GetSectionPageSetupRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetSectionRequest struct + Name *string + Optionals map[string]interface{} + SectionIndex *int32 + func (data *GetSectionRequest) CreateRequestData() (RequestData, error) + func (data *GetSectionRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetSectionsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetSectionsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetSectionsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetSectionsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetSectionsRequest) CreateRequestData() (RequestData, error) + func (data *GetSectionsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStructuredDocumentTagOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetStructuredDocumentTagOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetStructuredDocumentTagOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStructuredDocumentTagRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetStructuredDocumentTagRequest) CreateRequestData() (RequestData, error) + func (data *GetStructuredDocumentTagRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStructuredDocumentTagsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetStructuredDocumentTagsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetStructuredDocumentTagsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStructuredDocumentTagsRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetStructuredDocumentTagsRequest) CreateRequestData() (RequestData, error) + func (data *GetStructuredDocumentTagsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStyleFromDocumentElementOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + StyledNodePath *string + func (data *GetStyleFromDocumentElementOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetStyleFromDocumentElementOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStyleFromDocumentElementRequest struct + Name *string + Optionals map[string]interface{} + StyledNodePath *string + func (data *GetStyleFromDocumentElementRequest) CreateRequestData() (RequestData, error) + func (data *GetStyleFromDocumentElementRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStyleOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + StyleName *string + func (data *GetStyleOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetStyleOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStyleRequest struct + Name *string + Optionals map[string]interface{} + StyleName *string + func (data *GetStyleRequest) CreateRequestData() (RequestData, error) + func (data *GetStyleRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStylesOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetStylesOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetStylesOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetStylesRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetStylesRequest) CreateRequestData() (RequestData, error) + func (data *GetStylesRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableCellFormatOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + TableRowPath *string + func (data *GetTableCellFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetTableCellFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableCellFormatRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + TableRowPath *string + func (data *GetTableCellFormatRequest) CreateRequestData() (RequestData, error) + func (data *GetTableCellFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableCellOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + TableRowPath *string + func (data *GetTableCellOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetTableCellOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableCellRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + TableRowPath *string + func (data *GetTableCellRequest) CreateRequestData() (RequestData, error) + func (data *GetTableCellRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetTableOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetTableOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTablePropertiesOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *GetTablePropertiesOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetTablePropertiesOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTablePropertiesRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetTablePropertiesRequest) CreateRequestData() (RequestData, error) + func (data *GetTablePropertiesRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *GetTableRequest) CreateRequestData() (RequestData, error) + func (data *GetTableRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableRowFormatOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + TablePath *string + func (data *GetTableRowFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetTableRowFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableRowFormatRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + TablePath *string + func (data *GetTableRowFormatRequest) CreateRequestData() (RequestData, error) + func (data *GetTableRowFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableRowOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + TablePath *string + func (data *GetTableRowOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetTableRowOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTableRowRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + TablePath *string + func (data *GetTableRowRequest) CreateRequestData() (RequestData, error) + func (data *GetTableRowRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTablesOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *GetTablesOnlineRequest) CreateRequestData() (RequestData, error) + func (data *GetTablesOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GetTablesRequest struct + Name *string + Optionals map[string]interface{} + func (data *GetTablesRequest) CreateRequestData() (RequestData, error) + func (data *GetTablesRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type GifSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HorizontalResolution *float64 + ImageBrightness *float64 + ImageColorMode *string + ImageContrast *float64 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + PaperColor *string + PixelFormat *string + Resolution *float64 + SaveFormat *string + Scale *float64 + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseAntiAliasing *bool + UseGdiEmfRenderer *bool + UseHighQualityRendering *bool + VerticalResolution *float64 + ZipOutput *bool + func (GifSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (GifSaveOptionsData) IsGifSaveOptionsData() bool + func (GifSaveOptionsData) IsImageSaveOptionsData() bool + func (GifSaveOptionsData) IsSaveOptionsData() bool + func (obj *GifSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *GifSaveOptionsData) Initialize() + type GifSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HorizontalResolution float64 + ImageBrightness float64 + ImageColorMode string + ImageContrast float64 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + PaperColor string + PixelFormat string + Resolution float64 + SaveFormat string + Scale float64 + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseAntiAliasing bool + UseGdiEmfRenderer bool + UseHighQualityRendering bool + VerticalResolution float64 + ZipOutput bool + type HeaderFooter struct + ChildNodes []NodeLink + DrawingObjects ILinkElement + Link IWordsApiLink + Paragraphs ILinkElement + Type *string + func (HeaderFooter) IsHeaderFooter() bool + func (HeaderFooter) IsHeaderFooterLink() bool + func (HeaderFooter) IsLinkElement() bool + func (obj *HeaderFooter) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *HeaderFooter) Initialize() + type HeaderFooterLink struct + Link IWordsApiLink + Type *string + func (HeaderFooterLink) IsHeaderFooterLink() bool + func (HeaderFooterLink) IsLinkElement() bool + func (obj *HeaderFooterLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *HeaderFooterLink) Initialize() + type HeaderFooterLinkCollection struct + Link IWordsApiLink + List []HeaderFooterLink + func (HeaderFooterLinkCollection) IsHeaderFooterLinkCollection() bool + func (HeaderFooterLinkCollection) IsLinkElement() bool + func (obj *HeaderFooterLinkCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *HeaderFooterLinkCollection) Initialize() + type HeaderFooterLinkCollectionResult struct + Link WordsApiLinkResult + List []HeaderFooterLinkResult + type HeaderFooterLinkResult struct + Link WordsApiLinkResult + Type string + type HeaderFooterResponse struct + HeaderFooter HeaderFooterResult + RequestId string + type HeaderFooterResult struct + ChildNodes []NodeLinkResult + DrawingObjects LinkElementResult + Link WordsApiLinkResult + Paragraphs LinkElementResult + Type string + type HeaderFootersResponse struct + HeaderFooters HeaderFooterLinkCollectionResult + RequestId string + type HtmlFixedSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CssClassNamesPrefix *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + Encoding *string + ExportEmbeddedCss *bool + ExportEmbeddedFonts *bool + ExportEmbeddedImages *bool + ExportFormFields *bool + FileName *string + FontFormat *string + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageHorizontalAlignment *string + PageIndex *int32 + PageMargins *float64 + ResourcesFolder *string + ResourcesFolderAlias *string + SaveFontFaceCssSeparately *bool + SaveFormat *string + ShowPageBorder *bool + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseTargetMachineFonts *bool + ZipOutput *bool + func (HtmlFixedSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (HtmlFixedSaveOptionsData) IsHtmlFixedSaveOptionsData() bool + func (HtmlFixedSaveOptionsData) IsSaveOptionsData() bool + func (obj *HtmlFixedSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *HtmlFixedSaveOptionsData) Initialize() + type HtmlFixedSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CssClassNamesPrefix string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + Encoding string + ExportEmbeddedCss bool + ExportEmbeddedFonts bool + ExportEmbeddedImages bool + ExportFormFields bool + FileName string + FontFormat string + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageHorizontalAlignment string + PageIndex int32 + PageMargins float64 + ResourcesFolder string + ResourcesFolderAlias string + SaveFontFaceCssSeparately bool + SaveFormat string + ShowPageBorder bool + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseTargetMachineFonts bool + ZipOutput bool + type HtmlSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + AllowNegativeIndent *bool + CssClassNamePrefix *string + CssStyleSheetFileName *string + CssStyleSheetType *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + DocumentSplitCriteria *string + DocumentSplitHeadingLevel *int32 + Encoding *string + ExportDocumentProperties *bool + ExportDropDownFormFieldAsText *bool + ExportFontResources *bool + ExportFontsAsBase64 *bool + ExportHeadersFootersMode *string + ExportImagesAsBase64 *bool + ExportLanguageInformation *bool + ExportListLabels *string + ExportOriginalUrlForLinkedImages *bool + ExportPageMargins *bool + ExportPageSetup *bool + ExportRelativeFontSize *bool + ExportRoundtripInformation *bool + ExportTextInputFormFieldAsText *bool + ExportTocPageNumbers *bool + ExportXhtmlTransitional *bool + FileName *string + FontResourcesSubsettingSizeThreshold *int32 + FontsFolder *string + FontsFolderAlias *string + HtmlVersion *string + ImageResolution *int32 + ImagesFolder *string + ImagesFolderAlias *string + ImlRenderingMode *string + MetafileFormat *string + OfficeMathOutputMode *string + PrettyFormat *bool + ResolveFontNames *bool + ResourceFolder *string + ResourceFolderAlias *string + SaveFormat *string + ScaleImageToShapeSize *bool + TableWidthOutputMode *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (HtmlSaveOptionsData) IsHtmlSaveOptionsData() bool + func (HtmlSaveOptionsData) IsSaveOptionsData() bool + func (obj *HtmlSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *HtmlSaveOptionsData) Initialize() + type HtmlSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + AllowNegativeIndent bool + CssClassNamePrefix string + CssStyleSheetFileName string + CssStyleSheetType string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + DocumentSplitCriteria string + DocumentSplitHeadingLevel int32 + Encoding string + ExportDocumentProperties bool + ExportDropDownFormFieldAsText bool + ExportFontResources bool + ExportFontsAsBase64 bool + ExportHeadersFootersMode string + ExportImagesAsBase64 bool + ExportLanguageInformation bool + ExportListLabels string + ExportOriginalUrlForLinkedImages bool + ExportPageMargins bool + ExportPageSetup bool + ExportRelativeFontSize bool + ExportRoundtripInformation bool + ExportTextInputFormFieldAsText bool + ExportTocPageNumbers bool + ExportXhtmlTransitional bool + FileName string + FontResourcesSubsettingSizeThreshold int32 + FontsFolder string + FontsFolderAlias string + HtmlVersion string + ImageResolution int32 + ImagesFolder string + ImagesFolderAlias string + ImlRenderingMode string + MetafileFormat string + OfficeMathOutputMode string + PrettyFormat bool + ResolveFontNames bool + ResourceFolder string + ResourceFolderAlias string + SaveFormat string + ScaleImageToShapeSize bool + TableWidthOutputMode string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type Hyperlink struct + DisplayText *string + Link IWordsApiLink + Value *string + func (Hyperlink) IsHyperlink() bool + func (Hyperlink) IsLinkElement() bool + func (obj *Hyperlink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Hyperlink) Initialize() + type HyperlinkResponse struct + Hyperlink HyperlinkResult + RequestId string + type HyperlinkResult struct + DisplayText string + Link WordsApiLinkResult + Value string + type Hyperlinks struct + HyperlinkList []Hyperlink + Link IWordsApiLink + func (Hyperlinks) IsHyperlinks() bool + func (Hyperlinks) IsLinkElement() bool + func (obj *Hyperlinks) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Hyperlinks) Initialize() + type HyperlinksResponse struct + Hyperlinks HyperlinksResult + RequestId string + type HyperlinksResult struct + HyperlinkList []HyperlinkResult + Link WordsApiLinkResult + type IApiError interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsApiError func() bool + type IBaseEntry interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBaseEntry func() bool + type IBaseEntryList interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBaseEntryList func() bool + type IBmpSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBmpSaveOptionsData func() bool + type IBookmark interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBookmark func() bool + type IBookmarkData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBookmarkData func() bool + type IBookmarkInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBookmarkInsert func() bool + type IBookmarks interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBookmarks func() bool + type IBookmarksOutlineLevelData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBookmarksOutlineLevelData func() bool + type IBorder interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBorder func() bool + type IBordersCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsBordersCollection func() bool + type IClassificationResult interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsClassificationResult func() bool + type IComment interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsComment func() bool + type ICommentBase interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCommentBase func() bool + type ICommentInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCommentInsert func() bool + type ICommentLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCommentLink func() bool + type ICommentUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCommentUpdate func() bool + type ICommentsCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCommentsCollection func() bool + type ICompareData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCompareData func() bool + type ICompareOptions interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCompareOptions func() bool + type ICompressOptions interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCompressOptions func() bool + type ICsvDataLoadOptions interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCsvDataLoadOptions func() bool + type ICustomXmlPart interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCustomXmlPart func() bool + type ICustomXmlPartInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCustomXmlPartInsert func() bool + type ICustomXmlPartLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCustomXmlPartLink func() bool + type ICustomXmlPartUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCustomXmlPartUpdate func() bool + type ICustomXmlPartsCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsCustomXmlPartsCollection func() bool + type IDocSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocSaveOptionsData func() bool + type IDocmSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocmSaveOptionsData func() bool + type IDocument interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocument func() bool + type IDocumentEntry interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentEntry func() bool + type IDocumentEntryList interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentEntryList func() bool + type IDocumentPosition interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentPosition func() bool + type IDocumentProperties interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentProperties func() bool + type IDocumentProperty interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentProperty func() bool + type IDocumentPropertyBase interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentPropertyBase func() bool + type IDocumentPropertyCreateOrUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentPropertyCreateOrUpdate func() bool + type IDocumentStatData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocumentStatData func() bool + type IDocxSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDocxSaveOptionsData func() bool + type IDotSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDotSaveOptionsData func() bool + type IDotmSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDotmSaveOptionsData func() bool + type IDotxSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDotxSaveOptionsData func() bool + type IDownsampleOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDownsampleOptionsData func() bool + type IDrawingObject interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDrawingObject func() bool + type IDrawingObjectCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDrawingObjectCollection func() bool + type IDrawingObjectInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDrawingObjectInsert func() bool + type IDrawingObjectLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDrawingObjectLink func() bool + type IDrawingObjectUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsDrawingObjectUpdate func() bool + type IEmfSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsEmfSaveOptionsData func() bool + type IEpubSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsEpubSaveOptionsData func() bool + type IError interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsError func() bool + type IErrorDetails interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsErrorDetails func() bool + type IField interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsField func() bool + type IFieldBase interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFieldBase func() bool + type IFieldCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFieldCollection func() bool + type IFieldInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFieldInsert func() bool + type IFieldLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFieldLink func() bool + type IFieldNames interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFieldNames func() bool + type IFieldOptions interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFieldOptions func() bool + type IFieldUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFieldUpdate func() bool + type IFileLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFileLink func() bool + type IFileReference interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFileReference func() bool + type IFilesList interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFilesList func() bool + type IFilesUploadResult interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFilesUploadResult func() bool + type IFixedPageSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFixedPageSaveOptionsData func() bool + type IFlatOpcMacroSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFlatOpcMacroSaveOptionsData func() bool + type IFlatOpcSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFlatOpcSaveOptionsData func() bool + type IFlatOpcTemplateMacroSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFlatOpcTemplateMacroSaveOptionsData func() bool + type IFlatOpcTemplateSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFlatOpcTemplateSaveOptionsData func() bool + type IFont interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFont func() bool + type IFontDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFontDto func() bool + type IFontInfo interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFontInfo func() bool + type IFootnote interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFootnote func() bool + type IFootnoteBase interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFootnoteBase func() bool + type IFootnoteCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFootnoteCollection func() bool + type IFootnoteInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFootnoteInsert func() bool + type IFootnoteLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFootnoteLink func() bool + type IFootnoteUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFootnoteUpdate func() bool + type IFootnotesStatData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFootnotesStatData func() bool + type IFormField interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFormField func() bool + type IFormFieldCheckbox interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFormFieldCheckbox func() bool + type IFormFieldCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFormFieldCollection func() bool + type IFormFieldDropDown interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFormFieldDropDown func() bool + type IFormFieldTextInput interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsFormFieldTextInput func() bool + type IGifSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsGifSaveOptionsData func() bool + type IHeaderFooter interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsHeaderFooter func() bool + type IHeaderFooterLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsHeaderFooterLink func() bool + type IHeaderFooterLinkCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsHeaderFooterLinkCollection func() bool + type IHtmlFixedSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsHtmlFixedSaveOptionsData func() bool + type IHtmlSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsHtmlSaveOptionsData func() bool + type IHyperlink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsHyperlink func() bool + type IHyperlinks interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsHyperlinks func() bool + type IImageEntry interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsImageEntry func() bool + type IImageEntryList interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsImageEntryList func() bool + type IImageSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsImageSaveOptionsData func() bool + type IInfoAdditionalItem interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsInfoAdditionalItem func() bool + type IJpegSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsJpegSaveOptionsData func() bool + type IJsonDataLoadOptions interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsJsonDataLoadOptions func() bool + type ILink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsLink func() bool + type ILinkElement interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsLinkElement func() bool + type IListFormat interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListFormat func() bool + type IListFormatUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListFormatUpdate func() bool + type IListInfo interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListInfo func() bool + type IListInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListInsert func() bool + type IListLevel interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListLevel func() bool + type IListLevelUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListLevelUpdate func() bool + type IListLevels interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListLevels func() bool + type IListUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsListUpdate func() bool + type ILists interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsLists func() bool + type ILoadWebDocumentData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsLoadWebDocumentData func() bool + type IMarkdownSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsMarkdownSaveOptionsData func() bool + type IMetafileRenderingOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsMetafileRenderingOptionsData func() bool + type IMhtmlSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsMhtmlSaveOptionsData func() bool + type IModificationOperationResult interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsModificationOperationResult func() bool + type INodeLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsNodeLink func() bool + type IOdtSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOdtSaveOptionsData func() bool + type IOfficeMathLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOfficeMathLink func() bool + type IOfficeMathObject interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOfficeMathObject func() bool + type IOfficeMathObjectsCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOfficeMathObjectsCollection func() bool + type IOoxmlSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOoxmlSaveOptionsData func() bool + type IOpenXpsSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOpenXpsSaveOptionsData func() bool + type IOptimizationOptions interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOptimizationOptions func() bool + type IOttSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOttSaveOptionsData func() bool + type IOutlineOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsOutlineOptionsData func() bool + type IPageNumber interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPageNumber func() bool + type IPageSetup interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPageSetup func() bool + type IPageStatData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPageStatData func() bool + type IParagraph interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsParagraph func() bool + type IParagraphFormat interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsParagraphFormat func() bool + type IParagraphFormatBase interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsParagraphFormatBase func() bool + type IParagraphFormatUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsParagraphFormatUpdate func() bool + type IParagraphInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsParagraphInsert func() bool + type IParagraphLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsParagraphLink func() bool + type IParagraphLinkCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsParagraphLinkCollection func() bool + type IPclSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPclSaveOptionsData func() bool + type IPdfDigitalSignatureDetailsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPdfDigitalSignatureDetailsData func() bool + type IPdfEncryptionDetailsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPdfEncryptionDetailsData func() bool + type IPdfSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPdfSaveOptionsData func() bool + type IPngSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPngSaveOptionsData func() bool + type IPreferredWidth interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPreferredWidth func() bool + type IProtectionData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsProtectionData func() bool + type IProtectionRequest interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsProtectionRequest func() bool + type IPsSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsPsSaveOptionsData func() bool + type IRangeDocument interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRangeDocument func() bool + type IRangeDocumentDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRangeDocumentDto func() bool + type IReplaceRange interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsReplaceRange func() bool + type IReplaceRangeDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsReplaceRangeDto func() bool + type IReplaceTextParameters interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsReplaceTextParameters func() bool + type IReportEngineSettings interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsReportEngineSettings func() bool + type IRtfSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRtfSaveOptionsData func() bool + type IRun interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRun func() bool + type IRunBase interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRunBase func() bool + type IRunInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRunInsert func() bool + type IRunLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRunLink func() bool + type IRunUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRunUpdate func() bool + type IRuns interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsRuns func() bool + type ISaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSaveOptionsData func() bool + type ISaveResult interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSaveResult func() bool + type ISearchResult interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSearchResult func() bool + type ISearchResultsCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSearchResultsCollection func() bool + type ISection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSection func() bool + type ISectionLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSectionLink func() bool + type ISectionLinkCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSectionLinkCollection func() bool + type IShading interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsShading func() bool + type ISplitDocumentResult interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSplitDocumentResult func() bool + type IStorageFile interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStorageFile func() bool + type IStoryChildNodes interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStoryChildNodes func() bool + type IStructuredDocumentTag interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStructuredDocumentTag func() bool + type IStructuredDocumentTagCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStructuredDocumentTagCollection func() bool + type IStructuredDocumentTagInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStructuredDocumentTagInsert func() bool + type IStructuredDocumentTagListItem interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStructuredDocumentTagListItem func() bool + type IStructuredDocumentTagUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStructuredDocumentTagUpdate func() bool + type IStyle interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStyle func() bool + type IStyleApply interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStyleApply func() bool + type IStyleCopy interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStyleCopy func() bool + type IStyleInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStyleInsert func() bool + type IStyleUpdate interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsStyleUpdate func() bool + type ISvgSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsSvgSaveOptionsData func() bool + type ITabStop interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTabStop func() bool + type ITabStopBase interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTabStopBase func() bool + type ITabStopInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTabStopInsert func() bool + type ITable interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTable func() bool + type ITableCell interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableCell func() bool + type ITableCellFormat interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableCellFormat func() bool + type ITableCellFormatDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableCellFormatDto func() bool + type ITableCellInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableCellInsert func() bool + type ITableCellInsertDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableCellInsertDto func() bool + type ITableInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableInsert func() bool + type ITableInsertDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableInsertDto func() bool + type ITableLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableLink func() bool + type ITableLinkCollection interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableLinkCollection func() bool + type ITableProperties interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableProperties func() bool + type ITablePropertiesDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTablePropertiesDto func() bool + type ITableRow interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableRow func() bool + type ITableRowFormat interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableRowFormat func() bool + type ITableRowFormatDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableRowFormatDto func() bool + type ITableRowInsert interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableRowInsert func() bool + type ITableRowInsertDto interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTableRowInsertDto func() bool + type ITextSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTextSaveOptionsData func() bool + type ITiffSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTiffSaveOptionsData func() bool + type ITimeZoneInfoData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTimeZoneInfoData func() bool + type ITxtSaveOptionsBaseData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsTxtSaveOptionsBaseData func() bool + type IUserInformation interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsUserInformation func() bool + type IWatermarkText interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsWatermarkText func() bool + type IWordMLSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsWordMLSaveOptionsData func() bool + type IWordsApiLink interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsWordsApiLink func() bool + type IXamlFixedSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsXamlFixedSaveOptionsData func() bool + type IXamlFlowPackSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsXamlFlowPackSaveOptionsData func() bool + type IXamlFlowSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsXamlFlowSaveOptionsData func() bool + type IXmlColor interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsXmlColor func() bool + type IXmlDataLoadOptions interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsXmlDataLoadOptions func() bool + type IXpsSaveOptionsData interface + CollectFilesContent func(resultFilesContent []FileReference) []FileReference + Initialize func() + IsXpsSaveOptionsData func() bool + type ImageEntry struct + FileReference IFileReference + func (ImageEntry) IsBaseEntry() bool + func (ImageEntry) IsImageEntry() bool + func (obj *ImageEntry) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ImageEntry) Initialize() + type ImageEntryList struct + AppendEachImageOnNewPage *bool + ImageEntries []ImageEntry + func (ImageEntryList) IsBaseEntryList() bool + func (ImageEntryList) IsImageEntryList() bool + func (obj *ImageEntryList) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ImageEntryList) Initialize() + type ImageEntryListResult struct + AppendEachImageOnNewPage bool + ImageEntries []ImageEntryResult + type ImageEntryResult struct + FileReference FileReferenceResult + type ImageSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HorizontalResolution *float64 + ImageBrightness *float64 + ImageColorMode *string + ImageContrast *float64 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + PaperColor *string + PixelFormat *string + Resolution *float64 + SaveFormat *string + Scale *float64 + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseAntiAliasing *bool + UseGdiEmfRenderer *bool + UseHighQualityRendering *bool + VerticalResolution *float64 + ZipOutput *bool + func (ImageSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (ImageSaveOptionsData) IsImageSaveOptionsData() bool + func (ImageSaveOptionsData) IsSaveOptionsData() bool + func (obj *ImageSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ImageSaveOptionsData) Initialize() + type ImageSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HorizontalResolution float64 + ImageBrightness float64 + ImageColorMode string + ImageContrast float64 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + PaperColor string + PixelFormat string + Resolution float64 + SaveFormat string + Scale float64 + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseAntiAliasing bool + UseGdiEmfRenderer bool + UseHighQualityRendering bool + VerticalResolution float64 + ZipOutput bool + type InfoAdditionalItem struct + Key *string + Value *string + func (InfoAdditionalItem) IsInfoAdditionalItem() bool + func (obj *InfoAdditionalItem) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *InfoAdditionalItem) Initialize() + type InfoAdditionalItemResult struct + Key string + Value string + type InfoResponse struct + AdditionalInfo []InfoAdditionalItemResult + Name string + RequestId string + Version string + type InsertBookmarkOnlineRequest struct + Bookmark IBookmarkInsert + Document io.ReadCloser + Optionals map[string]interface{} + func (data *InsertBookmarkOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertBookmarkOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertBookmarkOnlineResponse struct + Document map[string]io.Reader + Model BookmarkResponse + type InsertBookmarkRequest struct + Bookmark IBookmarkInsert + Name *string + Optionals map[string]interface{} + func (data *InsertBookmarkRequest) CreateRequestData() (RequestData, error) + func (data *InsertBookmarkRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertCommentOnlineRequest struct + Comment ICommentInsert + Document io.ReadCloser + Optionals map[string]interface{} + func (data *InsertCommentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertCommentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertCommentOnlineResponse struct + Document map[string]io.Reader + Model CommentResponse + type InsertCommentRequest struct + Comment ICommentInsert + Name *string + Optionals map[string]interface{} + func (data *InsertCommentRequest) CreateRequestData() (RequestData, error) + func (data *InsertCommentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertCustomXmlPartOnlineRequest struct + CustomXmlPart ICustomXmlPartInsert + Document io.ReadCloser + Optionals map[string]interface{} + func (data *InsertCustomXmlPartOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertCustomXmlPartOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertCustomXmlPartOnlineResponse struct + Document map[string]io.Reader + Model CustomXmlPartResponse + type InsertCustomXmlPartRequest struct + CustomXmlPart ICustomXmlPartInsert + Name *string + Optionals map[string]interface{} + func (data *InsertCustomXmlPartRequest) CreateRequestData() (RequestData, error) + func (data *InsertCustomXmlPartRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertDrawingObjectOnlineRequest struct + Document io.ReadCloser + DrawingObject IDrawingObjectInsert + ImageFile io.ReadCloser + Optionals map[string]interface{} + func (data *InsertDrawingObjectOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertDrawingObjectOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertDrawingObjectOnlineResponse struct + Document map[string]io.Reader + Model DrawingObjectResponse + type InsertDrawingObjectRequest struct + DrawingObject IDrawingObjectInsert + ImageFile io.ReadCloser + Name *string + Optionals map[string]interface{} + func (data *InsertDrawingObjectRequest) CreateRequestData() (RequestData, error) + func (data *InsertDrawingObjectRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertFieldOnlineRequest struct + Document io.ReadCloser + Field IFieldInsert + Optionals map[string]interface{} + func (data *InsertFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertFieldOnlineResponse struct + Document map[string]io.Reader + Model FieldResponse + type InsertFieldRequest struct + Field IFieldInsert + Name *string + Optionals map[string]interface{} + func (data *InsertFieldRequest) CreateRequestData() (RequestData, error) + func (data *InsertFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertFootnoteOnlineRequest struct + Document io.ReadCloser + FootnoteDto IFootnoteInsert + Optionals map[string]interface{} + func (data *InsertFootnoteOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertFootnoteOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertFootnoteOnlineResponse struct + Document map[string]io.Reader + Model FootnoteResponse + type InsertFootnoteRequest struct + FootnoteDto IFootnoteInsert + Name *string + Optionals map[string]interface{} + func (data *InsertFootnoteRequest) CreateRequestData() (RequestData, error) + func (data *InsertFootnoteRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertFormFieldOnlineRequest struct + Document io.ReadCloser + FormField IFormField + Optionals map[string]interface{} + func (data *InsertFormFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertFormFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertFormFieldOnlineResponse struct + Document map[string]io.Reader + Model FormFieldResponse + type InsertFormFieldRequest struct + FormField IFormField + Name *string + Optionals map[string]interface{} + func (data *InsertFormFieldRequest) CreateRequestData() (RequestData, error) + func (data *InsertFormFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertHeaderFooterOnlineRequest struct + Document io.ReadCloser + HeaderFooterType *string + Optionals map[string]interface{} + SectionPath *string + func (data *InsertHeaderFooterOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertHeaderFooterOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertHeaderFooterOnlineResponse struct + Document map[string]io.Reader + Model HeaderFooterResponse + type InsertHeaderFooterRequest struct + HeaderFooterType *string + Name *string + Optionals map[string]interface{} + SectionPath *string + func (data *InsertHeaderFooterRequest) CreateRequestData() (RequestData, error) + func (data *InsertHeaderFooterRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertListOnlineRequest struct + Document io.ReadCloser + ListInsert IListInsert + Optionals map[string]interface{} + func (data *InsertListOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertListOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertListOnlineResponse struct + Document map[string]io.Reader + Model ListResponse + type InsertListRequest struct + ListInsert IListInsert + Name *string + Optionals map[string]interface{} + func (data *InsertListRequest) CreateRequestData() (RequestData, error) + func (data *InsertListRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertOrUpdateParagraphTabStopOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + TabStopInsertDto ITabStopInsert + func (data *InsertOrUpdateParagraphTabStopOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertOrUpdateParagraphTabStopOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertOrUpdateParagraphTabStopOnlineResponse struct + Document map[string]io.Reader + Model TabStopsResponse + type InsertOrUpdateParagraphTabStopRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + TabStopInsertDto ITabStopInsert + func (data *InsertOrUpdateParagraphTabStopRequest) CreateRequestData() (RequestData, error) + func (data *InsertOrUpdateParagraphTabStopRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertPageNumbersOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + PageNumber IPageNumber + func (data *InsertPageNumbersOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertPageNumbersOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertPageNumbersOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type InsertPageNumbersRequest struct + Name *string + Optionals map[string]interface{} + PageNumber IPageNumber + func (data *InsertPageNumbersRequest) CreateRequestData() (RequestData, error) + func (data *InsertPageNumbersRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertParagraphOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + Paragraph IParagraphInsert + func (data *InsertParagraphOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertParagraphOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertParagraphOnlineResponse struct + Document map[string]io.Reader + Model ParagraphResponse + type InsertParagraphRequest struct + Name *string + Optionals map[string]interface{} + Paragraph IParagraphInsert + func (data *InsertParagraphRequest) CreateRequestData() (RequestData, error) + func (data *InsertParagraphRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertRunOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + ParagraphPath *string + Run IRunInsert + func (data *InsertRunOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertRunOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertRunOnlineResponse struct + Document map[string]io.Reader + Model RunResponse + type InsertRunRequest struct + Name *string + Optionals map[string]interface{} + ParagraphPath *string + Run IRunInsert + func (data *InsertRunRequest) CreateRequestData() (RequestData, error) + func (data *InsertRunRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertStructuredDocumentTagOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + StructuredDocumentTag IStructuredDocumentTagInsert + func (data *InsertStructuredDocumentTagOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertStructuredDocumentTagOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertStructuredDocumentTagOnlineResponse struct + Document map[string]io.Reader + Model StructuredDocumentTagResponse + type InsertStructuredDocumentTagRequest struct + Name *string + Optionals map[string]interface{} + StructuredDocumentTag IStructuredDocumentTagInsert + func (data *InsertStructuredDocumentTagRequest) CreateRequestData() (RequestData, error) + func (data *InsertStructuredDocumentTagRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertStyleOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + StyleInsert IStyleInsert + func (data *InsertStyleOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertStyleOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertStyleOnlineResponse struct + Document map[string]io.Reader + Model StyleResponse + type InsertStyleRequest struct + Name *string + Optionals map[string]interface{} + StyleInsert IStyleInsert + func (data *InsertStyleRequest) CreateRequestData() (RequestData, error) + func (data *InsertStyleRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertTableCellOnlineRequest struct + Cell ITableCellInsert + Document io.ReadCloser + Optionals map[string]interface{} + TableRowPath *string + func (data *InsertTableCellOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertTableCellOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertTableCellOnlineResponse struct + Document map[string]io.Reader + Model TableCellResponse + type InsertTableCellRequest struct + Cell ITableCellInsert + Name *string + Optionals map[string]interface{} + TableRowPath *string + func (data *InsertTableCellRequest) CreateRequestData() (RequestData, error) + func (data *InsertTableCellRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertTableOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + Table ITableInsert + func (data *InsertTableOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertTableOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertTableOnlineResponse struct + Document map[string]io.Reader + Model TableResponse + type InsertTableRequest struct + Name *string + Optionals map[string]interface{} + Table ITableInsert + func (data *InsertTableRequest) CreateRequestData() (RequestData, error) + func (data *InsertTableRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertTableRowOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + Row ITableRowInsert + TablePath *string + func (data *InsertTableRowOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertTableRowOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertTableRowOnlineResponse struct + Document map[string]io.Reader + Model TableRowResponse + type InsertTableRowRequest struct + Name *string + Optionals map[string]interface{} + Row ITableRowInsert + TablePath *string + func (data *InsertTableRowRequest) CreateRequestData() (RequestData, error) + func (data *InsertTableRowRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertWatermarkImageOnlineRequest struct + Document io.ReadCloser + ImageFile io.ReadCloser + Optionals map[string]interface{} + func (data *InsertWatermarkImageOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertWatermarkImageOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertWatermarkImageOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type InsertWatermarkImageRequest struct + Name *string + Optionals map[string]interface{} + func (data *InsertWatermarkImageRequest) CreateRequestData() (RequestData, error) + func (data *InsertWatermarkImageRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertWatermarkTextOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + WatermarkText IWatermarkText + func (data *InsertWatermarkTextOnlineRequest) CreateRequestData() (RequestData, error) + func (data *InsertWatermarkTextOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type InsertWatermarkTextOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type InsertWatermarkTextRequest struct + Name *string + Optionals map[string]interface{} + WatermarkText IWatermarkText + func (data *InsertWatermarkTextRequest) CreateRequestData() (RequestData, error) + func (data *InsertWatermarkTextRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type JpegSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HorizontalResolution *float64 + ImageBrightness *float64 + ImageColorMode *string + ImageContrast *float64 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + PaperColor *string + PixelFormat *string + Resolution *float64 + SaveFormat *string + Scale *float64 + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseAntiAliasing *bool + UseGdiEmfRenderer *bool + UseHighQualityRendering *bool + VerticalResolution *float64 + ZipOutput *bool + func (JpegSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (JpegSaveOptionsData) IsImageSaveOptionsData() bool + func (JpegSaveOptionsData) IsJpegSaveOptionsData() bool + func (JpegSaveOptionsData) IsSaveOptionsData() bool + func (obj *JpegSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *JpegSaveOptionsData) Initialize() + type JpegSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HorizontalResolution float64 + ImageBrightness float64 + ImageColorMode string + ImageContrast float64 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + PaperColor string + PixelFormat string + Resolution float64 + SaveFormat string + Scale float64 + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseAntiAliasing bool + UseGdiEmfRenderer bool + UseHighQualityRendering bool + VerticalResolution float64 + ZipOutput bool + type JsonDataLoadOptions struct + AlwaysGenerateRootObject *bool + ExactDateTimeParseFormats []string + SimpleValueParseMode *string + func (JsonDataLoadOptions) IsJsonDataLoadOptions() bool + func (obj *JsonDataLoadOptions) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *JsonDataLoadOptions) Initialize() + type JsonDataLoadOptionsResult struct + AlwaysGenerateRootObject bool + ExactDateTimeParseFormats []string + SimpleValueParseMode string + type Link struct + Href *string + Rel *string + Title *string + Type *string + func (Link) IsLink() bool + func (obj *Link) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Link) Initialize() + type LinkElement struct + Link IWordsApiLink + func (LinkElement) IsLinkElement() bool + func (obj *LinkElement) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *LinkElement) Initialize() + type LinkElementResult struct + Link WordsApiLinkResult + type LinkHeaderFootersToPreviousRequest struct + Name *string + Optionals map[string]interface{} + SectionIndex *int32 + func (data *LinkHeaderFootersToPreviousRequest) CreateRequestData() (RequestData, error) + func (data *LinkHeaderFootersToPreviousRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type LinkResult struct + Href string + Rel string + Title string + Type string + type ListFormat struct + IsListItem *bool + Link IWordsApiLink + ListId *int32 + ListLevelNumber *int32 + func (ListFormat) IsLinkElement() bool + func (ListFormat) IsListFormat() bool + func (obj *ListFormat) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListFormat) Initialize() + type ListFormatResult struct + IsListItem bool + Link WordsApiLinkResult + ListId int32 + ListLevelNumber int32 + type ListFormatUpdate struct + ListId *int32 + ListLevelNumber *int32 + func (ListFormatUpdate) IsListFormatUpdate() bool + func (obj *ListFormatUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListFormatUpdate) Initialize() + type ListFormatUpdateResult struct + ListId int32 + ListLevelNumber int32 + type ListInfo struct + IsListStyleDefinition *bool + IsListStyleReference *bool + IsMultiLevel *bool + IsRestartAtEachSection *bool + Link IWordsApiLink + ListId *int32 + ListLevels IListLevels + Style IStyle + func (ListInfo) IsLinkElement() bool + func (ListInfo) IsListInfo() bool + func (obj *ListInfo) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListInfo) Initialize() + type ListInfoResult struct + IsListStyleDefinition bool + IsListStyleReference bool + IsMultiLevel bool + IsRestartAtEachSection bool + Link WordsApiLinkResult + ListId int32 + ListLevels ListLevelsResult + Style StyleResult + type ListInsert struct + Template *string + func (ListInsert) IsListInsert() bool + func (obj *ListInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListInsert) Initialize() + type ListInsertResult struct + Template string + type ListLevel struct + Alignment *string + Font IFont + IsLegal *bool + Link IWordsApiLink + LinkedStyle IStyle + NumberFormat *string + NumberPosition *float64 + NumberStyle *string + RestartAfterLevel *int32 + StartAt *int32 + TabPosition *float64 + TextPosition *float64 + TrailingCharacter *string + func (ListLevel) IsLinkElement() bool + func (ListLevel) IsListLevel() bool + func (obj *ListLevel) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListLevel) Initialize() + type ListLevelResult struct + Alignment string + Font FontResult + IsLegal bool + Link WordsApiLinkResult + LinkedStyle StyleResult + NumberFormat string + NumberPosition float64 + NumberStyle string + RestartAfterLevel int32 + StartAt int32 + TabPosition float64 + TextPosition float64 + TrailingCharacter string + type ListLevelUpdate struct + Alignment *string + IsLegal *bool + NumberFormat *string + NumberPosition *float64 + NumberStyle *string + RestartAfterLevel *int32 + StartAt *int32 + TabPosition *float64 + TextPosition *float64 + TrailingCharacter *string + func (ListLevelUpdate) IsListLevelUpdate() bool + func (obj *ListLevelUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListLevelUpdate) Initialize() + type ListLevelUpdateResult struct + Alignment string + IsLegal bool + NumberFormat string + NumberPosition float64 + NumberStyle string + RestartAfterLevel int32 + StartAt int32 + TabPosition float64 + TextPosition float64 + TrailingCharacter string + type ListLevels struct + Link IWordsApiLink + ListLevel []ListLevel + func (ListLevels) IsLinkElement() bool + func (ListLevels) IsListLevels() bool + func (obj *ListLevels) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListLevels) Initialize() + type ListLevelsResult struct + Link WordsApiLinkResult + ListLevel []ListLevelResult + type ListResponse struct + List ListInfoResult + RequestId string + type ListUpdate struct + IsRestartAtEachSection *bool + func (ListUpdate) IsListUpdate() bool + func (obj *ListUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ListUpdate) Initialize() + type ListUpdateResult struct + IsRestartAtEachSection bool + type Lists struct + Link IWordsApiLink + ListInfo []ListInfo + func (Lists) IsLinkElement() bool + func (Lists) IsLists() bool + func (obj *Lists) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Lists) Initialize() + type ListsResponse struct + Lists ListsResult + RequestId string + type ListsResult struct + Link WordsApiLinkResult + ListInfo []ListInfoResult + type LoadWebDocumentData struct + LoadingDocumentUrl *string + SaveOptions ISaveOptionsData + func (LoadWebDocumentData) IsLoadWebDocumentData() bool + func (obj *LoadWebDocumentData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *LoadWebDocumentData) Initialize() + type LoadWebDocumentDataResult struct + LoadingDocumentUrl string + SaveOptions SaveOptionsDataResult + type LoadWebDocumentRequest struct + Data ILoadWebDocumentData + Optionals map[string]interface{} + func (data *LoadWebDocumentRequest) CreateRequestData() (RequestData, error) + func (data *LoadWebDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type MarkdownSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + Encoding *string + ExportHeadersFootersMode *string + FileName *string + ForcePageBreaks *bool + ImlRenderingMode *string + ParagraphBreak *string + SaveFormat *string + TableContentAlignment *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (MarkdownSaveOptionsData) IsMarkdownSaveOptionsData() bool + func (MarkdownSaveOptionsData) IsSaveOptionsData() bool + func (MarkdownSaveOptionsData) IsTxtSaveOptionsBaseData() bool + func (obj *MarkdownSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *MarkdownSaveOptionsData) Initialize() + type MarkdownSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + Encoding string + ExportHeadersFootersMode string + FileName string + ForcePageBreaks bool + ImlRenderingMode string + ParagraphBreak string + SaveFormat string + TableContentAlignment string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type MetafileRenderingOptionsData struct + EmfPlusDualRenderingMode *string + EmulateRasterOperations *bool + RenderingMode *string + ScaleWmfFontsToMetafileSize *bool + UseEmfEmbeddedToWmf *bool + func (MetafileRenderingOptionsData) IsMetafileRenderingOptionsData() bool + func (obj *MetafileRenderingOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *MetafileRenderingOptionsData) Initialize() + type MetafileRenderingOptionsDataResult struct + EmfPlusDualRenderingMode string + EmulateRasterOperations bool + RenderingMode string + ScaleWmfFontsToMetafileSize bool + UseEmfEmbeddedToWmf bool + type MhtmlSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + AllowNegativeIndent *bool + CssClassNamePrefix *string + CssStyleSheetFileName *string + CssStyleSheetType *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + DocumentSplitCriteria *string + DocumentSplitHeadingLevel *int32 + Encoding *string + ExportCidUrlsForMhtmlResources *bool + ExportDocumentProperties *bool + ExportDropDownFormFieldAsText *bool + ExportFontResources *bool + ExportFontsAsBase64 *bool + ExportHeadersFootersMode *string + ExportImagesAsBase64 *bool + ExportLanguageInformation *bool + ExportListLabels *string + ExportOriginalUrlForLinkedImages *bool + ExportPageMargins *bool + ExportPageSetup *bool + ExportRelativeFontSize *bool + ExportRoundtripInformation *bool + ExportTextInputFormFieldAsText *bool + ExportTocPageNumbers *bool + ExportXhtmlTransitional *bool + FileName *string + FontResourcesSubsettingSizeThreshold *int32 + FontsFolder *string + FontsFolderAlias *string + HtmlVersion *string + ImageResolution *int32 + ImagesFolder *string + ImagesFolderAlias *string + ImlRenderingMode *string + MetafileFormat *string + OfficeMathOutputMode *string + PrettyFormat *bool + ResolveFontNames *bool + ResourceFolder *string + ResourceFolderAlias *string + SaveFormat *string + ScaleImageToShapeSize *bool + TableWidthOutputMode *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (MhtmlSaveOptionsData) IsHtmlSaveOptionsData() bool + func (MhtmlSaveOptionsData) IsMhtmlSaveOptionsData() bool + func (MhtmlSaveOptionsData) IsSaveOptionsData() bool + func (obj *MhtmlSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *MhtmlSaveOptionsData) Initialize() + type MhtmlSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + AllowNegativeIndent bool + CssClassNamePrefix string + CssStyleSheetFileName string + CssStyleSheetType string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + DocumentSplitCriteria string + DocumentSplitHeadingLevel int32 + Encoding string + ExportCidUrlsForMhtmlResources bool + ExportDocumentProperties bool + ExportDropDownFormFieldAsText bool + ExportFontResources bool + ExportFontsAsBase64 bool + ExportHeadersFootersMode string + ExportImagesAsBase64 bool + ExportLanguageInformation bool + ExportListLabels string + ExportOriginalUrlForLinkedImages bool + ExportPageMargins bool + ExportPageSetup bool + ExportRelativeFontSize bool + ExportRoundtripInformation bool + ExportTextInputFormFieldAsText bool + ExportTocPageNumbers bool + ExportXhtmlTransitional bool + FileName string + FontResourcesSubsettingSizeThreshold int32 + FontsFolder string + FontsFolderAlias string + HtmlVersion string + ImageResolution int32 + ImagesFolder string + ImagesFolderAlias string + ImlRenderingMode string + MetafileFormat string + OfficeMathOutputMode string + PrettyFormat bool + ResolveFontNames bool + ResourceFolder string + ResourceFolderAlias string + SaveFormat string + ScaleImageToShapeSize bool + TableWidthOutputMode string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type ModificationOperationResult struct + Dest IFileLink + Source IFileLink + func (ModificationOperationResult) IsModificationOperationResult() bool + func (obj *ModificationOperationResult) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ModificationOperationResult) Initialize() + type ModificationOperationResultResult struct + Dest FileLinkResult + Source FileLinkResult + type MoveFileRequest struct + DestPath *string + Optionals map[string]interface{} + SrcPath *string + func (data *MoveFileRequest) CreateRequestData() (RequestData, error) + func (data *MoveFileRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type MoveFolderRequest struct + DestPath *string + Optionals map[string]interface{} + SrcPath *string + func (data *MoveFolderRequest) CreateRequestData() (RequestData, error) + func (data *MoveFolderRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type NodeLink struct + Link IWordsApiLink + NodeId *string + func (NodeLink) IsLinkElement() bool + func (NodeLink) IsNodeLink() bool + func (obj *NodeLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *NodeLink) Initialize() + type NodeLinkResult struct + Link WordsApiLinkResult + NodeId string + type OdtSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + IsStrictSchema11 *bool + MeasureUnit *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (OdtSaveOptionsData) IsOdtSaveOptionsData() bool + func (OdtSaveOptionsData) IsSaveOptionsData() bool + func (obj *OdtSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OdtSaveOptionsData) Initialize() + type OdtSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + IsStrictSchema11 bool + MeasureUnit string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type OfficeMathLink struct + Link IWordsApiLink + NodeId *string + func (OfficeMathLink) IsLinkElement() bool + func (OfficeMathLink) IsNodeLink() bool + func (OfficeMathLink) IsOfficeMathLink() bool + func (obj *OfficeMathLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OfficeMathLink) Initialize() + type OfficeMathLinkResult struct + Link WordsApiLinkResult + NodeId string + type OfficeMathObject struct + Content IStoryChildNodes + DisplayType *string + Justification *string + Link IWordsApiLink + MathObjectType *string + NodeId *string + func (OfficeMathObject) IsLinkElement() bool + func (OfficeMathObject) IsNodeLink() bool + func (OfficeMathObject) IsOfficeMathLink() bool + func (OfficeMathObject) IsOfficeMathObject() bool + func (obj *OfficeMathObject) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OfficeMathObject) Initialize() + type OfficeMathObjectResponse struct + OfficeMathObject OfficeMathObjectResult + RequestId string + type OfficeMathObjectResult struct + Content StoryChildNodesResult + DisplayType string + Justification string + Link WordsApiLinkResult + MathObjectType string + NodeId string + type OfficeMathObjectsCollection struct + Link IWordsApiLink + List []OfficeMathObject + func (OfficeMathObjectsCollection) IsLinkElement() bool + func (OfficeMathObjectsCollection) IsOfficeMathObjectsCollection() bool + func (obj *OfficeMathObjectsCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OfficeMathObjectsCollection) Initialize() + type OfficeMathObjectsCollectionResult struct + Link WordsApiLinkResult + List []OfficeMathObjectResult + type OfficeMathObjectsResponse struct + OfficeMathObjects OfficeMathObjectsCollectionResult + RequestId string + type OoxmlSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + Compliance *string + CompressionLevel *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (OoxmlSaveOptionsData) IsOoxmlSaveOptionsData() bool + func (OoxmlSaveOptionsData) IsSaveOptionsData() bool + func (obj *OoxmlSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OoxmlSaveOptionsData) Initialize() + type OoxmlSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + Compliance string + CompressionLevel string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type OpenXpsSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + BookmarksOutlineLevel *int32 + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HeadingsOutlineLevels *int32 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + OutlineOptions IOutlineOptionsData + PageCount *int32 + PageIndex *int32 + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseBookFoldPrintingSettings *bool + ZipOutput *bool + func (OpenXpsSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (OpenXpsSaveOptionsData) IsOpenXpsSaveOptionsData() bool + func (OpenXpsSaveOptionsData) IsSaveOptionsData() bool + func (OpenXpsSaveOptionsData) IsXpsSaveOptionsData() bool + func (obj *OpenXpsSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OpenXpsSaveOptionsData) Initialize() + type OpenXpsSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + BookmarksOutlineLevel int32 + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HeadingsOutlineLevels int32 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + OutlineOptions OutlineOptionsDataResult + PageCount int32 + PageIndex int32 + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseBookFoldPrintingSettings bool + ZipOutput bool + type OptimizationOptions struct + MsWordVersion *string + func (OptimizationOptions) IsOptimizationOptions() bool + func (obj *OptimizationOptions) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OptimizationOptions) Initialize() + type OptimizationOptionsResult struct + MsWordVersion string + type OptimizeDocumentOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + Options IOptimizationOptions + func (data *OptimizeDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *OptimizeDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type OptimizeDocumentRequest struct + Name *string + Optionals map[string]interface{} + Options IOptimizationOptions + func (data *OptimizeDocumentRequest) CreateRequestData() (RequestData, error) + func (data *OptimizeDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type OttSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + IsStrictSchema11 *bool + MeasureUnit *string + Password *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (OttSaveOptionsData) IsOdtSaveOptionsData() bool + func (OttSaveOptionsData) IsOttSaveOptionsData() bool + func (OttSaveOptionsData) IsSaveOptionsData() bool + func (obj *OttSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OttSaveOptionsData) Initialize() + type OttSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + IsStrictSchema11 bool + MeasureUnit string + Password string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type OutlineOptionsData struct + BookmarksOutlineLevels []BookmarksOutlineLevelData + CreateMissingOutlineLevels *bool + CreateOutlinesForHeadingsInTables *bool + DefaultBookmarksOutlineLevel *int32 + ExpandedOutlineLevels *int32 + HeadingsOutlineLevels *int32 + func (OutlineOptionsData) IsOutlineOptionsData() bool + func (obj *OutlineOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *OutlineOptionsData) Initialize() + type OutlineOptionsDataResult struct + BookmarksOutlineLevels []BookmarksOutlineLevelDataResult + CreateMissingOutlineLevels bool + CreateOutlinesForHeadingsInTables bool + DefaultBookmarksOutlineLevel int32 + ExpandedOutlineLevels int32 + HeadingsOutlineLevels int32 + type PageNumber struct + Alignment *string + Format *string + IsTop *bool + PageStartingNumber *int32 + SetPageNumberOnFirstPage *bool + func (PageNumber) IsPageNumber() bool + func (obj *PageNumber) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PageNumber) Initialize() + type PageNumberResult struct + Alignment string + Format string + IsTop bool + PageStartingNumber int32 + SetPageNumberOnFirstPage bool + type PageSetup struct + Bidi *bool + BorderAlwaysInFront *bool + BorderAppliesTo *string + BorderDistanceFrom *string + BottomMargin *float64 + DifferentFirstPageHeaderFooter *bool + FirstPageTray *int32 + FooterDistance *float64 + Gutter *float64 + HeaderDistance *float64 + LeftMargin *float64 + LineNumberCountBy *int32 + LineNumberDistanceFromText *float64 + LineNumberRestartMode *string + LineStartingNumber *int32 + Link IWordsApiLink + Orientation *string + OtherPagesTray *int32 + PageHeight *float64 + PageNumberStyle *string + PageStartingNumber *int32 + PageWidth *float64 + PaperSize *string + RestartPageNumbering *bool + RightMargin *float64 + RtlGutter *bool + SectionStart *string + SuppressEndnotes *bool + TopMargin *float64 + VerticalAlignment *string + func (PageSetup) IsLinkElement() bool + func (PageSetup) IsPageSetup() bool + func (obj *PageSetup) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PageSetup) Initialize() + type PageSetupResult struct + Bidi bool + BorderAlwaysInFront bool + BorderAppliesTo string + BorderDistanceFrom string + BottomMargin float64 + DifferentFirstPageHeaderFooter bool + FirstPageTray int32 + FooterDistance float64 + Gutter float64 + HeaderDistance float64 + LeftMargin float64 + LineNumberCountBy int32 + LineNumberDistanceFromText float64 + LineNumberRestartMode string + LineStartingNumber int32 + Link WordsApiLinkResult + Orientation string + OtherPagesTray int32 + PageHeight float64 + PageNumberStyle string + PageStartingNumber int32 + PageWidth float64 + PaperSize string + RestartPageNumbering bool + RightMargin float64 + RtlGutter bool + SectionStart string + SuppressEndnotes bool + TopMargin float64 + VerticalAlignment string + type PageStatData struct + FootnotesStatData IFootnotesStatData + PageNumber *int32 + ParagraphCount *int32 + WordCount *int32 + func (PageStatData) IsPageStatData() bool + func (obj *PageStatData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PageStatData) Initialize() + type PageStatDataResult struct + FootnotesStatData FootnotesStatDataResult + PageNumber int32 + ParagraphCount int32 + WordCount int32 + type Paragraph struct + ChildNodes []NodeLink + Link IWordsApiLink + NodeId *string + func (Paragraph) IsLinkElement() bool + func (Paragraph) IsNodeLink() bool + func (Paragraph) IsParagraph() bool + func (obj *Paragraph) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Paragraph) Initialize() + type ParagraphFormat struct + AddSpaceBetweenFarEastAndAlpha *bool + AddSpaceBetweenFarEastAndDigit *bool + Alignment *string + Bidi *bool + DropCapPosition *string + FirstLineIndent *float64 + IsHeading *bool + IsListItem *bool + KeepTogether *bool + KeepWithNext *bool + LeftIndent *float64 + LineSpacing *float64 + LineSpacingRule *string + LinesToDrop *int32 + Link IWordsApiLink + NoSpaceBetweenParagraphsOfSameStyle *bool + OutlineLevel *string + PageBreakBefore *bool + RightIndent *float64 + Shading IShading + SpaceAfter *float64 + SpaceAfterAuto *bool + SpaceBefore *float64 + SpaceBeforeAuto *bool + StyleIdentifier *string + StyleName *string + SuppressAutoHyphens *bool + SuppressLineNumbers *bool + WidowControl *bool + func (ParagraphFormat) IsLinkElement() bool + func (ParagraphFormat) IsParagraphFormat() bool + func (ParagraphFormat) IsParagraphFormatBase() bool + func (obj *ParagraphFormat) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ParagraphFormat) Initialize() + type ParagraphFormatBase struct + AddSpaceBetweenFarEastAndAlpha *bool + AddSpaceBetweenFarEastAndDigit *bool + Alignment *string + Bidi *bool + DropCapPosition *string + FirstLineIndent *float64 + KeepTogether *bool + KeepWithNext *bool + LeftIndent *float64 + LineSpacing *float64 + LineSpacingRule *string + LinesToDrop *int32 + Link IWordsApiLink + NoSpaceBetweenParagraphsOfSameStyle *bool + OutlineLevel *string + PageBreakBefore *bool + RightIndent *float64 + Shading IShading + SpaceAfter *float64 + SpaceAfterAuto *bool + SpaceBefore *float64 + SpaceBeforeAuto *bool + StyleIdentifier *string + StyleName *string + SuppressAutoHyphens *bool + SuppressLineNumbers *bool + WidowControl *bool + func (ParagraphFormatBase) IsLinkElement() bool + func (ParagraphFormatBase) IsParagraphFormatBase() bool + func (obj *ParagraphFormatBase) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ParagraphFormatBase) Initialize() + type ParagraphFormatBaseResult struct + AddSpaceBetweenFarEastAndAlpha bool + AddSpaceBetweenFarEastAndDigit bool + Alignment string + Bidi bool + DropCapPosition string + FirstLineIndent float64 + KeepTogether bool + KeepWithNext bool + LeftIndent float64 + LineSpacing float64 + LineSpacingRule string + LinesToDrop int32 + Link WordsApiLinkResult + NoSpaceBetweenParagraphsOfSameStyle bool + OutlineLevel string + PageBreakBefore bool + RightIndent float64 + Shading ShadingResult + SpaceAfter float64 + SpaceAfterAuto bool + SpaceBefore float64 + SpaceBeforeAuto bool + StyleIdentifier string + StyleName string + SuppressAutoHyphens bool + SuppressLineNumbers bool + WidowControl bool + type ParagraphFormatResponse struct + ParagraphFormat ParagraphFormatResult + RequestId string + type ParagraphFormatResult struct + AddSpaceBetweenFarEastAndAlpha bool + AddSpaceBetweenFarEastAndDigit bool + Alignment string + Bidi bool + DropCapPosition string + FirstLineIndent float64 + IsHeading bool + IsListItem bool + KeepTogether bool + KeepWithNext bool + LeftIndent float64 + LineSpacing float64 + LineSpacingRule string + LinesToDrop int32 + Link WordsApiLinkResult + NoSpaceBetweenParagraphsOfSameStyle bool + OutlineLevel string + PageBreakBefore bool + RightIndent float64 + Shading ShadingResult + SpaceAfter float64 + SpaceAfterAuto bool + SpaceBefore float64 + SpaceBeforeAuto bool + StyleIdentifier string + StyleName string + SuppressAutoHyphens bool + SuppressLineNumbers bool + WidowControl bool + type ParagraphFormatUpdate struct + AddSpaceBetweenFarEastAndAlpha *bool + AddSpaceBetweenFarEastAndDigit *bool + Alignment *string + Bidi *bool + DropCapPosition *string + FirstLineIndent *float64 + KeepTogether *bool + KeepWithNext *bool + LeftIndent *float64 + LineSpacing *float64 + LineSpacingRule *string + LinesToDrop *int32 + Link IWordsApiLink + NoSpaceBetweenParagraphsOfSameStyle *bool + OutlineLevel *string + PageBreakBefore *bool + RightIndent *float64 + Shading IShading + SpaceAfter *float64 + SpaceAfterAuto *bool + SpaceBefore *float64 + SpaceBeforeAuto *bool + StyleIdentifier *string + StyleName *string + SuppressAutoHyphens *bool + SuppressLineNumbers *bool + WidowControl *bool + func (ParagraphFormatUpdate) IsLinkElement() bool + func (ParagraphFormatUpdate) IsParagraphFormatBase() bool + func (ParagraphFormatUpdate) IsParagraphFormatUpdate() bool + func (obj *ParagraphFormatUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ParagraphFormatUpdate) Initialize() + type ParagraphFormatUpdateResult struct + AddSpaceBetweenFarEastAndAlpha bool + AddSpaceBetweenFarEastAndDigit bool + Alignment string + Bidi bool + DropCapPosition string + FirstLineIndent float64 + KeepTogether bool + KeepWithNext bool + LeftIndent float64 + LineSpacing float64 + LineSpacingRule string + LinesToDrop int32 + Link WordsApiLinkResult + NoSpaceBetweenParagraphsOfSameStyle bool + OutlineLevel string + PageBreakBefore bool + RightIndent float64 + Shading ShadingResult + SpaceAfter float64 + SpaceAfterAuto bool + SpaceBefore float64 + SpaceBeforeAuto bool + StyleIdentifier string + StyleName string + SuppressAutoHyphens bool + SuppressLineNumbers bool + WidowControl bool + type ParagraphInsert struct + Text *string + func (ParagraphInsert) IsParagraphInsert() bool + func (obj *ParagraphInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ParagraphInsert) Initialize() + type ParagraphInsertResult struct + Text string + type ParagraphLink struct + Link IWordsApiLink + NodeId *string + Text *string + func (ParagraphLink) IsLinkElement() bool + func (ParagraphLink) IsNodeLink() bool + func (ParagraphLink) IsParagraphLink() bool + func (obj *ParagraphLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ParagraphLink) Initialize() + type ParagraphLinkCollection struct + Link IWordsApiLink + ParagraphLinkList []ParagraphLink + func (ParagraphLinkCollection) IsLinkElement() bool + func (ParagraphLinkCollection) IsParagraphLinkCollection() bool + func (obj *ParagraphLinkCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ParagraphLinkCollection) Initialize() + type ParagraphLinkCollectionResponse struct + Paragraphs ParagraphLinkCollectionResult + RequestId string + type ParagraphLinkCollectionResult struct + Link WordsApiLinkResult + ParagraphLinkList []ParagraphLinkResult + type ParagraphLinkResult struct + Link WordsApiLinkResult + NodeId string + Text string + type ParagraphListFormatResponse struct + ListFormat ListFormatResult + RequestId string + type ParagraphResponse struct + Paragraph ParagraphResult + RequestId string + type ParagraphResult struct + ChildNodes []NodeLinkResult + Link WordsApiLinkResult + NodeId string + type PclSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FalllbackFontName *string + FileName *string + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + RasterizeTransformedElements *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (PclSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (PclSaveOptionsData) IsPclSaveOptionsData() bool + func (PclSaveOptionsData) IsSaveOptionsData() bool + func (obj *PclSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PclSaveOptionsData) Initialize() + type PclSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FalllbackFontName string + FileName string + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + RasterizeTransformedElements bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type PdfDigitalSignatureDetailsData struct + CertificateFilename *string + HashAlgorithm *string + Location *string + Reason *string + SignatureDate *Time + func (PdfDigitalSignatureDetailsData) IsPdfDigitalSignatureDetailsData() bool + func (obj *PdfDigitalSignatureDetailsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PdfDigitalSignatureDetailsData) Initialize() + type PdfDigitalSignatureDetailsDataResult struct + CertificateFilename string + HashAlgorithm string + Location string + Reason string + SignatureDate Time + type PdfEncryptionDetailsData struct + OwnerPassword *string + Permissions []string + UserPassword *string + func (PdfEncryptionDetailsData) IsPdfEncryptionDetailsData() bool + func (obj *PdfEncryptionDetailsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PdfEncryptionDetailsData) Initialize() + type PdfEncryptionDetailsDataResult struct + OwnerPassword string + Permissions []string + UserPassword string + type PdfPermissions string + const ALLOWALL + const CONTENTCOPY + const CONTENTCOPYFORACCESSIBILITY + const DISALLOWALL + const DOCUMENTASSEMBLY + const FILLIN + const HIGHRESOLUTIONPRINTING + const MODIFYANNOTATIONS + const MODIFYCONTENTS + const PRINTING + type PdfSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CacheBackgroundGraphics *bool + ColorMode *string + Compliance *string + CreateNoteHyperlinks *bool + CustomPropertiesExport *string + CustomTimeZoneInfoData ITimeZoneInfoData + DigitalSignatureDetails IPdfDigitalSignatureDetailsData + DisplayDocTitle *bool + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + DownsampleOptions IDownsampleOptionsData + EmbedAttachments *bool + EmbedFullFonts *bool + EncryptionDetails IPdfEncryptionDetailsData + ExportDocumentStructure *bool + ExportLanguageToSpanTag *bool + FileName *string + FontEmbeddingMode *string + HeaderFooterBookmarksExportMode *string + ImageColorSpaceExportMode *string + ImageCompression *string + ImlRenderingMode *string + InterpolateImages *bool + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OpenHyperlinksInNewWindow *bool + OptimizeOutput *bool + OutlineOptions IOutlineOptionsData + PageCount *int32 + PageIndex *int32 + PageMode *string + PreblendImages *bool + PreserveFormFields *bool + SaveFormat *string + TextCompression *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseBookFoldPrintingSettings *bool + UseCoreFonts *bool + ZipOutput *bool + ZoomBehavior *string + ZoomFactor *int32 + func (PdfSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (PdfSaveOptionsData) IsPdfSaveOptionsData() bool + func (PdfSaveOptionsData) IsSaveOptionsData() bool + func (obj *PdfSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PdfSaveOptionsData) Initialize() + type PdfSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CacheBackgroundGraphics bool + ColorMode string + Compliance string + CreateNoteHyperlinks bool + CustomPropertiesExport string + CustomTimeZoneInfoData TimeZoneInfoDataResult + DigitalSignatureDetails PdfDigitalSignatureDetailsDataResult + DisplayDocTitle bool + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + DownsampleOptions DownsampleOptionsDataResult + EmbedAttachments bool + EmbedFullFonts bool + EncryptionDetails PdfEncryptionDetailsDataResult + ExportDocumentStructure bool + ExportLanguageToSpanTag bool + FileName string + FontEmbeddingMode string + HeaderFooterBookmarksExportMode string + ImageColorSpaceExportMode string + ImageCompression string + ImlRenderingMode string + InterpolateImages bool + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OpenHyperlinksInNewWindow bool + OptimizeOutput bool + OutlineOptions OutlineOptionsDataResult + PageCount int32 + PageIndex int32 + PageMode string + PreblendImages bool + PreserveFormFields bool + SaveFormat string + TextCompression string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseBookFoldPrintingSettings bool + UseCoreFonts bool + ZipOutput bool + ZoomBehavior string + ZoomFactor int32 + type PngSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HorizontalResolution *float64 + ImageBrightness *float64 + ImageColorMode *string + ImageContrast *float64 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + PaperColor *string + PixelFormat *string + Resolution *float64 + SaveFormat *string + Scale *float64 + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseAntiAliasing *bool + UseGdiEmfRenderer *bool + UseHighQualityRendering *bool + VerticalResolution *float64 + ZipOutput *bool + func (PngSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (PngSaveOptionsData) IsImageSaveOptionsData() bool + func (PngSaveOptionsData) IsPngSaveOptionsData() bool + func (PngSaveOptionsData) IsSaveOptionsData() bool + func (obj *PngSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PngSaveOptionsData) Initialize() + type PngSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HorizontalResolution float64 + ImageBrightness float64 + ImageColorMode string + ImageContrast float64 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + PaperColor string + PixelFormat string + Resolution float64 + SaveFormat string + Scale float64 + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseAntiAliasing bool + UseGdiEmfRenderer bool + UseHighQualityRendering bool + VerticalResolution float64 + ZipOutput bool + type PreferredWidth struct + Type *string + Value *float64 + func (PreferredWidth) IsPreferredWidth() bool + func (obj *PreferredWidth) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PreferredWidth) Initialize() + type PreferredWidthResult struct + Type string + Value float64 + type ProtectDocumentOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + ProtectionRequest IProtectionRequest + func (data *ProtectDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *ProtectDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ProtectDocumentOnlineResponse struct + Document map[string]io.Reader + Model ProtectionDataResponse + type ProtectDocumentRequest struct + Name *string + Optionals map[string]interface{} + ProtectionRequest IProtectionRequest + func (data *ProtectDocumentRequest) CreateRequestData() (RequestData, error) + func (data *ProtectDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ProtectionData struct + ProtectionType *string + func (ProtectionData) IsProtectionData() bool + func (obj *ProtectionData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ProtectionData) Initialize() + type ProtectionDataResponse struct + DocumentLink FileLinkResult + ProtectionData ProtectionDataResult + RequestId string + type ProtectionDataResult struct + ProtectionType string + type ProtectionRequest struct + NewPassword *string + Password *string + ProtectionType *string + func (ProtectionRequest) IsProtectionRequest() bool + func (obj *ProtectionRequest) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ProtectionRequest) Initialize() + type ProtectionRequestResult struct + NewPassword string + Password string + ProtectionType string + type PsSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseBookFoldPrintingSettings *bool + ZipOutput *bool + func (PsSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (PsSaveOptionsData) IsPsSaveOptionsData() bool + func (PsSaveOptionsData) IsSaveOptionsData() bool + func (obj *PsSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *PsSaveOptionsData) Initialize() + type PsSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseBookFoldPrintingSettings bool + ZipOutput bool + type PublicKeyResponse struct + Exponent string + Modulus string + RequestId string + type RangeDocument struct + DocumentName *string + func (RangeDocument) IsRangeDocument() bool + func (obj *RangeDocument) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *RangeDocument) Initialize() + type RangeDocumentDto struct + DocumentName *string + func (RangeDocumentDto) IsRangeDocumentDto() bool + func (obj *RangeDocumentDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *RangeDocumentDto) Initialize() + type RangeDocumentDtoResult struct + DocumentName string + type RangeDocumentResult struct + DocumentName string + type RangeTextResponse struct + RequestId string + Text string + type RejectAllRevisionsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *RejectAllRevisionsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *RejectAllRevisionsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RejectAllRevisionsOnlineResponse struct + Document map[string]io.Reader + Model RevisionsModificationResponse + type RejectAllRevisionsRequest struct + Name *string + Optionals map[string]interface{} + func (data *RejectAllRevisionsRequest) CreateRequestData() (RequestData, error) + func (data *RejectAllRevisionsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RemoveRangeOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + RangeStartIdentifier *string + func (data *RemoveRangeOnlineRequest) CreateRequestData() (RequestData, error) + func (data *RemoveRangeOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RemoveRangeOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type RemoveRangeRequest struct + Name *string + Optionals map[string]interface{} + RangeStartIdentifier *string + func (data *RemoveRangeRequest) CreateRequestData() (RequestData, error) + func (data *RemoveRangeRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderDrawingObjectOnlineRequest struct + Document io.ReadCloser + Format *string + Index *int32 + Optionals map[string]interface{} + func (data *RenderDrawingObjectOnlineRequest) CreateRequestData() (RequestData, error) + func (data *RenderDrawingObjectOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderDrawingObjectRequest struct + Format *string + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *RenderDrawingObjectRequest) CreateRequestData() (RequestData, error) + func (data *RenderDrawingObjectRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderMathObjectOnlineRequest struct + Document io.ReadCloser + Format *string + Index *int32 + Optionals map[string]interface{} + func (data *RenderMathObjectOnlineRequest) CreateRequestData() (RequestData, error) + func (data *RenderMathObjectOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderMathObjectRequest struct + Format *string + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *RenderMathObjectRequest) CreateRequestData() (RequestData, error) + func (data *RenderMathObjectRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderPageOnlineRequest struct + Document io.ReadCloser + Format *string + Optionals map[string]interface{} + PageIndex *int32 + func (data *RenderPageOnlineRequest) CreateRequestData() (RequestData, error) + func (data *RenderPageOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderPageRequest struct + Format *string + Name *string + Optionals map[string]interface{} + PageIndex *int32 + func (data *RenderPageRequest) CreateRequestData() (RequestData, error) + func (data *RenderPageRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderParagraphOnlineRequest struct + Document io.ReadCloser + Format *string + Index *int32 + Optionals map[string]interface{} + func (data *RenderParagraphOnlineRequest) CreateRequestData() (RequestData, error) + func (data *RenderParagraphOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderParagraphRequest struct + Format *string + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *RenderParagraphRequest) CreateRequestData() (RequestData, error) + func (data *RenderParagraphRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderTableOnlineRequest struct + Document io.ReadCloser + Format *string + Index *int32 + Optionals map[string]interface{} + func (data *RenderTableOnlineRequest) CreateRequestData() (RequestData, error) + func (data *RenderTableOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RenderTableRequest struct + Format *string + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *RenderTableRequest) CreateRequestData() (RequestData, error) + func (data *RenderTableRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ReplaceRange struct + Text *string + TextType *string + func (ReplaceRange) IsReplaceRange() bool + func (obj *ReplaceRange) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ReplaceRange) Initialize() + type ReplaceRangeDto struct + Text *string + TextType *string + func (ReplaceRangeDto) IsReplaceRangeDto() bool + func (obj *ReplaceRangeDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ReplaceRangeDto) Initialize() + type ReplaceRangeDtoResult struct + Text string + TextType string + type ReplaceRangeResult struct + Text string + TextType string + type ReplaceTextOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + ReplaceText IReplaceTextParameters + func (data *ReplaceTextOnlineRequest) CreateRequestData() (RequestData, error) + func (data *ReplaceTextOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ReplaceTextOnlineResponse struct + Document map[string]io.Reader + Model ReplaceTextResponse + type ReplaceTextParameters struct + IsMatchCase *bool + IsMatchWholeWord *bool + IsOldValueRegex *bool + NewValue *string + OldValue *string + func (ReplaceTextParameters) IsReplaceTextParameters() bool + func (obj *ReplaceTextParameters) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ReplaceTextParameters) Initialize() + type ReplaceTextParametersResult struct + IsMatchCase bool + IsMatchWholeWord bool + IsOldValueRegex bool + NewValue string + OldValue string + type ReplaceTextRequest struct + Name *string + Optionals map[string]interface{} + ReplaceText IReplaceTextParameters + func (data *ReplaceTextRequest) CreateRequestData() (RequestData, error) + func (data *ReplaceTextRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ReplaceTextResponse struct + DocumentLink FileLinkResult + Matches int32 + RequestId string + type ReplaceWithTextOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + RangeStartIdentifier *string + RangeText IReplaceRange + func (data *ReplaceWithTextOnlineRequest) CreateRequestData() (RequestData, error) + func (data *ReplaceWithTextOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ReplaceWithTextOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type ReplaceWithTextRequest struct + Name *string + Optionals map[string]interface{} + RangeStartIdentifier *string + RangeText IReplaceRange + func (data *ReplaceWithTextRequest) CreateRequestData() (RequestData, error) + func (data *ReplaceWithTextRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type ReportBuildOptions string + const ALLOWMISSINGMEMBERS + const INLINEERRORMESSAGES + const NONE + const REMOVEEMPTYPARAGRAPHS + const RESPECTJPEGEXIFORIENTATION + const USELEGACYHEADERFOOTERVISITING + type ReportEngineSettings struct + CsvDataLoadOptions ICsvDataLoadOptions + DataSourceName *string + DataSourceType *string + JsonDataLoadOptions IJsonDataLoadOptions + ReportBuildOptions []string + XmlDataLoadOptions IXmlDataLoadOptions + func (ReportEngineSettings) IsReportEngineSettings() bool + func (obj *ReportEngineSettings) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *ReportEngineSettings) Initialize() + type ReportEngineSettingsResult struct + CsvDataLoadOptions CsvDataLoadOptionsResult + DataSourceName string + DataSourceType string + JsonDataLoadOptions JsonDataLoadOptionsResult + ReportBuildOptions []string + XmlDataLoadOptions XmlDataLoadOptionsResult + type RequestData struct + FormParams []FormParamContainer + HeaderParams map[string]string + Method string + Path string + QueryParams url.Values + type RequestInterface interface + CreateRequestData func() (request RequestData, err error) + CreateResponse func(reader io.Reader, boundary string) (response interface{}, err error) + type ResetCacheRequest struct + func (data *ResetCacheRequest) CreateRequestData() (RequestData, error) + func (data *ResetCacheRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type RevisionsModificationResponse struct + RequestId string + Result ModificationOperationResultResult + type RtfSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + ExportCompactSize *bool + ExportImagesForOldReaders *bool + FileName *string + ImlRenderingMode *string + PrettyFormat *bool + SaveFormat *string + SaveImagesAsWmf *bool + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (RtfSaveOptionsData) IsRtfSaveOptionsData() bool + func (RtfSaveOptionsData) IsSaveOptionsData() bool + func (obj *RtfSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *RtfSaveOptionsData) Initialize() + type RtfSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + ExportCompactSize bool + ExportImagesForOldReaders bool + FileName string + ImlRenderingMode string + PrettyFormat bool + SaveFormat string + SaveImagesAsWmf bool + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type Run struct + Link IWordsApiLink + NodeId *string + Text *string + func (Run) IsLinkElement() bool + func (Run) IsNodeLink() bool + func (Run) IsRun() bool + func (Run) IsRunLink() bool + func (obj *Run) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Run) Initialize() + type RunBase struct + Text *string + func (RunBase) IsRunBase() bool + func (obj *RunBase) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *RunBase) Initialize() + type RunBaseResult struct + Text string + type RunInsert struct + Text *string + func (RunInsert) IsRunBase() bool + func (RunInsert) IsRunInsert() bool + func (obj *RunInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *RunInsert) Initialize() + type RunInsertResult struct + Text string + type RunLink struct + Link IWordsApiLink + NodeId *string + Text *string + func (RunLink) IsLinkElement() bool + func (RunLink) IsNodeLink() bool + func (RunLink) IsRunLink() bool + func (obj *RunLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *RunLink) Initialize() + type RunLinkResult struct + Link WordsApiLinkResult + NodeId string + Text string + type RunResponse struct + RequestId string + Run RunResult + type RunResult struct + Link WordsApiLinkResult + NodeId string + Text string + type RunUpdate struct + Text *string + func (RunUpdate) IsRunBase() bool + func (RunUpdate) IsRunUpdate() bool + func (obj *RunUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *RunUpdate) Initialize() + type RunUpdateResult struct + Text string + type Runs struct + Link IWordsApiLink + List []Run + func (Runs) IsLinkElement() bool + func (Runs) IsRuns() bool + func (obj *Runs) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Runs) Initialize() + type RunsResponse struct + RequestId string + Runs RunsResult + type RunsResult struct + Link WordsApiLinkResult + List []RunResult + type SaveAsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + SaveOptionsData ISaveOptionsData + func (data *SaveAsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *SaveAsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SaveAsOnlineResponse struct + Document map[string]io.Reader + Model SaveResponse + type SaveAsRangeOnlineRequest struct + Document io.ReadCloser + DocumentParameters IRangeDocument + Optionals map[string]interface{} + RangeStartIdentifier *string + func (data *SaveAsRangeOnlineRequest) CreateRequestData() (RequestData, error) + func (data *SaveAsRangeOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SaveAsRangeOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type SaveAsRangeRequest struct + DocumentParameters IRangeDocument + Name *string + Optionals map[string]interface{} + RangeStartIdentifier *string + func (data *SaveAsRangeRequest) CreateRequestData() (RequestData, error) + func (data *SaveAsRangeRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SaveAsRequest struct + Name *string + Optionals map[string]interface{} + SaveOptionsData ISaveOptionsData + func (data *SaveAsRequest) CreateRequestData() (RequestData, error) + func (data *SaveAsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SaveAsTiffOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + SaveOptions ITiffSaveOptionsData + func (data *SaveAsTiffOnlineRequest) CreateRequestData() (RequestData, error) + func (data *SaveAsTiffOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SaveAsTiffOnlineResponse struct + Document map[string]io.Reader + Model SaveResponse + type SaveAsTiffRequest struct + Name *string + Optionals map[string]interface{} + SaveOptions ITiffSaveOptionsData + func (data *SaveAsTiffRequest) CreateRequestData() (RequestData, error) + func (data *SaveAsTiffRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (SaveOptionsData) IsSaveOptionsData() bool + func (obj *SaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SaveOptionsData) Initialize() + type SaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type SaveResponse struct + RequestId string + SaveResult SaveResultResult + type SaveResult struct + AdditionalItems []FileLink + DestDocument IFileLink + SourceDocument IFileLink + func (SaveResult) IsSaveResult() bool + func (obj *SaveResult) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SaveResult) Initialize() + type SaveResultResult struct + AdditionalItems []FileLinkResult + DestDocument FileLinkResult + SourceDocument FileLinkResult + type SearchOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + Pattern *string + func (data *SearchOnlineRequest) CreateRequestData() (RequestData, error) + func (data *SearchOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SearchRequest struct + Name *string + Optionals map[string]interface{} + Pattern *string + func (data *SearchRequest) CreateRequestData() (RequestData, error) + func (data *SearchRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SearchResponse struct + RequestId string + SearchResults SearchResultsCollectionResult + SearchingPattern string + type SearchResult struct + RangeEnd IDocumentPosition + RangeStart IDocumentPosition + func (SearchResult) IsSearchResult() bool + func (obj *SearchResult) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SearchResult) Initialize() + type SearchResultResult struct + RangeEnd DocumentPositionResult + RangeStart DocumentPositionResult + type SearchResultsCollection struct + Link IWordsApiLink + ResultsList []SearchResult + func (SearchResultsCollection) IsLinkElement() bool + func (SearchResultsCollection) IsSearchResultsCollection() bool + func (obj *SearchResultsCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SearchResultsCollection) Initialize() + type SearchResultsCollectionResult struct + Link WordsApiLinkResult + ResultsList []SearchResultResult + type Section struct + ChildNodes []NodeLink + HeaderFooters ILinkElement + Link IWordsApiLink + PageSetup ILinkElement + Paragraphs ILinkElement + Tables ILinkElement + func (Section) IsLinkElement() bool + func (Section) IsSection() bool + func (obj *Section) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Section) Initialize() + type SectionLink struct + Link IWordsApiLink + NodeId *string + func (SectionLink) IsLinkElement() bool + func (SectionLink) IsNodeLink() bool + func (SectionLink) IsSectionLink() bool + func (obj *SectionLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SectionLink) Initialize() + type SectionLinkCollection struct + Link IWordsApiLink + SectionLinkList []SectionLink + func (SectionLinkCollection) IsLinkElement() bool + func (SectionLinkCollection) IsSectionLinkCollection() bool + func (obj *SectionLinkCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SectionLinkCollection) Initialize() + type SectionLinkCollectionResponse struct + RequestId string + Sections SectionLinkCollectionResult + type SectionLinkCollectionResult struct + Link WordsApiLinkResult + SectionLinkList []SectionLinkResult + type SectionLinkResult struct + Link WordsApiLinkResult + NodeId string + type SectionPageSetupResponse struct + PageSetup PageSetupResult + RequestId string + type SectionResponse struct + RequestId string + Section SectionResult + type SectionResult struct + ChildNodes []NodeLinkResult + HeaderFooters LinkElementResult + Link WordsApiLinkResult + PageSetup LinkElementResult + Paragraphs LinkElementResult + Tables LinkElementResult + type Shading struct + BackgroundPatternColor IXmlColor + ForegroundPatternColor IXmlColor + Texture *string + func (Shading) IsShading() bool + func (obj *Shading) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Shading) Initialize() + type ShadingResult struct + BackgroundPatternColor XmlColorResult + ForegroundPatternColor XmlColorResult + Texture string + type SplitDocumentOnlineRequest struct + Document io.ReadCloser + Format *string + Optionals map[string]interface{} + func (data *SplitDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *SplitDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SplitDocumentOnlineResponse struct + Document map[string]io.Reader + Model SplitDocumentResponse + type SplitDocumentRequest struct + Format *string + Name *string + Optionals map[string]interface{} + func (data *SplitDocumentRequest) CreateRequestData() (RequestData, error) + func (data *SplitDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type SplitDocumentResponse struct + RequestId string + SplitResult SplitDocumentResultResult + type SplitDocumentResult struct + Pages []FileLink + SourceDocument IFileLink + ZippedPages IFileLink + func (SplitDocumentResult) IsSplitDocumentResult() bool + func (obj *SplitDocumentResult) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SplitDocumentResult) Initialize() + type SplitDocumentResultResult struct + Pages []FileLinkResult + SourceDocument FileLinkResult + ZippedPages FileLinkResult + type StatDataResponse struct + DocumentLink FileLinkResult + RequestId string + StatData DocumentStatDataResult + type StorageFile struct + IsFolder *bool + ModifiedDate *Time + Name *string + Path *string + Size *int32 + func (StorageFile) IsStorageFile() bool + func (obj *StorageFile) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StorageFile) Initialize() + type StorageFileResult struct + IsFolder bool + ModifiedDate Time + Name string + Path string + Size int32 + type StoryChildNodes struct + ChildNodes []NodeLink + func (StoryChildNodes) IsStoryChildNodes() bool + func (obj *StoryChildNodes) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StoryChildNodes) Initialize() + type StoryChildNodesResult struct + ChildNodes []NodeLinkResult + type StructuredDocumentTag struct + Appearance *string + BuildingBlockCategory *string + BuildingBlockGallery *string + CalendarType *string + Checked *bool + Color *string + DateDisplayFormat *string + DateDisplayLocale *int32 + DateStorageFormat *string + FullDate *Time + Id *int32 + IsShowingPlaceholderText *bool + IsTemporary *bool + Level *string + Link IWordsApiLink + ListItems []StructuredDocumentTagListItem + LockContentControl *bool + LockContents *bool + Multiline *bool + NodeId *string + PlaceholderName *string + SdtType *string + StyleName *string + Tag *string + Title *string + WordOpenXML *string + func (StructuredDocumentTag) IsLinkElement() bool + func (StructuredDocumentTag) IsNodeLink() bool + func (StructuredDocumentTag) IsStructuredDocumentTag() bool + func (obj *StructuredDocumentTag) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StructuredDocumentTag) Initialize() + type StructuredDocumentTagCollection struct + Link IWordsApiLink + List []StructuredDocumentTag + func (StructuredDocumentTagCollection) IsLinkElement() bool + func (StructuredDocumentTagCollection) IsStructuredDocumentTagCollection() bool + func (obj *StructuredDocumentTagCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StructuredDocumentTagCollection) Initialize() + type StructuredDocumentTagCollectionResult struct + Link WordsApiLinkResult + List []StructuredDocumentTagResult + type StructuredDocumentTagInsert struct + Appearance *string + BuildingBlockCategory *string + BuildingBlockGallery *string + CalendarType *string + Checked *bool + Color *string + DateDisplayFormat *string + DateDisplayLocale *int32 + DateStorageFormat *string + FullDate *Time + Id *int32 + IsShowingPlaceholderText *bool + IsTemporary *bool + Level *string + Link IWordsApiLink + ListItems []StructuredDocumentTagListItem + LockContentControl *bool + LockContents *bool + Multiline *bool + NodeId *string + PlaceholderName *string + SdtType *string + StyleName *string + Tag *string + Title *string + WordOpenXML *string + func (StructuredDocumentTagInsert) IsLinkElement() bool + func (StructuredDocumentTagInsert) IsNodeLink() bool + func (StructuredDocumentTagInsert) IsStructuredDocumentTag() bool + func (StructuredDocumentTagInsert) IsStructuredDocumentTagInsert() bool + func (obj *StructuredDocumentTagInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StructuredDocumentTagInsert) Initialize() + type StructuredDocumentTagInsertResult struct + Appearance string + BuildingBlockCategory string + BuildingBlockGallery string + CalendarType string + Checked bool + Color string + DateDisplayFormat string + DateDisplayLocale int32 + DateStorageFormat string + FullDate Time + Id int32 + IsShowingPlaceholderText bool + IsTemporary bool + Level string + Link WordsApiLinkResult + ListItems []StructuredDocumentTagListItemResult + LockContentControl bool + LockContents bool + Multiline bool + NodeId string + PlaceholderName string + SdtType string + StyleName string + Tag string + Title string + WordOpenXML string + type StructuredDocumentTagListItem struct + DisplayText *string + Value *string + func (StructuredDocumentTagListItem) IsStructuredDocumentTagListItem() bool + func (obj *StructuredDocumentTagListItem) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StructuredDocumentTagListItem) Initialize() + type StructuredDocumentTagListItemResult struct + DisplayText string + Value string + type StructuredDocumentTagResponse struct + RequestId string + StructuredDocumentTag StructuredDocumentTagResult + type StructuredDocumentTagResult struct + Appearance string + BuildingBlockCategory string + BuildingBlockGallery string + CalendarType string + Checked bool + Color string + DateDisplayFormat string + DateDisplayLocale int32 + DateStorageFormat string + FullDate Time + Id int32 + IsShowingPlaceholderText bool + IsTemporary bool + Level string + Link WordsApiLinkResult + ListItems []StructuredDocumentTagListItemResult + LockContentControl bool + LockContents bool + Multiline bool + NodeId string + PlaceholderName string + SdtType string + StyleName string + Tag string + Title string + WordOpenXML string + type StructuredDocumentTagUpdate struct + Appearance *string + BuildingBlockCategory *string + BuildingBlockGallery *string + CalendarType *string + Checked *bool + Color *string + DateDisplayFormat *string + DateDisplayLocale *int32 + DateStorageFormat *string + FullDate *Time + Id *int32 + IsShowingPlaceholderText *bool + IsTemporary *bool + Level *string + Link IWordsApiLink + ListItems []StructuredDocumentTagListItem + LockContentControl *bool + LockContents *bool + Multiline *bool + NodeId *string + PlaceholderName *string + SdtType *string + StyleName *string + Tag *string + Title *string + WordOpenXML *string + func (StructuredDocumentTagUpdate) IsLinkElement() bool + func (StructuredDocumentTagUpdate) IsNodeLink() bool + func (StructuredDocumentTagUpdate) IsStructuredDocumentTag() bool + func (StructuredDocumentTagUpdate) IsStructuredDocumentTagUpdate() bool + func (obj *StructuredDocumentTagUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StructuredDocumentTagUpdate) Initialize() + type StructuredDocumentTagUpdateResult struct + Appearance string + BuildingBlockCategory string + BuildingBlockGallery string + CalendarType string + Checked bool + Color string + DateDisplayFormat string + DateDisplayLocale int32 + DateStorageFormat string + FullDate Time + Id int32 + IsShowingPlaceholderText bool + IsTemporary bool + Level string + Link WordsApiLinkResult + ListItems []StructuredDocumentTagListItemResult + LockContentControl bool + LockContents bool + Multiline bool + NodeId string + PlaceholderName string + SdtType string + StyleName string + Tag string + Title string + WordOpenXML string + type StructuredDocumentTagsResponse struct + RequestId string + StructuredDocumentTags StructuredDocumentTagCollectionResult + type Style struct + Aliases []string + BaseStyleName *string + BuiltIn *bool + Font IFont + IsHeading *bool + IsQuickStyle *bool + Link IWordsApiLink + LinkedStyleName *string + Name *string + NextParagraphStyleName *string + StyleIdentifier *string + Type *string + func (Style) IsLinkElement() bool + func (Style) IsStyle() bool + func (obj *Style) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Style) Initialize() + type StyleApply struct + StyleName *string + func (StyleApply) IsStyleApply() bool + func (obj *StyleApply) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StyleApply) Initialize() + type StyleApplyResult struct + StyleName string + type StyleCopy struct + StyleName *string + func (StyleCopy) IsStyleCopy() bool + func (obj *StyleCopy) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StyleCopy) Initialize() + type StyleCopyResult struct + StyleName string + type StyleInsert struct + StyleName *string + StyleType *string + func (StyleInsert) IsStyleInsert() bool + func (obj *StyleInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StyleInsert) Initialize() + type StyleInsertResult struct + StyleName string + StyleType string + type StyleResponse struct + RequestId string + Style StyleResult + type StyleResult struct + Aliases []string + BaseStyleName string + BuiltIn bool + Font FontResult + IsHeading bool + IsQuickStyle bool + Link WordsApiLinkResult + LinkedStyleName string + Name string + NextParagraphStyleName string + StyleIdentifier string + Type string + type StyleUpdate struct + BaseStyleName *string + IsQuickStyle *bool + Name *string + NextParagraphStyleName *string + func (StyleUpdate) IsStyleUpdate() bool + func (obj *StyleUpdate) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *StyleUpdate) Initialize() + type StyleUpdateResult struct + BaseStyleName string + IsQuickStyle bool + Name string + NextParagraphStyleName string + type StylesResponse struct + RequestId string + Styles []StyleResult + type SvgSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + ExportEmbeddedImages *bool + FileName *string + FitToViewPort *bool + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + ResourcesFolder *string + ResourcesFolderAlias *string + SaveFormat *string + ShowPageBorder *bool + TextOutputMode *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (SvgSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (SvgSaveOptionsData) IsSaveOptionsData() bool + func (SvgSaveOptionsData) IsSvgSaveOptionsData() bool + func (obj *SvgSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *SvgSaveOptionsData) Initialize() + type SvgSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + ExportEmbeddedImages bool + FileName string + FitToViewPort bool + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + ResourcesFolder string + ResourcesFolderAlias string + SaveFormat string + ShowPageBorder bool + TextOutputMode string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type TabStop struct + Alignment *string + IsClear *bool + Leader *string + Position *float64 + func (TabStop) IsTabStop() bool + func (TabStop) IsTabStopBase() bool + func (obj *TabStop) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TabStop) Initialize() + type TabStopBase struct + Alignment *string + Leader *string + Position *float64 + func (TabStopBase) IsTabStopBase() bool + func (obj *TabStopBase) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TabStopBase) Initialize() + type TabStopBaseResult struct + Alignment string + Leader string + Position float64 + type TabStopInsert struct + Alignment *string + Leader *string + Position *float64 + func (TabStopInsert) IsTabStopBase() bool + func (TabStopInsert) IsTabStopInsert() bool + func (obj *TabStopInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TabStopInsert) Initialize() + type TabStopInsertResult struct + Alignment string + Leader string + Position float64 + type TabStopResult struct + Alignment string + IsClear bool + Leader string + Position float64 + type TabStopsResponse struct + RequestId string + TabStops []TabStopResult + type Table struct + Link IWordsApiLink + NodeId *string + TableProperties ITableProperties + TableRowList []TableRow + func (Table) IsLinkElement() bool + func (Table) IsNodeLink() bool + func (Table) IsTable() bool + func (obj *Table) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *Table) Initialize() + type TableCell struct + ChildNodes []NodeLink + Link IWordsApiLink + NodeId *string + func (TableCell) IsLinkElement() bool + func (TableCell) IsNodeLink() bool + func (TableCell) IsTableCell() bool + func (obj *TableCell) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableCell) Initialize() + type TableCellFormat struct + BottomPadding *float64 + FitText *bool + HorizontalMerge *string + LeftPadding *float64 + Link IWordsApiLink + Orientation *string + PreferredWidth IPreferredWidth + RightPadding *float64 + TopPadding *float64 + VerticalAlignment *string + VerticalMerge *string + Width *float64 + WrapText *bool + func (TableCellFormat) IsLinkElement() bool + func (TableCellFormat) IsTableCellFormat() bool + func (obj *TableCellFormat) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableCellFormat) Initialize() + type TableCellFormatDto struct + func (TableCellFormatDto) IsTableCellFormatDto() bool + func (obj *TableCellFormatDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableCellFormatDto) Initialize() + type TableCellFormatDtoResult struct + type TableCellFormatResponse struct + CellFormat TableCellFormatResult + RequestId string + type TableCellFormatResult struct + BottomPadding float64 + FitText bool + HorizontalMerge string + LeftPadding float64 + Link WordsApiLinkResult + Orientation string + PreferredWidth PreferredWidthResult + RightPadding float64 + TopPadding float64 + VerticalAlignment string + VerticalMerge string + Width float64 + WrapText bool + type TableCellInsert struct + InsertAfter *int32 + func (TableCellInsert) IsTableCellInsert() bool + func (obj *TableCellInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableCellInsert) Initialize() + type TableCellInsertDto struct + InsertAfter *int32 + func (TableCellInsertDto) IsTableCellInsertDto() bool + func (obj *TableCellInsertDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableCellInsertDto) Initialize() + type TableCellInsertDtoResult struct + InsertAfter int32 + type TableCellInsertResult struct + InsertAfter int32 + type TableCellResponse struct + Cell TableCellResult + RequestId string + type TableCellResult struct + ChildNodes []NodeLinkResult + Link WordsApiLinkResult + NodeId string + type TableInsert struct + ColumnsCount *int32 + Position IDocumentPosition + RowsCount *int32 + func (TableInsert) IsTableInsert() bool + func (obj *TableInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableInsert) Initialize() + type TableInsertDto struct + ColumnsCount *int32 + Position IDocumentPosition + RowsCount *int32 + func (TableInsertDto) IsTableInsertDto() bool + func (obj *TableInsertDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableInsertDto) Initialize() + type TableInsertDtoResult struct + ColumnsCount int32 + Position DocumentPositionResult + RowsCount int32 + type TableInsertResult struct + ColumnsCount int32 + Position DocumentPositionResult + RowsCount int32 + type TableLink struct + Link IWordsApiLink + NodeId *string + func (TableLink) IsLinkElement() bool + func (TableLink) IsNodeLink() bool + func (TableLink) IsTableLink() bool + func (obj *TableLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableLink) Initialize() + type TableLinkCollection struct + Link IWordsApiLink + TableLinkList []TableLink + func (TableLinkCollection) IsLinkElement() bool + func (TableLinkCollection) IsTableLinkCollection() bool + func (obj *TableLinkCollection) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableLinkCollection) Initialize() + type TableLinkCollectionResponse struct + RequestId string + Tables TableLinkCollectionResult + type TableLinkCollectionResult struct + Link WordsApiLinkResult + TableLinkList []TableLinkResult + type TableLinkResult struct + Link WordsApiLinkResult + NodeId string + type TableProperties struct + Alignment *string + AllowAutoFit *bool + Bidi *bool + BottomPadding *float64 + CellSpacing *float64 + LeftIndent *float64 + LeftPadding *float64 + Link IWordsApiLink + PreferredWidth IPreferredWidth + RightPadding *float64 + StyleIdentifier *string + StyleName *string + StyleOptions *string + TextWrapping *string + TopPadding *float64 + func (TableProperties) IsLinkElement() bool + func (TableProperties) IsTableProperties() bool + func (obj *TableProperties) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableProperties) Initialize() + type TablePropertiesDto struct + func (TablePropertiesDto) IsTablePropertiesDto() bool + func (obj *TablePropertiesDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TablePropertiesDto) Initialize() + type TablePropertiesDtoResult struct + type TablePropertiesResponse struct + Properties TablePropertiesResult + RequestId string + type TablePropertiesResult struct + Alignment string + AllowAutoFit bool + Bidi bool + BottomPadding float64 + CellSpacing float64 + LeftIndent float64 + LeftPadding float64 + Link WordsApiLinkResult + PreferredWidth PreferredWidthResult + RightPadding float64 + StyleIdentifier string + StyleName string + StyleOptions string + TextWrapping string + TopPadding float64 + type TableResponse struct + RequestId string + Table TableResult + type TableResult struct + Link WordsApiLinkResult + NodeId string + TableProperties TablePropertiesResult + TableRowList []TableRowResult + type TableRow struct + Link IWordsApiLink + NodeId *string + RowFormat ITableRowFormat + TableCellList []TableCell + func (TableRow) IsLinkElement() bool + func (TableRow) IsNodeLink() bool + func (TableRow) IsTableRow() bool + func (obj *TableRow) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableRow) Initialize() + type TableRowFormat struct + AllowBreakAcrossPages *bool + HeadingFormat *bool + Height *float64 + HeightRule *string + Link IWordsApiLink + func (TableRowFormat) IsLinkElement() bool + func (TableRowFormat) IsTableRowFormat() bool + func (obj *TableRowFormat) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableRowFormat) Initialize() + type TableRowFormatDto struct + func (TableRowFormatDto) IsTableRowFormatDto() bool + func (obj *TableRowFormatDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableRowFormatDto) Initialize() + type TableRowFormatDtoResult struct + type TableRowFormatResponse struct + RequestId string + RowFormat TableRowFormatResult + type TableRowFormatResult struct + AllowBreakAcrossPages bool + HeadingFormat bool + Height float64 + HeightRule string + Link WordsApiLinkResult + type TableRowInsert struct + ColumnsCount *int32 + InsertAfter *int32 + func (TableRowInsert) IsTableRowInsert() bool + func (obj *TableRowInsert) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableRowInsert) Initialize() + type TableRowInsertDto struct + ColumnsCount *int32 + InsertAfter *int32 + func (TableRowInsertDto) IsTableRowInsertDto() bool + func (obj *TableRowInsertDto) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TableRowInsertDto) Initialize() + type TableRowInsertDtoResult struct + ColumnsCount int32 + InsertAfter int32 + type TableRowInsertResult struct + ColumnsCount int32 + InsertAfter int32 + type TableRowResponse struct + RequestId string + Row TableRowResult + type TableRowResult struct + Link WordsApiLinkResult + NodeId string + RowFormat TableRowFormatResult + TableCellList []TableCellResult + type TextSaveOptionsData struct + AddBidiMarks *bool + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + Encoding *string + ExportHeadersFootersMode *string + FileName *string + ForcePageBreaks *bool + ImlRenderingMode *string + MaxCharactersPerLine *int32 + ParagraphBreak *string + PreserveTableLayout *bool + SaveFormat *string + SimplifyListLabels *bool + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (TextSaveOptionsData) IsSaveOptionsData() bool + func (TextSaveOptionsData) IsTextSaveOptionsData() bool + func (TextSaveOptionsData) IsTxtSaveOptionsBaseData() bool + func (obj *TextSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TextSaveOptionsData) Initialize() + type TextSaveOptionsDataResult struct + AddBidiMarks bool + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + Encoding string + ExportHeadersFootersMode string + FileName string + ForcePageBreaks bool + ImlRenderingMode string + MaxCharactersPerLine int32 + ParagraphBreak string + PreserveTableLayout bool + SaveFormat string + SimplifyListLabels bool + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type TiffSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HorizontalResolution *float64 + ImageBrightness *float64 + ImageColorMode *string + ImageContrast *float64 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + PaperColor *string + PixelFormat *string + Resolution *float64 + SaveFormat *string + Scale *float64 + ThresholdForFloydSteinbergDithering *int32 + TiffBinarizationMethod *string + TiffCompression *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseAntiAliasing *bool + UseGdiEmfRenderer *bool + UseHighQualityRendering *bool + VerticalResolution *float64 + ZipOutput *bool + func (TiffSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (TiffSaveOptionsData) IsImageSaveOptionsData() bool + func (TiffSaveOptionsData) IsSaveOptionsData() bool + func (TiffSaveOptionsData) IsTiffSaveOptionsData() bool + func (obj *TiffSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TiffSaveOptionsData) Initialize() + type TiffSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HorizontalResolution float64 + ImageBrightness float64 + ImageColorMode string + ImageContrast float64 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + PaperColor string + PixelFormat string + Resolution float64 + SaveFormat string + Scale float64 + ThresholdForFloydSteinbergDithering int32 + TiffBinarizationMethod string + TiffCompression string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseAntiAliasing bool + UseGdiEmfRenderer bool + UseHighQualityRendering bool + VerticalResolution float64 + ZipOutput bool + type Time struct + func (t *Time) UnmarshalJSON(data []byte) error + type TimeZoneInfoData struct + BaseUtcOffset *string + DisplayName *string + Id *string + StandardDisplayName *string + func (TimeZoneInfoData) IsTimeZoneInfoData() bool + func (obj *TimeZoneInfoData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TimeZoneInfoData) Initialize() + type TimeZoneInfoDataResult struct + BaseUtcOffset string + DisplayName string + Id string + StandardDisplayName string + type TxtSaveOptionsBaseData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + Encoding *string + ExportHeadersFootersMode *string + FileName *string + ForcePageBreaks *bool + ImlRenderingMode *string + ParagraphBreak *string + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (TxtSaveOptionsBaseData) IsSaveOptionsData() bool + func (TxtSaveOptionsBaseData) IsTxtSaveOptionsBaseData() bool + func (obj *TxtSaveOptionsBaseData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *TxtSaveOptionsBaseData) Initialize() + type TxtSaveOptionsBaseDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + Encoding string + ExportHeadersFootersMode string + FileName string + ForcePageBreaks bool + ImlRenderingMode string + ParagraphBreak string + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type UnprotectDocumentOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + ProtectionRequest IProtectionRequest + func (data *UnprotectDocumentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UnprotectDocumentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UnprotectDocumentOnlineResponse struct + Document map[string]io.Reader + Model ProtectionDataResponse + type UnprotectDocumentRequest struct + Name *string + Optionals map[string]interface{} + ProtectionRequest IProtectionRequest + func (data *UnprotectDocumentRequest) CreateRequestData() (RequestData, error) + func (data *UnprotectDocumentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateBookmarkOnlineRequest struct + BookmarkData IBookmarkData + BookmarkName *string + Document io.ReadCloser + Optionals map[string]interface{} + func (data *UpdateBookmarkOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateBookmarkOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateBookmarkOnlineResponse struct + Document map[string]io.Reader + Model BookmarkResponse + type UpdateBookmarkRequest struct + BookmarkData IBookmarkData + BookmarkName *string + Name *string + Optionals map[string]interface{} + func (data *UpdateBookmarkRequest) CreateRequestData() (RequestData, error) + func (data *UpdateBookmarkRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateBorderOnlineRequest struct + BorderProperties IBorder + BorderType *string + Document io.ReadCloser + Optionals map[string]interface{} + func (data *UpdateBorderOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateBorderOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateBorderOnlineResponse struct + Document map[string]io.Reader + Model BorderResponse + type UpdateBorderRequest struct + BorderProperties IBorder + BorderType *string + Name *string + Optionals map[string]interface{} + func (data *UpdateBorderRequest) CreateRequestData() (RequestData, error) + func (data *UpdateBorderRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateCommentOnlineRequest struct + Comment ICommentUpdate + CommentIndex *int32 + Document io.ReadCloser + Optionals map[string]interface{} + func (data *UpdateCommentOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateCommentOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateCommentOnlineResponse struct + Document map[string]io.Reader + Model CommentResponse + type UpdateCommentRequest struct + Comment ICommentUpdate + CommentIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *UpdateCommentRequest) CreateRequestData() (RequestData, error) + func (data *UpdateCommentRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateCustomXmlPartOnlineRequest struct + CustomXmlPart ICustomXmlPartUpdate + CustomXmlPartIndex *int32 + Document io.ReadCloser + Optionals map[string]interface{} + func (data *UpdateCustomXmlPartOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateCustomXmlPartOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateCustomXmlPartOnlineResponse struct + Document map[string]io.Reader + Model CustomXmlPartResponse + type UpdateCustomXmlPartRequest struct + CustomXmlPart ICustomXmlPartUpdate + CustomXmlPartIndex *int32 + Name *string + Optionals map[string]interface{} + func (data *UpdateCustomXmlPartRequest) CreateRequestData() (RequestData, error) + func (data *UpdateCustomXmlPartRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateDrawingObjectOnlineRequest struct + Document io.ReadCloser + DrawingObject IDrawingObjectUpdate + ImageFile io.ReadCloser + Index *int32 + Optionals map[string]interface{} + func (data *UpdateDrawingObjectOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateDrawingObjectOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateDrawingObjectOnlineResponse struct + Document map[string]io.Reader + Model DrawingObjectResponse + type UpdateDrawingObjectRequest struct + DrawingObject IDrawingObjectUpdate + ImageFile io.ReadCloser + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *UpdateDrawingObjectRequest) CreateRequestData() (RequestData, error) + func (data *UpdateDrawingObjectRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFieldOnlineRequest struct + Document io.ReadCloser + Field IFieldUpdate + Index *int32 + Optionals map[string]interface{} + func (data *UpdateFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFieldOnlineResponse struct + Document map[string]io.Reader + Model FieldResponse + type UpdateFieldRequest struct + Field IFieldUpdate + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *UpdateFieldRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFieldsOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + func (data *UpdateFieldsOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFieldsOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFieldsOnlineResponse struct + Document map[string]io.Reader + Model DocumentResponse + type UpdateFieldsRequest struct + Name *string + Optionals map[string]interface{} + func (data *UpdateFieldsRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFieldsRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFootnoteOnlineRequest struct + Document io.ReadCloser + FootnoteDto IFootnoteUpdate + Index *int32 + Optionals map[string]interface{} + func (data *UpdateFootnoteOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFootnoteOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFootnoteOnlineResponse struct + Document map[string]io.Reader + Model FootnoteResponse + type UpdateFootnoteRequest struct + FootnoteDto IFootnoteUpdate + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *UpdateFootnoteRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFootnoteRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFormFieldOnlineRequest struct + Document io.ReadCloser + FormField IFormField + Index *int32 + Optionals map[string]interface{} + func (data *UpdateFormFieldOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFormFieldOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateFormFieldOnlineResponse struct + Document map[string]io.Reader + Model FormFieldResponse + type UpdateFormFieldRequest struct + FormField IFormField + Index *int32 + Name *string + Optionals map[string]interface{} + func (data *UpdateFormFieldRequest) CreateRequestData() (RequestData, error) + func (data *UpdateFormFieldRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateListLevelOnlineRequest struct + Document io.ReadCloser + ListId *int32 + ListLevel *int32 + ListUpdate IListLevelUpdate + Optionals map[string]interface{} + func (data *UpdateListLevelOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateListLevelOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateListLevelOnlineResponse struct + Document map[string]io.Reader + Model ListResponse + type UpdateListLevelRequest struct + ListId *int32 + ListLevel *int32 + ListUpdate IListLevelUpdate + Name *string + Optionals map[string]interface{} + func (data *UpdateListLevelRequest) CreateRequestData() (RequestData, error) + func (data *UpdateListLevelRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateListOnlineRequest struct + Document io.ReadCloser + ListId *int32 + ListUpdate IListUpdate + Optionals map[string]interface{} + func (data *UpdateListOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateListOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateListOnlineResponse struct + Document map[string]io.Reader + Model ListResponse + type UpdateListRequest struct + ListId *int32 + ListUpdate IListUpdate + Name *string + Optionals map[string]interface{} + func (data *UpdateListRequest) CreateRequestData() (RequestData, error) + func (data *UpdateListRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateParagraphFormatOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + ParagraphFormatDto IParagraphFormatUpdate + func (data *UpdateParagraphFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateParagraphFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateParagraphFormatOnlineResponse struct + Document map[string]io.Reader + Model ParagraphFormatResponse + type UpdateParagraphFormatRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + ParagraphFormatDto IParagraphFormatUpdate + func (data *UpdateParagraphFormatRequest) CreateRequestData() (RequestData, error) + func (data *UpdateParagraphFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateParagraphListFormatOnlineRequest struct + Document io.ReadCloser + Index *int32 + ListFormatDto IListFormatUpdate + Optionals map[string]interface{} + func (data *UpdateParagraphListFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateParagraphListFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateParagraphListFormatOnlineResponse struct + Document map[string]io.Reader + Model ParagraphListFormatResponse + type UpdateParagraphListFormatRequest struct + Index *int32 + ListFormatDto IListFormatUpdate + Name *string + Optionals map[string]interface{} + func (data *UpdateParagraphListFormatRequest) CreateRequestData() (RequestData, error) + func (data *UpdateParagraphListFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateRunFontOnlineRequest struct + Document io.ReadCloser + FontDto IFont + Index *int32 + Optionals map[string]interface{} + ParagraphPath *string + func (data *UpdateRunFontOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateRunFontOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateRunFontOnlineResponse struct + Document map[string]io.Reader + Model FontResponse + type UpdateRunFontRequest struct + FontDto IFont + Index *int32 + Name *string + Optionals map[string]interface{} + ParagraphPath *string + func (data *UpdateRunFontRequest) CreateRequestData() (RequestData, error) + func (data *UpdateRunFontRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateRunOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + ParagraphPath *string + Run IRunUpdate + func (data *UpdateRunOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateRunOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateRunOnlineResponse struct + Document map[string]io.Reader + Model RunResponse + type UpdateRunRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + ParagraphPath *string + Run IRunUpdate + func (data *UpdateRunRequest) CreateRequestData() (RequestData, error) + func (data *UpdateRunRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateSectionPageSetupOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + PageSetup IPageSetup + SectionIndex *int32 + func (data *UpdateSectionPageSetupOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateSectionPageSetupOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateSectionPageSetupOnlineResponse struct + Document map[string]io.Reader + Model SectionPageSetupResponse + type UpdateSectionPageSetupRequest struct + Name *string + Optionals map[string]interface{} + PageSetup IPageSetup + SectionIndex *int32 + func (data *UpdateSectionPageSetupRequest) CreateRequestData() (RequestData, error) + func (data *UpdateSectionPageSetupRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateStructuredDocumentTagOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + StructuredDocumentTag IStructuredDocumentTagUpdate + func (data *UpdateStructuredDocumentTagOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateStructuredDocumentTagOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateStructuredDocumentTagOnlineResponse struct + Document map[string]io.Reader + Model StructuredDocumentTagResponse + type UpdateStructuredDocumentTagRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + StructuredDocumentTag IStructuredDocumentTagUpdate + func (data *UpdateStructuredDocumentTagRequest) CreateRequestData() (RequestData, error) + func (data *UpdateStructuredDocumentTagRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateStyleOnlineRequest struct + Document io.ReadCloser + Optionals map[string]interface{} + StyleName *string + StyleUpdate IStyleUpdate + func (data *UpdateStyleOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateStyleOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateStyleOnlineResponse struct + Document map[string]io.Reader + Model StyleResponse + type UpdateStyleRequest struct + Name *string + Optionals map[string]interface{} + StyleName *string + StyleUpdate IStyleUpdate + func (data *UpdateStyleRequest) CreateRequestData() (RequestData, error) + func (data *UpdateStyleRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateTableCellFormatOnlineRequest struct + Document io.ReadCloser + Format ITableCellFormat + Index *int32 + Optionals map[string]interface{} + TableRowPath *string + func (data *UpdateTableCellFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateTableCellFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateTableCellFormatOnlineResponse struct + Document map[string]io.Reader + Model TableCellFormatResponse + type UpdateTableCellFormatRequest struct + Format ITableCellFormat + Index *int32 + Name *string + Optionals map[string]interface{} + TableRowPath *string + func (data *UpdateTableCellFormatRequest) CreateRequestData() (RequestData, error) + func (data *UpdateTableCellFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateTablePropertiesOnlineRequest struct + Document io.ReadCloser + Index *int32 + Optionals map[string]interface{} + Properties ITableProperties + func (data *UpdateTablePropertiesOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateTablePropertiesOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateTablePropertiesOnlineResponse struct + Document map[string]io.Reader + Model TablePropertiesResponse + type UpdateTablePropertiesRequest struct + Index *int32 + Name *string + Optionals map[string]interface{} + Properties ITableProperties + func (data *UpdateTablePropertiesRequest) CreateRequestData() (RequestData, error) + func (data *UpdateTablePropertiesRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateTableRowFormatOnlineRequest struct + Document io.ReadCloser + Format ITableRowFormat + Index *int32 + Optionals map[string]interface{} + TablePath *string + func (data *UpdateTableRowFormatOnlineRequest) CreateRequestData() (RequestData, error) + func (data *UpdateTableRowFormatOnlineRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UpdateTableRowFormatOnlineResponse struct + Document map[string]io.Reader + Model TableRowFormatResponse + type UpdateTableRowFormatRequest struct + Format ITableRowFormat + Index *int32 + Name *string + Optionals map[string]interface{} + TablePath *string + func (data *UpdateTableRowFormatRequest) CreateRequestData() (RequestData, error) + func (data *UpdateTableRowFormatRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UploadFileRequest struct + FileContent io.ReadCloser + Optionals map[string]interface{} + Path *string + func (data *UploadFileRequest) CreateRequestData() (RequestData, error) + func (data *UploadFileRequest) CreateResponse(reader io.Reader, boundary string) (response interface{}, err error) + type UserInformation struct + Address *string + Initials *string + Name *string + func (UserInformation) IsUserInformation() bool + func (obj *UserInformation) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *UserInformation) Initialize() + type UserInformationResult struct + Address string + Initials string + Name string + type WatermarkText struct + RotationAngle *float64 + Text *string + func (WatermarkText) IsWatermarkText() bool + func (obj *WatermarkText) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *WatermarkText) Initialize() + type WatermarkTextResult struct + RotationAngle float64 + Text string + type WordMLSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + PrettyFormat *bool + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (WordMLSaveOptionsData) IsSaveOptionsData() bool + func (WordMLSaveOptionsData) IsWordMLSaveOptionsData() bool + func (obj *WordMLSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *WordMLSaveOptionsData) Initialize() + type WordMLSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + PrettyFormat bool + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type WordsApiErrorResponse struct + Error_ ApiErrorResult + RequestId string + func (w *WordsApiErrorResponse) Error() string + type WordsApiLink struct + Href *string + Rel *string + Title *string + Type *string + func (WordsApiLink) IsLink() bool + func (WordsApiLink) IsWordsApiLink() bool + func (obj *WordsApiLink) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *WordsApiLink) Initialize() + type WordsApiLinkResult struct + Href string + Rel string + Title string + Type string + type WordsResponse struct + RequestId string + type XamlFixedSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + PageCount *int32 + PageIndex *int32 + ResourcesFolder *string + ResourcesFolderAlias *string + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (XamlFixedSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (XamlFixedSaveOptionsData) IsSaveOptionsData() bool + func (XamlFixedSaveOptionsData) IsXamlFixedSaveOptionsData() bool + func (obj *XamlFixedSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *XamlFixedSaveOptionsData) Initialize() + type XamlFixedSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + PageCount int32 + PageIndex int32 + ResourcesFolder string + ResourcesFolderAlias string + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type XamlFlowPackSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImagesFolder *string + ImagesFolderAlias *string + ImlRenderingMode *string + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (XamlFlowPackSaveOptionsData) IsSaveOptionsData() bool + func (XamlFlowPackSaveOptionsData) IsXamlFlowPackSaveOptionsData() bool + func (XamlFlowPackSaveOptionsData) IsXamlFlowSaveOptionsData() bool + func (obj *XamlFlowPackSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *XamlFlowPackSaveOptionsData) Initialize() + type XamlFlowPackSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImagesFolder string + ImagesFolderAlias string + ImlRenderingMode string + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type XamlFlowSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + ImagesFolder *string + ImagesFolderAlias *string + ImlRenderingMode *string + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + ZipOutput *bool + func (XamlFlowSaveOptionsData) IsSaveOptionsData() bool + func (XamlFlowSaveOptionsData) IsXamlFlowSaveOptionsData() bool + func (obj *XamlFlowSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *XamlFlowSaveOptionsData) Initialize() + type XamlFlowSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + ImagesFolder string + ImagesFolderAlias string + ImlRenderingMode string + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + ZipOutput bool + type XmlColor struct + Alpha *int32 + Web *string + func (XmlColor) IsXmlColor() bool + func (obj *XmlColor) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *XmlColor) Initialize() + type XmlColorResult struct + Alpha int32 + Web string + type XmlDataLoadOptions struct + AlwaysGenerateRootObject *bool + func (XmlDataLoadOptions) IsXmlDataLoadOptions() bool + func (obj *XmlDataLoadOptions) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *XmlDataLoadOptions) Initialize() + type XmlDataLoadOptionsResult struct + AlwaysGenerateRootObject bool + type XpsSaveOptionsData struct + AllowEmbeddingPostScriptFonts *bool + BookmarksOutlineLevel *int32 + ColorMode *string + CustomTimeZoneInfoData ITimeZoneInfoData + Dml3DEffectsRenderingMode *string + DmlEffectsRenderingMode *string + DmlRenderingMode *string + FileName *string + HeadingsOutlineLevels *int32 + ImlRenderingMode *string + JpegQuality *int32 + MetafileRenderingOptions IMetafileRenderingOptionsData + NumeralFormat *string + OptimizeOutput *bool + OutlineOptions IOutlineOptionsData + PageCount *int32 + PageIndex *int32 + SaveFormat *string + UpdateCreatedTimeProperty *bool + UpdateFields *bool + UpdateLastPrintedProperty *bool + UpdateLastSavedTimeProperty *bool + UpdateSdtContent *bool + UseBookFoldPrintingSettings *bool + ZipOutput *bool + func (XpsSaveOptionsData) IsFixedPageSaveOptionsData() bool + func (XpsSaveOptionsData) IsSaveOptionsData() bool + func (XpsSaveOptionsData) IsXpsSaveOptionsData() bool + func (obj *XpsSaveOptionsData) CollectFilesContent(resultFilesContent []FileReference) []FileReference + func (obj *XpsSaveOptionsData) Initialize() + type XpsSaveOptionsDataResult struct + AllowEmbeddingPostScriptFonts bool + BookmarksOutlineLevel int32 + ColorMode string + CustomTimeZoneInfoData TimeZoneInfoDataResult + Dml3DEffectsRenderingMode string + DmlEffectsRenderingMode string + DmlRenderingMode string + FileName string + HeadingsOutlineLevels int32 + ImlRenderingMode string + JpegQuality int32 + MetafileRenderingOptions MetafileRenderingOptionsDataResult + NumeralFormat string + OptimizeOutput bool + OutlineOptions OutlineOptionsDataResult + PageCount int32 + PageIndex int32 + SaveFormat string + UpdateCreatedTimeProperty bool + UpdateFields bool + UpdateLastPrintedProperty bool + UpdateLastSavedTimeProperty bool + UpdateSdtContent bool + UseBookFoldPrintingSettings bool + ZipOutput bool 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/v2009 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/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