Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
I
N
O
S
T
V
W
C
com.deltaxml.odf
- package com.deltaxml.odf
A package containing classes common to all DeltaXML ODF products.
com.deltaxml.odf.comp
- package com.deltaxml.odf.comp
A package containing classes for comparing ODF Text Documents.
compare(File, File, File)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Compares two ODT files and produces an ODT result which describes the differences between the two input files.
compare(File, File, File, ClassLoader)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Compares two ODT files and produces an ODT result which describes the differences between the two input files.
compare(File, File, OutputStream, ClassLoader)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Compares two ODT files and produces an ODT result which describes the differences between the two input files.
F
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.
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.
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.comp.
OdtComparator
Returns the version of the OdtComparator currently in use.
getWhitespaceOnlyChangeOutput(String)
- Static method in enum com.deltaxml.odf.
WhitespaceOnlyChangeOutput
I
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.
N
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
OdtComparator
- Class in
com.deltaxml.odf.comp
Compares two ODT (ISO/IEC 26300 v1.1) files and generates a result which describes how they differ.
OdtComparator()
- Constructor for class com.deltaxml.odf.comp.
OdtComparator
Constructs an OdtComparator.
OdtComparatorConfigurationException
- Exception in
com.deltaxml.odf.comp
Indicates an error condition with the configuration of the OdtComparator.
OdtComparatorConfigurationException(String)
- Constructor for exception com.deltaxml.odf.comp.
OdtComparatorConfigurationException
Constructs an OdtComparatorConfgurationException with an error message.
OdtComparatorException
- Exception in
com.deltaxml.odf.comp
Indicates an error condition in the OdtComparator.
OdtComparatorException(String)
- Constructor for exception com.deltaxml.odf.comp.
OdtComparatorException
Constructs an OdtComparatorException with an error message.
OdtComparatorException(String, Throwable)
- Constructor for exception com.deltaxml.odf.comp.
OdtComparatorException
Constructs an OdtSynchronizerException with an error message and a cause.
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
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.comp.
OdtComparator
Sets the background color of the text marked as added in the result document.
setAddedColor(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the color of the text marked as added in the result document.
setAddedDecoration(FontDecoration)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the font decoration of the text marked as added in the result document.
setAddedEmptyParaColor(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the Color to use for the background color of an added empty paragraph.
setAddedImageBorder(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the border color of images marked as added in the result document.
setAddedObjectBackground(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the background color of OLE objects marked as added in the result document.
setAddedStyle(FontStyle)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the font style of the text marked as added in the result document.
setAddedWeight(FontWeight)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the font weight of the text marked as added in the result document.
setConvertListsToParagraphs(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to convert list items into paragraphs.
setDeletedBackground(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the background color of the text marked as deleted in the result document.
setDeletedColor(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the color of the text marked as deleted in the result document.
setDeletedDecoration(FontDecoration)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the font decoration of the text marked as deleted in the result document.
setDeletedEmptyParaColor(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the Color to use for the background color of a deleted empty paragraph.
setDeletedImageBorder(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the border color of images marked as deleted in the result document.
setDeletedObjectBackground(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the background color of OLE objects marked as deleted in the result document.
setDeletedStyle(FontStyle)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the font style of the text marked as deleted in the result document.
setDeletedWeight(FontWeight)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the font weight of the text marked as deleted in the result document.
setHighlightEmptyChangedParas(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to add a background color to added or deleted empty paragraphs.
setIgnoreCarriageReturnChanges(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to ignore carriage return changes in the document.
setIgnoreImageChanges(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to ignore image changes.
setIgnoreTableCellCarriageReturns(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to ignore carriage return changes within table cells.
setKeyedComparison(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to use keys to align paragraphs in the comparison.
setKeyTablesByName(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to use table names as keys for table alignment.
setMaximumOrphanedWordCount(int)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the maximum number of consecutive words to consider as an orphaned sequence.
setMinimumCommonText(int)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the value of mimimumCommonText, used to determine how to represent certain changed items.
setModifiedImageBorder(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the border color of images marked as modified in the result document.
setModifiedObjectBackground(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the background color of OLE objects marked as modified in the result document.
setOrphanedPercentage(int)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the orphaned percentage parameter that is used in determining whether a sequence of words is orphaned or not.
setRemoveEmptyParasBeforePageBreak(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether to remove empty paragraphs that precede a page break in the result.
setUncomparableImageBorder(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the border color of images that cannot be compared.
setUncomparableObjectBackground(Color)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the background color of OLE objects that cannot be compared.
setWhitespaceOnlyChangeOutput(WhitespaceOnlyChangeOutput)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets the output rule for changes that only involve whitespace characters.
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
suppressTripleTableOutput(boolean)
- Method in class com.deltaxml.odf.comp.
OdtComparator
Sets whether or not to suppress the triple table output.
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.
WhitespaceOnlyChangeOutput
Returns a String representation of the WhitespaceOnlyChangeOutput
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.
WhitespaceOnlyChangeOutput
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.
WhitespaceOnlyChangeOutput
Returns an array containing the constants of this enum type, in the order they're declared.
W
WhitespaceOnlyChangeOutput
- Enum in
com.deltaxml.odf
Enumeration representing the possible values to set as the output for whitespace only changes
C
F
G
I
N
O
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
© 2001-2009 DeltaXML Ltd. All Rights Reserved.