ReportingCloud Class |
Namespace: TXTextControl.ReportingCloud
public class ReportingCloud
The ReportingCloud type exposes the following members.
Name | Description | |
---|---|---|
ReportingCloud(String) |
ReportingCloud constructor. Use your ReportingCloud credentials
to create a new instance of ReportingCloud.
| |
ReportingCloud(String, String) |
ReportingCloud constructor. Use your ReportingCloud credentials
to create a new instance of ReportingCloud.
| |
ReportingCloud(String, Uri) |
ReportingCloud constructor. Use your ReportingCloud credentials
to create a new instance of ReportingCloud.
| |
ReportingCloud(String, String, Uri) |
ReportingCloud constructor. Use your ReportingCloud credentials and the Web API base URL
to create a new instance of ReportingCloud.
|
Name | Description | |
---|---|---|
APIKey |
An active and valid API Key that should be used for the transactions.
| |
Password |
The password of the ReportingCloud account.
| |
Processing | ||
Username |
The username (e-mail address) of the ReportingCloud account.
| |
WebApiBaseUrl |
The Web API base URL of ReportingCloud. Available URLs are listed here: http://api.reporting.cloud/documentation/reference/
|
Name | Description | |
---|---|---|
AppendDocument |
This method appends documents to a single resulting document
| |
CheckText |
This method checks text for spelling errors.
| |
ConvertDocument |
This method converts a document to another format.
| |
CreateAccountAPIKey |
This method creates and returns a valid API Key for the current account
| |
DeleteAccountAPIKey |
This method deletes an available API Key that belongs to the current account
| |
DeleteTemplate |
This method deletes a template from the template storage.
| |
DownloadTemplate |
This method returns a template from the template storage as a byte array.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindAndReplaceDocument |
This method replaces strings in a document.
| |
GetAccountAPIKeys |
This method returns the available API Keys for the current account
| |
GetAccountSettings |
This method returns the account settings.
| |
GetAvailableDictionaries |
This method returns the available dictionaries.
| |
GetDocumentThumbnails |
This method returns a list of thumbnails of a specific template in the template storage.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSuggestions |
This method returns suggestions for a misspelled word.
| |
GetTemplateCount |
This method returns the number of templates in the template storage.
| |
GetTemplateInfo |
This method returns template information.
| |
GetTemplatePageCount |
This method returns the number of pages of a template in the template storage.
| |
GetTemplateThumbnails |
This method returns a list of thumbnails of a specific template in the template storage.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListFonts |
This method lists all available fonts.
| |
ListTemplates |
This method lists all templates stored in the template storage.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MergeDocument |
This method merges a template with data.
| |
ShareDocument |
This method returns the hash value that is used to share documents using the portal.
| |
TemplateExists |
This method checks whether a template exists or not in the template storage.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UploadTemplate |
This method uploads a template to the template storage.
|