C E F G I M N O S T V

C

com.deltaxml.odf - package com.deltaxml.odf
A package containing classes common to all DeltaXML ODF products.
com.deltaxml.odf.merge - package com.deltaxml.odf.merge
A package containing classes for merging ODF Text Documents.

E

EditOutput - Enum in com.deltaxml.odf.merge
Enumeration representing the different options for outputting edit units in the ODT Merger

F

finalise(File, File) - Method in class com.deltaxml.odf.merge.OdtMerger
Finalises a merge result file.
finalise(File, File, boolean) - Method in class com.deltaxml.odf.merge.OdtMerger
Finalises a merge result file.
finalise(File, File, boolean, ClassLoader) - Method in class com.deltaxml.odf.merge.OdtMerger
Finalises a merge result file.
finalise(File, OutputStream, boolean, ClassLoader) - Method in class com.deltaxml.odf.merge.OdtMerger
Finalises a merge result file.
FontDecoration - Enum in com.deltaxml.odf
Enumeration representing the possible values to set as the font decoration for added and deleted text.
FontStyle - Enum in com.deltaxml.odf
Enumeration representing the possible values to set as the font style for added and deleted text.
FontWeight - Enum in com.deltaxml.odf
Enumeration representing the possible values to set as the font weight for added and deleted text.

G

getCpuLimit() - Method in exception com.deltaxml.odf.OdfLicenseCpuLimitException
Reports the number of CPUs the currently activated license allows.
getCurrentCpuCount() - Method in exception com.deltaxml.odf.OdfLicenseCpuLimitException
Reports the number of CPUs on the current system
getCurrentVersion() - Method in exception com.deltaxml.odf.OdfVersionException
Reports the version of the ODF software currently in use.
getEditOutput(String) - Static method in enum com.deltaxml.odf.merge.EditOutput
Returns an EditOutput object from the supplied String value if appropriate
getExpectedLicenseType() - Method in exception com.deltaxml.odf.InvalidOdfLicenseException
Deprecated. Reports the expected type of license corresponding to the location from which the license was loaded.
getFile() - Method in exception com.deltaxml.odf.OdtInputException
Returns the File that caused the exception
getFontDecoration(String) - Static method in enum com.deltaxml.odf.FontDecoration
Returns a FontDecoration object from the supplied String value if appropriate.
getFontStyle(String) - Static method in enum com.deltaxml.odf.FontStyle
Returns a FontStyle object from the supplied String value if appropriate.
getFontWeight(String) - Static method in enum com.deltaxml.odf.FontWeight
Returns a FontWeight object from the supplied String value if appropriate.
getImageEditOutput(String) - Static method in enum com.deltaxml.odf.merge.ImageEditOutput
Returns an ImageEditOutput object from the supplied String value if appropriate
getLicensedVersion() - Method in exception com.deltaxml.odf.OdfVersionException
Reports the software version number which the current license supports.
getLicenseExpiryDate() - Method in exception com.deltaxml.odf.OdfLicenseExpiredException
Reports the license expiry date
getLicenseStartDate() - Method in exception com.deltaxml.odf.OdfLicenseNotYetValidException
Reports the start date for the license
getProduct() - Method in exception com.deltaxml.odf.OdfLicensingException
Reports the product for which the licensing problem has occurred.
getProvidedLicenseType() - Method in exception com.deltaxml.odf.InvalidOdfLicenseException
Deprecated. Reports the type of license loaded.
getStylesheetPath() - Method in exception com.deltaxml.odf.StylesheetLoadException
Reports the expected location of the stylesheet
getVersion() - Static method in class com.deltaxml.odf.merge.OdtMerger
Returns the version of the OdtMerger currently in use.

I

ImageEditOutput - Enum in com.deltaxml.odf.merge
Enumeration representing the different options for outputting image and object edit units in the ODT Merger
InvalidOdfLicenseException - Exception in com.deltaxml.odf
Deprecated.  
InvalidOdfLicenseException(String, String, String) - Constructor for exception com.deltaxml.odf.InvalidOdfLicenseException
Deprecated. Constructs a new InvalidOdfLicenseException with a default message.
InvalidOdfLicenseException(String, String, String, String) - Constructor for exception com.deltaxml.odf.InvalidOdfLicenseException
Deprecated. Constructs a new InvalidOdfLicenseException with a configurable message.
InvalidOdtFileException - Exception in com.deltaxml.odf
An exception indicating that a supplied file was not an ODT file as expected.
InvalidOdtFileException(File) - Constructor for exception com.deltaxml.odf.InvalidOdtFileException
Constructs a new InvalidOdtFileException with a default message.
InvalidOdtFileException(String, File) - Constructor for exception com.deltaxml.odf.InvalidOdtFileException
Constructs a new InvalidOdtFileException with a configurable message.

M

merge(File, List<File>, File) - Method in class com.deltaxml.odf.merge.OdtMerger
Merges two or more ODT files and produces an ODT result that contains changes relative to the base file as tracked-changes.
merge(File, List<File>, File, ClassLoader) - Method in class com.deltaxml.odf.merge.OdtMerger
Merges two or more ODT files and produces an ODT result that contains changes relative to the base file as tracked-changes.
merge(File, List<File>, OutputStream, ClassLoader) - Method in class com.deltaxml.odf.merge.OdtMerger
Merges two or more ODT files and produces an ODT result that contains changes relative to the base file as tracked-changes.

N

NonExtendibleMergeResultException - Exception in com.deltaxml.odf.merge
Indicates that a merge result being used as an input is not extendible.
NonExtendibleMergeResultException(File) - Constructor for exception com.deltaxml.odf.merge.NonExtendibleMergeResultException
Constructs a new NonExtendibleMergeResultException with a default message
NonExtendibleMergeResultException(String, File) - Constructor for exception com.deltaxml.odf.merge.NonExtendibleMergeResultException
Constructs a new NonExtendibleMergeResultException with a configurable message
NoOdfLicenseInstalledException - Exception in com.deltaxml.odf
An exception indicating that the software has not been successfully activated with an appropriate license.
NoOdfLicenseInstalledException(String) - Constructor for exception com.deltaxml.odf.NoOdfLicenseInstalledException
Constructs a new NoOdfLicenseInstalledException with a default message.
NoOdfLicenseInstalledException(String, String) - Constructor for exception com.deltaxml.odf.NoOdfLicenseInstalledException
Constructs a new NoOdfLicenseInstalledException with a configurable message.

O

OdfException - Exception in com.deltaxml.odf
Indicates a recoverable error within a DeltaXML ODF product.
OdfException(String) - Constructor for exception com.deltaxml.odf.OdfException
Constructs a new OdfException with a configurable message
OdfException(String, Throwable) - Constructor for exception com.deltaxml.odf.OdfException
Constructs a new OdfException with a configurable message and an underlying cause
OdfInternalError - Error in com.deltaxml.odf
Indicates an error condition within the ODF product.
OdfInternalError(String) - Constructor for error com.deltaxml.odf.OdfInternalError
Constructs a new OdfInternalError with a configurable message
OdfInternalError(String, Throwable) - Constructor for error com.deltaxml.odf.OdfInternalError
Constructs a new OdfInternalError with a configurable message and an underlying cause
OdfLicenseContentException - Exception in com.deltaxml.odf
An exception indicating that there was a problem with the license used to activate the software.
OdfLicenseContentException(String, String) - Constructor for exception com.deltaxml.odf.OdfLicenseContentException
Constructs a new OdfLicenseContentException
OdfLicenseCpuLimitException - Exception in com.deltaxml.odf
An exception indicating that the license used to activate the software does not support the number of CPUs being used.
OdfLicenseCpuLimitException(String, int, int) - Constructor for exception com.deltaxml.odf.OdfLicenseCpuLimitException
Constructs a new OdfLicenseContentException with a default message
OdfLicenseCpuLimitException(String, String, int, int) - Constructor for exception com.deltaxml.odf.OdfLicenseCpuLimitException
Constructs a new OdfLicenseContentException with a configurable message
OdfLicenseExpiredException - Exception in com.deltaxml.odf
An exception indicating that the license used to activate the software has expired.
OdfLicenseExpiredException(Date, String) - Constructor for exception com.deltaxml.odf.OdfLicenseExpiredException
Constructs a new OdfLicenseExpiredException with a default message
OdfLicenseExpiredException(String, Date, String) - Constructor for exception com.deltaxml.odf.OdfLicenseExpiredException
Constructs a new OdfLicenseExpiredException with a configurable message
OdfLicenseNotYetValidException - Exception in com.deltaxml.odf
An exception indicating that this license has not yet started.
OdfLicenseNotYetValidException(Date, String) - Constructor for exception com.deltaxml.odf.OdfLicenseNotYetValidException
Constructs a new OdfLicenseNotYetValidException with a default message
OdfLicenseNotYetValidException(String, Date, String) - Constructor for exception com.deltaxml.odf.OdfLicenseNotYetValidException
Constructs a new OdfLicenseNotYetValidException with a configurable message
OdfLicenseSecurityException - Exception in com.deltaxml.odf
An exception indicating a problem with the activation/licensing or other security related aspects of the DeltaXML software when the JVM is using a Security Manager.
OdfLicenseSecurityException(Exception, String) - Constructor for exception com.deltaxml.odf.OdfLicenseSecurityException
Constructs a new OdfLicenseSecurityException
OdfLicensingException - Exception in com.deltaxml.odf
An exception indicating that there is a problem with a licensing operation.
OdfLicensingException(String, String) - Constructor for exception com.deltaxml.odf.OdfLicensingException
Constructs a new OdfLicensingException with a configurable message
OdfLicensingException(String, Throwable, String) - Constructor for exception com.deltaxml.odf.OdfLicensingException
Constructs a new OdfLicensingException with a configurable message and and underlying cause.
OdfVersionException - Exception in com.deltaxml.odf
An exception indicating that the license used to activate the software does not support the version being used.
OdfVersionException(String, String, String) - Constructor for exception com.deltaxml.odf.OdfVersionException
Constructs a new OdfVersionException with a default message
OdfVersionException(String, String, String, String) - Constructor for exception com.deltaxml.odf.OdfVersionException
Constructs a new OdfVersionException with a configurable message
OdtInputException - Exception in com.deltaxml.odf
An exception indicating that there is a problem with a supplied input file.
OdtInputException(String, File) - Constructor for exception com.deltaxml.odf.OdtInputException
Constructs a new OdtInputException with a configurable message
OdtInputException(String, File, Throwable) - Constructor for exception com.deltaxml.odf.OdtInputException
Constructs a new OdtInputException with a configurable message and an underlying cause
OdtMerger - Class in com.deltaxml.odf.merge
Merges two or more ODT (ISO/IEC 26300 v1.1) files and generates a result which contains changes relative to the first input (or base document) in the tracked-changes format.
OdtMerger() - Constructor for class com.deltaxml.odf.merge.OdtMerger
Constructs an OdtMerger.
OdtMergerConfigurationException - Exception in com.deltaxml.odf.merge
Indicates an error condition with the configuration of the OdtMerger.
OdtMergerConfigurationException(String) - Constructor for exception com.deltaxml.odf.merge.OdtMergerConfigurationException
Constructs an OdtMergerConfgurationException with an error message.
OdtMergerConfigurationException(String, Throwable) - Constructor for exception com.deltaxml.odf.merge.OdtMergerConfigurationException
Constructs an OdtMergerConfgurationException with an error message and a cause.
OdtMergerException - Exception in com.deltaxml.odf.merge
Indicates an error condition in the OdtMerger.
OdtMergerException(String) - Constructor for exception com.deltaxml.odf.merge.OdtMergerException
Constructs an OdtMergerException with an error message
OdtMergerException(String, Throwable) - Constructor for exception com.deltaxml.odf.merge.OdtMergerException
Constructs an OdtMergerException with a message and a cause
OdtOutputException - Exception in com.deltaxml.odf
An exception indicating that there is a problem constructing the ODT output.
OdtOutputException(String) - Constructor for exception com.deltaxml.odf.OdtOutputException
Constructs a new OdtOutputException with a configurable message
OdtOutputException(String, Throwable) - Constructor for exception com.deltaxml.odf.OdtOutputException
Constructs a new OdtOutputException with a configurable message and an underlying cause

S

setAddedBackground(Color) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the background color of the text marked as added in an individual editor's version of a merge-unit
setAddedColor(Color) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the color of the text marked as added in an individual editor's version of a merge-unit
setAddedDecoration(FontDecoration) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font decoration of the text marked as added in an individual editor's version of a merge-unit.
setAddedStyle(FontStyle) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font style of the text marked as added in an individual editor's version of a merge-unit.
setAddedWeight(FontWeight) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font weight of the text marked as added in an individual editor's version of a merge-unit.
setDeletedBackground(Color) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the background color of the text marked as deleted in an individual editor's version of a merge-unit
setDeletedColor(Color) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the color of the text marked as deleted in an individual editor's version of a merge-unit
setDeletedDecoration(FontDecoration) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font decoration of the text marked as deleted in an individual editor's version of a merge-unit.
setDeletedStyle(FontStyle) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font style of the text marked as deleted in an individual editor's version of a merge-unit.
setDeletedWeight(FontWeight) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font weight of the text marked as deleted in an individual editor's version of a merge-unit.
setDisplayCharacterStyleChanges(boolean) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets whether to display character style changes when comparing edits against the base.
setDisplayFrameAttributeChanges(boolean) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets whether to display frame attribute changes when comparing edits against the base.
setDisplayMergeUnitStyleChanges(boolean) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets whether to display merge-unit style changes when comparing edits against the base.
setEditBackgroundColor(Color) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the background color to use to mark edit sections.
setEditorColor(Color) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the color to use for text that describes an editor's change.
setEditorDecoration(FontDecoration) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font decoration to use for text that describes an editors change.
setEditorStyle(FontStyle) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font style to use for text that describes an editors change.
setEditorWeight(FontWeight) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets the font weight to use for text that describes an editors change.
setEditOutput(EditOutput) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets which EditOutput option to use in the result.
setExtendibleResult(boolean) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets whether the merge result should be extendible with more versions.
setImageEditOutput(ImageEditOutput) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets which ImageEditOutput option to use in the result.
setKeyTablesByName(boolean) - Method in class com.deltaxml.odf.merge.OdtMerger
Sets whether or not to use table names as keys for table alignment.
StylesheetLoadException - Exception in com.deltaxml.odf
Indicates that there was a problem loading a required stylesheet.
StylesheetLoadException(String) - Constructor for exception com.deltaxml.odf.StylesheetLoadException
Constructs a new StylesheetLoadException with a default message.
StylesheetLoadException(String, String) - Constructor for exception com.deltaxml.odf.StylesheetLoadException
Constructs a new StylesheetLoadException with a configurable message
StylesheetLoadException(String, String, Throwable) - Constructor for exception com.deltaxml.odf.StylesheetLoadException
Constructs a new StylesheetLoadException with a configurable message and an underlying cause
StylesheetLoadException(String, Throwable) - Constructor for exception com.deltaxml.odf.StylesheetLoadException
Constructs a new StylesheetLoadException with a default message and an underlying cause

T

toString() - Method in enum com.deltaxml.odf.FontDecoration
Returns a String representation of the FontDecoration.
toString() - Method in enum com.deltaxml.odf.FontStyle
Returns a String representation of the FontStyle.
toString() - Method in enum com.deltaxml.odf.FontWeight
Returns a String representation of the FontWeight.
toString() - Method in enum com.deltaxml.odf.merge.EditOutput
Returns a String representation of the EditOutput
toString() - Method in enum com.deltaxml.odf.merge.ImageEditOutput
Returns a String representation of the ImageEditOutput.

V

valueOf(String) - Static method in enum com.deltaxml.odf.FontDecoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.odf.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.odf.FontWeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.odf.merge.EditOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.odf.merge.ImageEditOutput
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.deltaxml.odf.FontDecoration
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.deltaxml.odf.FontStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.deltaxml.odf.FontWeight
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.deltaxml.odf.merge.EditOutput
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.deltaxml.odf.merge.ImageEditOutput
Returns an array containing the constants of this enum type, in the order they're declared.

C E F G I M N O S T V

© 2001-2009 DeltaXML Ltd. All Rights Reserved.