AceoffixCtrl Class |
AceoffixCtrl class is the heart among all Aceoffix classes, which is in charge of online opening, displaying and editing the Office document.
As a server control for ASP.NET, AceoffixCtrl supports the rich design-time in the Microsoft Visual Studio® .NET development environment.
Developers can drag AceoffixCtrl from the Visual Studio .NET toolbox onto a page, access its properties through the Properties window, and take advantage of Microsoft IntelliSense® statement completion, both in the Visual Studio HTML editor, as well as in code-behind classes for ASP.NET pages.
Double-click the AceoffixCtrl to create a Load event handler, and then add your code to open a document online.
Namespace: Aceoffix
The AceoffixCtrl type exposes the following members.
Name | Description | |
---|---|---|
![]() | AceoffixCtrl |
Initializes a new instance of the AceoffixCtrl class.
|
Name | Description | |
---|---|---|
![]() ![]() | AddCustomMenuItem |
Adds a menu item to custom menu.
|
![]() ![]() | AddCustomToolButton |
Adds a button to custom toolbar.
|
![]() ![]() | Bind |
Binds the data source object to the AceoffixCtrl.
|
![]() ![]() | CreateNewDocument |
Creates a new document and open it for editing online.
|
![]() ![]() | OpenDocument |
Opens an Office document online.
|
![]() | WordCompare |
Compares two different Word documents online.
|
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets or sets the access key that allows user to navigate to the Web server control quickly.
|
![]() | AllowCopy |
Sets or retrieves a value that indicates whether Copy, Paste and download are allowed in the current document.
|
![]() | BorderColor |
Gets or sets the border color of the AceoffixCtrl.
|
![]() | BorderStyle |
Gets or sets the border style of the AceoffixCtrl.
|
![]() | Caption |
Gets or sets the caption text for AceoffixCtrl.
|
![]() | CompressDocument |
Sets or retrieves a value that indicates whether the document will be compressed when AceoffixCtrl saving document.
|
![]() | CustomMenuCaption |
Sets the caption of custom menu.
|
![]() | CustomToolbar |
Sets or retrieves a value that indicates whether the custom tool bar of AceoffixCtrl shows.
|
![]() | EnableUserProtection |
Indicates whether the document protection set by user will be enabled. It can only be applied to Word and Excel document and can only be used in the docNormalEdit and xlsNormalEdit mode. Typically, there is no need to set this property. Aceoffix can protect the document automatically and control document flow better.
|
![]() | EncryptDocument |
Sets or retrieves a value that indicates whether the document will be encrypted when AceoffixCtrl saving document.
|
![]() | FileTitle |
The default file name of the Save As dialog box prompted by AceoffixCtrl at the client side.
|
![]() | HTTPBasic_Password |
The password used in HTTP Basic Authentication.
|
![]() | HTTPBasic_UserName |
The user name used in HTTP Basic Authentication.
|
![]() | InstallationHint |
Sets the installation hint of AceoffixCtrl. This property has been disabled.
|
![]() ![]() | JsFunction_AfterDocumentClosed |
Sets a JavaScript function for AfterDocumentClosed event.
|
![]() ![]() | JsFunction_AfterDocumentOpened |
Sets a JavaScript function for AfterDocumentOpened event.
|
![]() ![]() | JsFunction_AfterDocumentSaved |
Sets a JavaScript function for AfterDocumentSaved event.
|
![]() ![]() | JsFunction_BeforeDocumentClosed |
Sets a JavaScript function for BeforeDocumentClosed event.
|
![]() ![]() | JsFunction_BeforeDocumentSaved |
Sets a JavaScript function for BeforeDocumentSaved event.
|
![]() ![]() | JsFunction_OnExcelCellClick |
Sets a JavaScript function for OnExcelCellClick event.
|
![]() ![]() | JsFunction_OnWordDataRegionClick |
Sets a JavaScript function for OnWordDataRegionClick event.
|
![]() | Menubar |
Sets or retrieves a value that indicates whether the menubar of AceoffixCtrl shows.
|
![]() | MenubarColor |
Gets or sets the back color of the menubar of the AceoffixCtrl.
|
![]() | MenubarTextColor |
Gets or sets the text color of the menubar of the AceoffixCtrl.
|
![]() | OfficeToolbars |
Sets or retrieves a value that indicates whether toolbars of Microsoft Office show.
|
![]() | ProtectPassword |
Sets protection password for the current Word or Excel document when the document has a protection password.
|
![]() | RibbonBar |
Gets the Ribbon bar object to customize the Ribbon toolbar of Office2007/2010/2013.
|
![]() ![]() | SaveDataPage |
Sets or retrieves a value that indicates with which page developers would like to receive and save the data sent by AceoffixCtrl.
|
![]() | SaveFileMaxSize |
Gets or sets the max size of saving document by AceoffixCtrl, in bytes.
|
![]() ![]() | SaveFilePage |
Sets or retrieves a value that indicates with which page developers would like to receive and save the document sent by AceoffixCtrl.
|
![]() ![]() | ServerPage |
Sets or retrieves a value that indicates the URL of Aceoffix server page.
|
![]() | TabIndex |
Gets or sets the tab index of the AceoffixCtrl.
|
![]() | Theme |
Gets or sets the theme of the AceoffixCtrl.
|
![]() | TimeSpan |
Gets or sets the time span of concurrency control, in minutes.
|
![]() | Titlebar |
Sets or retrieves a value that indicates whether the title bar of AceoffixCtrl shows.
|
![]() | TitlebarColor |
Gets or sets the back color of the titlebar of the AceoffixCtrl.
|
![]() | TitlebarTextColor |
Gets or sets the text color of the titlebar of the AceoffixCtrl.
|
![]() | Visible |
Sets a value that indicates whether AceoffixCtrl is visible when it is running.
|
Name | Description | |
---|---|---|
![]() ![]() | Load |
The default event of AceoffixCtrl. Initializing AceoffixCtrl and opening the document at here.
|