Wordize

Classes

ClassDescription
FileCorruptedExceptionThrown during document load, when the document appears to be corrupted and impossible to load.
HyphenationProvides methods for working with hyphenation dictionaries. These dictionaries prescribe where words of a specific language can be hyphenated.
IncorrectPasswordExceptionThrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing.
ProcessorProcessor class for performing different document processing actions.
ProcessorContextBase class for processor contexts. Provides properties and options used by the processor to execute processing.
SettingsProvides set of static methods and properties which allow configuring Wordize library.
UnsupportedEncryptionExceptionThrown during document load, when the document is encrypted with an unsupported method.
UnsupportedFileFormatException
WarningInfoContains information about a warning that Aspose.Words issued during document loading or saving.

Interfaces

InterfaceDescription
IHyphenationCallbackImplemented by classes which can register hyphenation dictionaries.
IWarningCallbackImplement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving.

Enumeration

EnumerationDescription
LoadFormatIndicates the format of the document that is to be loaded.
MsWordVersionAllows Wordize to mimic MS Word version-specific application behavior.
SaveFormatIndicates the format in which the document is saved.
WarningSourceSpecifies the module that produces a warning during document loading or saving.
WarningTypeSpecifies the type of a warning that is issued by Wordize during document loading or saving.