C# Class exo_jcr.msofficeplugin.common.NSave

Afficher le fichier Open project: exodev/jcr-msofficeplugin Class Usage Examples

Méthodes publiques

Свойство Type Description
EXCELFILE String
EXCELTEMPLATE String
HTMLFILE String
PRESENTATIONFILE String
TEXTFILE String
WORDDOCUMENT String
WORDTEMPLATE String
XMLTABLE String

Méthodes publiques

Méthode Description
NSave ( ApplicationInterface application ) : System
enableVersions ( Boolean enableVersions ) : void
setFileTypes ( ArrayList fileTypes ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnFolderCreate_Click ( object sender, EventArgs e ) : void
btn_cancel_Click ( object sender, EventArgs e ) : void
btn_save_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

NSave() public méthode

public NSave ( ApplicationInterface application ) : System
application ApplicationInterface
Résultat System

enableVersions() public méthode

public enableVersions ( Boolean enableVersions ) : void
enableVersions Boolean
Résultat void

setFileTypes() public méthode

public setFileTypes ( ArrayList fileTypes ) : void
fileTypes ArrayList
Résultat void

Property Details

EXCELFILE public_oe static_oe property

public static String EXCELFILE
Résultat String

EXCELTEMPLATE public_oe static_oe property

public static String EXCELTEMPLATE
Résultat String

HTMLFILE public_oe static_oe property

public static String HTMLFILE
Résultat String

PRESENTATIONFILE public_oe static_oe property

public static String PRESENTATIONFILE
Résultat String

TEXTFILE public_oe static_oe property

public static String TEXTFILE
Résultat String

WORDDOCUMENT public_oe static_oe property

public static String WORDDOCUMENT
Résultat String

WORDTEMPLATE public_oe static_oe property

public static String WORDTEMPLATE
Résultat String

XMLTABLE public_oe static_oe property

public static String XMLTABLE
Résultat String