A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

activateOutputPlugin(boolean) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Try to activate the output plug-in and return true if the activation successful.
ACTIVE - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of active character object,
ActiveSymbols - interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols.
Codes of all active symbols except the "par", "cell", "nestcell", "row", "nestrow", and "sect" symbols.
add(int, int) - Method in class ru.novosoft.dc.core.util.Values
Add to the value of the specified index and return the result.
addBlock(RTFBlock) - Method in class ru.novosoft.dc.rtf.dom.RTFFlow
Append a new block-like object to the content.
addCell(CellContext) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Add a new cell context to the internal vector of cells.
addCell(RTFFlow) - Method in class ru.novosoft.dc.rtf.dom.RTFRow
Add a new cell flow.
addColor(RTFColor) - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Add a new color to the end of the color table.
addEntry(ShapeEntry) - Method in class ru.novosoft.dc.rtf.dom.ShapeGroup
Add entry to the end of list.
addFileProtocol(String) - Static method in class ru.novosoft.dc.core.IOService
Convert a path to the canonical form, add the "file:" protocol at the beginning of path, and return the result.
addFont(RTFFont) - Method in class ru.novosoft.dc.rtf.dom.FontTable
Add an rtf font to the font table.
ADDITIVE - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Bit number for additive style.
addPath(String) - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Add a new path to the path list of converted files.
addRow(RTFRow) - Method in class ru.novosoft.dc.rtf.dom.RTFTable
Append a new row to the table content.
addStyle(String, FormattingStyle) - Method in class ru.novosoft.dc.rtf.dom.StyleSheet
Add a new style to the style sheet and register it with the specified key.
addTab(Tab) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Add a new tab to the context.
addTab(Tab) - Method in class ru.novosoft.dc.rtf.dom.objects.TabSet
Add a tab to the set.
AFTER - Static variable in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
The index of spacing after a paragraph.
ALIGN_TABLE_ROWS_TOGETHER - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't align table rows independently.
ALL_CAPS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
All capitals.
ALLOW_BOTH - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Footnote/endnote type: footnotes and endnotes.
ALLOW_ENDNOTES - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Footnote/endnote type: endnotes only.
ALLOW_FIELD_END_SELECT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Enables selecting the entire field with the first or last character.
ALLOW_FOOTNOTES - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Footnote/endnote type: footnotes only (or nothing).
ALLOW_HANGING_PUNCTUATION - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Allow hanging punctuation in character grid.
ALLOW_WRAP - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Allow text wrapping (gaps around the frame are specified in this case).
allowsOverlap() - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Return true if overlapping is allowed.
ALPHABETIC_LOWERCASE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Alphabetic lowercase (a, b, c, etc.)
ALPHABETIC_UPPERCASE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Alphabetic uppercase (A, B, C, etc.)
ALREADY_PREPARED - Static variable in interface ru.novosoft.dc.core.PicturePool
The action type is "skip the picture" because such a picture is already prepared.
ANNOTATION_REFERENCE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Annotation reference "chatn" (annotation text follows in a group).
ANY - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Allows any font with specified Panose-1 attribute.
ANY_FOOTER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the footer of other pages of the section (in one side mode).
ANY_HEADER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the header of other pages of the section (in one side mode).
appendExtension(String, String) - Static method in class ru.novosoft.dc.core.IOService
Append the specified extension to the path, if the path just not has this extension yet, and return the result.
appendString(Element, String) - Static method in class ru.novosoft.dc.core.util.DOMService
Create a text node containing the specified string and append it to the specified DOM element.
applyFilter(RTFDocument, CommonLogger) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Applies the current filter to an rtf document.
applyOutputPlugin(String, CommonLogger) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Try to apply the output plug-in to the fo-output and return true if the plug-in was successfully applied.
ARABIC - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Arabic (1, 2, 3, etc.)
areEndnotesAtSectionEnd() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return true if endnotes are at the end of section.
areFootnotesAtBottom() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return true if footnotes are at the bottom of page.
ArmStyle() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the arm style attribute [6]
ASIAN_BREAK_RULES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Use Asian rules for line breaks with character grid.
attachCharacterContext(CharacterContext) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Attach a character context to the style.
attachContext(CharacterContext) - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Attach a character context to this inline object.
attachContext(ParagraphContext) - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
Attach a context to the paragraph.
attachContext(PictureContext) - Method in class ru.novosoft.dc.rtf.dom.Picture
Attach a context to the picture.
attachContext(RowContext) - Method in class ru.novosoft.dc.rtf.dom.RTFRow
Attach a context to the row.
attachInstructions(List) - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Attach field instructions to the marker as a list of inline objects.
attachLabel(List) - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
Attach a list label to the paragraph.
attachParagraphContext(ParagraphContext) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Attach a paragraph context to the style.
attachRowContext(RowContext) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Attach a row context to this cell context.
AUTOUPDATE - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Bit number for automatically updated style.

B

BACKWARD_DIAGONAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Backward diagonal background pattern (////).
BAR - Static variable in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Index of the bar border (a bar outside of paragraph).
BAR - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Bar tab kind (this tab presents a vertical bar at the specified position without alignment on it).
barTabs() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return a set of bar tabs or null if no bar tabs specified.
BASE_STYLE - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Index of the based-on style number.
BEFORE - Static variable in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
The index of spacing before a paragraph.
BEGIN_FORMULA - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Formula character "|" (used by Word 5.1 for the Macintosh as the beginning delimiter for a string of formula typesetting commands).
BENT_ARMS_DOUBLE_SERIF - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Nonstraight arms/double-serif
BENT_ARMS_HORZ - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Nonstraight arms/horizontal
BENT_ARMS_SINGLE_SERIF - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Nonstraight arms/single-serif
BENT_ARMS_VERT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Nonstraight arms/vertical
BENT_ARMS_WEDGE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Nonstraight arms/wedge
BIDI - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of Arabic, Hebrew, or other bidirectional fonts
bindWithContext(SectionContext) - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Bind this section with a context and establish two-side links between them.
BITMAP_LINE_WIDTH - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
The index of "bitmap line width in bytes" parameter (for bitmap types).
BITMAP_PLANES - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
The index of "bitmap color planes" parameter (for bitmap types).
BITS_PER_PIXEL - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
The index of "bits per pixel" parameter (for bitmap types or Windows metafile containing a bitmap).
black - Static variable in class ru.novosoft.dc.rtf.dom.ColorTable
Black color
blockCount() - Method in class ru.novosoft.dc.rtf.dom.RTFFlow
Return a number of block-like objects in this flow.
blue() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Return the blue component of the color.
BMP - Static variable in interface ru.novosoft.dc.core.PictureType
The Windows device-dependent bitmap type.
BOLD - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Bold.
Bookmark - class ru.novosoft.dc.rtf.dom.Bookmark.
Marker of start and end bookmarks.
BOOKMARK - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of bookmark object.
Bookmark() - Constructor for class ru.novosoft.dc.rtf.dom.Bookmark
 
BOOLEAN_TYPE - Static variable in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
The property is interpreted as a boolean value (0 false, 1 true).
Border - class ru.novosoft.dc.rtf.dom.objects.Border.
The border specification class.
border() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the border or null if no border defined.
Border() - Constructor for class ru.novosoft.dc.rtf.dom.objects.Border
 
border(int) - Method in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Return the border of the specified index or null if this border is absent.
borders() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the set of borders or null if borders are not specified.
borders() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return the set of borders or null if borders are not specified.
borders() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return the set of borders or null if borders are not specified.
BorderSet - class ru.novosoft.dc.rtf.dom.objects.BorderSet.
The set of borders.
BorderSet(int) - Constructor for class ru.novosoft.dc.rtf.dom.objects.BorderSet
Construct array of borders consisting of specified number of borders (6 for row or cell borders and 7 for paragraph borders).
BOTTOM - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the bottom position parameter.
BOTTOM - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Margins
Index of the bottom margin parameter.
BOTTOM - Static variable in interface ru.novosoft.dc.rtf.dom.objects.VerticalAlignment
Bottom-aligned.
BOTTOM - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Position vertically at the bottom of the reference frame.
BOTTOM_MARGIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Layout
Index of the bottom margin.
BOTTOM_TO_TOP - Static variable in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Index of the bottom left to top right diagonal border in a table cell.
BOX - Static variable in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Index of the box border around the paragraph.
BREAK_BEFORE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Pagination
An index of the "break before paragraph" flag.
brightness() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Return the brightnees of the color as a double value at the segment [0,1].
build(InputStream, RTF2FOContext, CommonLogger, PicturePool) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Build an RTF document on the specified input stream, context, logger, and picture pool.

C

calculateHeight() - Method in class ru.novosoft.dc.rtf.dom.Picture
Calculate the real height of the picture in percents of twips.
calculatePadding(int) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Calculate the padding of the specified index using values of cell and row paddings and the row half gap value.
calculateParameters(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Calculate columns' parameters for constant width columns.
calculateShading() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Calculate the shading of cell using values of cell and row shadings and return it or null.
calculateWidth() - Method in class ru.novosoft.dc.rtf.dom.Picture
Calculate the real width of the picture in percents of twips.
CAP_INTEXT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
In-text drop cap.
CAP_MARGIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Margin drop cap.
CAP_NONE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
No drop cap (default).
cell(int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return a context of cell of the specified zero-based index.
cell(int) - Method in class ru.novosoft.dc.rtf.dom.RTFRow
Return a content of cell of the specified zero-based index.
CellContext - class ru.novosoft.dc.rtf.dom.CellContext.
Cell formatting context.
CellContext() - Constructor for class ru.novosoft.dc.rtf.dom.CellContext
Construct a cell formatting context.
cellCount() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return a number of cell contexts in this row context.
cellCount() - Method in class ru.novosoft.dc.rtf.dom.RTFRow
Return a number of cell flows defined in the row content.
CellMerge - interface ru.novosoft.dc.rtf.dom.objects.CellMerge.
Cell merge constants.
CellSpacing - class ru.novosoft.dc.rtf.dom.objects.CellSpacing.
The cell spacing specification class contains 4 spacing parameters in twips.
CellSpacing() - Constructor for class ru.novosoft.dc.rtf.dom.objects.CellSpacing
 
cellWidthUnits(int) - Static method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Return units in which a cell width is measured depending on the specified type: 0 means "null", 1 means "auto", 2 means "50ths-of-percent", and 3 means "twips".
CENTER - Static variable in interface ru.novosoft.dc.rtf.dom.objects.VerticalAlignment
Centered.
CENTER - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Center horizontally or vertically within the reference frame.
CENTER - Static variable in interface ru.novosoft.dc.rtf.dom.objects.HorizontalAlignment
Centered.
CENTER - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Centered tab kind.
CHARACTER - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Bit number for character style.
CharacterContext - class ru.novosoft.dc.rtf.dom.CharacterContext.
Character formatting context.
characterContext() - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Return the character context or null if no such context attached.
CharacterContext() - Constructor for class ru.novosoft.dc.rtf.dom.CharacterContext
Construct a character formatting context.
CharacterShape - interface ru.novosoft.dc.rtf.dom.objects.CharacterShape.
Character shape constants (styles and effects) specifying a bit number in a character shape value responsible for the corresponding property.
characterShape() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the current character shape (see CharacterShape).
CharacterSpacing - class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing.
The character spacing specification class.
characterSpacing() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the current character spacing object or null if no spacing parameters specified.
CharacterSpacing() - Constructor for class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing
 
CharacterUnderline - interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline.
Character underline constants.
CHICAGO - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chicago Manual of Style (*, †, ‡, ).
CHINESE_1 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chinese 1.
CHINESE_2 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chinese 2.
CHINESE_3 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chinese 3.
CHINESE_4 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chinese 4.
CIRCLE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Circle.
clearBit(int, int) - Static method in class ru.novosoft.dc.core.util.Utilities
Set a specified bit in the value to 0 and return the result.
clearError() - Method in interface ru.novosoft.dc.core.CommonLogger
Clear error tag.
clearForMerge() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Clear font, shading, and underline style for further merge another character context with this context (this context is considered as a templated aplied to another context).
clearShape(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Clear a specified bit in the character shape.
clearShapeByMask(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Clear bits of the character shape by the specified mask.
clearType(int) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Clear a specified bit in the style type.
clone() - Method in class ru.novosoft.dc.core.util.Flags
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.core.util.Strings
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.core.util.Toggles
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.core.util.Values
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Create a clone of this context.
clone() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Create a deep copy of this context.
clone() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Create a clone of this context.
clone() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Create a clone of this context.
clone() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Create a clone of this context (no section will be bound with the clone).
clone() - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Create a clone of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Create a clone of this context.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.TabSet
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Creates a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Creates a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Create a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Creates a shallow copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
Creates a deep copy of this object.
clone() - Method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Creates a deep copy of this object.
close() - Method in interface ru.novosoft.dc.core.CommonLogger
Close the logger.
closeOut(OutputStream) - Static method in class ru.novosoft.dc.core.IOService
Close the output stream and catch the IOException.
color(int) - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Return a color at the specified position of color table.
ColorTable - class ru.novosoft.dc.rtf.dom.ColorTable.
RTF color table.
ColorTable(int) - Constructor for class ru.novosoft.dc.rtf.dom.ColorTable
Construct an empty color table of the specified initial capacity.
COLUMN_BREAK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Required column break "column".
columnCount() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return a number of columns in the section.
Columns - class ru.novosoft.dc.rtf.dom.objects.Columns.
The columns specification class.
columns() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return columns' specification or null if no columns specified.
Columns(int, int) - Constructor for class ru.novosoft.dc.rtf.dom.objects.Columns
Construct a set of columns and calculate its parameters in assumption of the default column gap (720 twips).
CommonLogger - interface ru.novosoft.dc.core.CommonLogger.
This interface joins features of Logger and SystemLogger and adds more functionality.
compareTo(Object) - Method in class ru.novosoft.dc.core.util.Strings
Compare this object with the specified object for order.
Compatibility - interface ru.novosoft.dc.rtf.dom.objects.Compatibility.
Compatibility flags.
complete(CharacterContext) - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
This method should be applied right after adding the paragraph mark to the content of this object.
configPath() - Method in class ru.novosoft.dc.core.NSDCContext
Return the canonical path to the converter's configuration directory.
content() - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
Return the paragraph content.
content() - Method in class ru.novosoft.dc.rtf.dom.RTFFootnote
Return the footnote flow.
content() - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Return the section content.
content() - Method in class ru.novosoft.dc.rtf.dom.RTFTable
Return the table content.
content() - Method in class ru.novosoft.dc.rtf.dom.RTFFlow
Return the flow content.
context() - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
Return the paragraph context or null if no context attached.
context() - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Return the section context.
context() - Method in class ru.novosoft.dc.rtf.dom.RTFRow
Return the row context or null if no context attached.
context() - Method in class ru.novosoft.dc.rtf.dom.Picture
Return the context of picture or null if no context attached.
context() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the character context or null if no context attached.
context() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the document context.
context() - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Return the context of this task.
CONTINUE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CellMerge
The cell is merged with a previous cell in the range.
CONTINUE_NOTICE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Index of the notice for continued footnote/endnote.
CONTINUE_SEPARATOR - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Index of the continued footnote/endnote separator.
CONTINUOUS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Continuous underline.
CONTRAST_HIGH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - High
CONTRAST_LOW - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - Low
CONTRAST_MEDIUM - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - Medium
CONTRAST_MEDIUM_HIGH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - Medium high
CONTRAST_MEDIUM_LOW - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - Medium low
CONTRAST_NONE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - None
CONTRAST_VERY_HIGH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - Very high
CONTRAST_VERY_LOW - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Contrast - Very low
Contrast() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the contrast attribute [4]
conversionDensity() - Method in interface ru.novosoft.dc.core.PictureHandler
Return required conversion density in DPI (dots per inch).
ConversionHandler - interface ru.novosoft.dc.core.ConversionHandler.
The interface provides methods for handling a document conversion.
conversionRules() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Return picture conversion rules or empty string if no active picture plug-in found.
ConversionTask - class ru.novosoft.dc.rtf2fo.ConversionTask.
An instance of this class provides preparation and execution of an RTF2FO conversion task.
ConversionTask(PrintStream) - Constructor for class ru.novosoft.dc.rtf2fo.ConversionTask
Create a new conversion task.
Convert - class ru.novosoft.dc.rtf2fo.Convert.
RTF2FO command line interface implementation.
convert() - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Execute the task specified in this object and return true if the conversion has finished without errors.
convert(InputStream, RTF2FOContext, CommonLogger, PicturePool, DOMImplementation) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Convert an input stream to FO using the specified context, logger, and picture pool.
convert(PictureHandler, String, boolean) - Method in interface ru.novosoft.dc.core.PictureConverter
Try to convert a picture and return true if a conversion successful.
convert(RTFDocument, RTF2FOContext, CommonLogger, DOMImplementation) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Convert the specified RTF document to FO using the specified context, logger, and picture pool.
convert(String, boolean) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Convert the specified RTF file to FO using the default configuration settings.
convert(String, int, boolean) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Convert the specified RTF file to FO using the default configuration settings and the specified logging level.
convert(String, RTF2FOContext, boolean) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Convert the specified RTF file to FO using the specified context and logging to the default logger of the context.
convert(String, String, RTF2FOContext, CommonLogger, ConversionHandler, boolean) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Convert the specified RTF file to FO using the specified context and logger.
convert(String, String, RTF2FOContext, CommonLogger, ConversionHandler, PicturePool, boolean) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FO
Convert the specified RTF file to FO using the specified context, logger, and picture pool.
correctOption(String, String) - Method in class ru.novosoft.dc.core.NSDCContext
Correction of option value to the given value.
count() - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Return a number of columns.
count() - Method in class ru.novosoft.dc.rtf.dom.objects.TabSet
Return the number of tabs in this set.
createChildElement(Element, String) - Static method in class ru.novosoft.dc.core.util.DOMService
Create a new DOM element with the specified tagName, append it to the specified element, and return created element.
createDirectory(String) - Static method in class ru.novosoft.dc.core.IOService
Try to create a directory with the specified path and return true if the directory already exists or the creation was successful.
createDocument(DOMImplementation, String, NamespaceHandler) - Static method in class ru.novosoft.dc.core.util.DOMService
Create a new document with the specified root tagName containing a prefix.
createDocument(DOMImplementation, String, String, String) - Static method in class ru.novosoft.dc.core.util.DOMService
Create a new document with the specified root tagName and namespace atribute in it.
createPath(String, String) - Static method in class ru.novosoft.dc.core.IOService
Create a new path by replacing the extension of the specified path to the specified extension.
createRTFString(String) - Method in interface ru.novosoft.dc.rtf.dom.RTFStringFactory
Create an RTFString using the parameter specified.
CROP_BOTTOM - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture crop in twips from bottom" parameter.
CROP_BOTTOM - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture crop in twips from bottom" parameter.
CROP_LEFT - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture crop in twips from left" parameter.
CROP_LEFT - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture crop in twips from left" parameter.
CROP_RIGHT - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture crop in twips from right" parameter.
CROP_RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture crop in twips from right" parameter.
CROP_TOP - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture crop in twips from top" parameter.
CROP_TOP - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture crop in twips from top" parameter.
CROSS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Cross background pattern.
CURRENT_DATE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Current date "chdate" (as in headers).
CURRENT_DATE_LONG - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Current date in long format "chdpl" (for example, Thursday, October 28, 1997).
CURRENT_DATE_MEDIUM - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Current date in abbreviated format "chdpa" (for example, Thu, Oct 28, 1997).
CURRENT_PAGE_NUMBER - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Current page number "chpgn" (as in headers).
CURRENT_SECTION_NUMBER - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Current section number "sectnum" (as in headers).
CURRENT_TIME - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Current time "chtime" (as in headers).
CustomInformation - class ru.novosoft.dc.rtf.dom.CustomInformation.
The class contains custom document properties described in the "userprops" group of rtf-document.
CustomInformation() - Constructor for class ru.novosoft.dc.rtf.dom.CustomInformation
 
CustomProperty - class ru.novosoft.dc.rtf.dom.objects.CustomProperty.
Describes a custom rtf-property.
CustomProperty() - Constructor for class ru.novosoft.dc.rtf.dom.objects.CustomProperty
 
CVMME - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Treat old-style escaped quotation marks (\") as current style ("") in mail merge data documents.

D

DARK_BACKWARD_DIAGONAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Dark backward diagonal background pattern (////).
DARK_CROSS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Dark cross background pattern.
DARK_DIAGONAL_CROSS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Dark diagonal cross background pattern.
DARK_FORWARD_DIAGONAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Dark forward diagonal background pattern (\\\\).
DARK_HORIZONTAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Dark horizontal background pattern.
DARK_VERTICAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Dark vertical background pattern.
DASH - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Dash underline.
DASH_DOT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Dash dot underline.
DASH_DOT_DOT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Dash dot dot underline.
DASHED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Dashed border.
dataPath() - Method in class ru.novosoft.dc.core.NSDCContext
Return the canonical path to the converter's data directory.
DATE - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Index of the "day of month" field in the date.
DATE_TYPE - Static variable in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
The property is interpreted as a date (its value has the format MM.DD.YYYY).
debug(String) - Method in interface ru.novosoft.dc.core.CommonLogger
Send a debug message to the logger.
debug(Throwable) - Method in interface ru.novosoft.dc.core.CommonLogger
Send the stack trace of the specified throwable object to the logger as a debug message.
DECIMAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Decimal tab kind.
DECOR - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of decorative fonts
defaultModel() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Return the name of default model or empty string if the default model is undefined.
defineBorder() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Define a new border and return it.
defineBorder(int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Define a new border of the specified index and return it.
defineBorder(int) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Define a new border of the specified index and return it.
defineBorder(int) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Define a new border of the specified index and return it.
defineBorder(int) - Method in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Define a new border of the specified index and return it.
defineColumns(int) - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Define the specified number of columns for the current section.
defineFootnoteContext() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Create a new footnote context if it does not defined yet and return it.
defineIndent(int, int) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Define an indentation parameter of the specified index in twips.
defineInvisibleCellType(int, int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Define a type of the invisible cell of the specified index.
defineInvisibleCellWidth(int, int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Define a width of the invisible cell of the specified index.
definePadding(int, int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Define a padding value of the specified index.
definePadding(int, int) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Define a padding value of the specified index.
definePagination(int, boolean) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Define a row pagination flag value of the specified index.
definePagination(int, boolean) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Define a value for the pagination flag of the specified index.
definePosition() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Define an absolute position if it is not defined yet and return it.
definePosition() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Define an absolute position if it is not defined yet and return it.
defineProperties() - Method in class ru.novosoft.dc.rtf.dom.Picture
Define empty shape properties for the picture and return it.
defineShadingBackground(ColorTable, RTFColor) - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Define a background color for shading.
defineShadingFill(ColorTable, RTFColor) - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Define a fill color for shading.
defineShadingStyle(ColorTable, int) - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Define a new pattern/shading style.
defineSpacing(int, int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Define a cell spacing value of the specified index.
defineSpacing(int, int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Define a character spacing parameter of the specified index.
defineSpacing(int, int) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Define a spacing of the specified index and set a value for it in twips.
defineSpacingType(int, boolean) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Define a type of spacing of the specified index.
defineVariables() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Create document variables if they are not defined yet and return them.
DELETED - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Marks the text as a deletion revision mark.
DIAGONAL_CROSS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Diagonal cross background pattern.
DIB - Static variable in interface ru.novosoft.dc.core.PictureType
The Windows device-independent bitmap type.
DISTRIBUTE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.HorizontalAlignment
Distributed.
DocumentContext - class ru.novosoft.dc.rtf.dom.DocumentContext.
Document context contains document properties.
documentContext() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return the document context associated with this section.
DocumentContext(boolean) - Constructor for class ru.novosoft.dc.rtf.dom.DocumentContext
Constructor.
DocumentInformation - class ru.novosoft.dc.rtf.dom.DocumentInformation.
The class contains document properties described in the "info" group of rtf-document.
DocumentInformation() - Constructor for class ru.novosoft.dc.rtf.dom.DocumentInformation
 
DocumentVariables - class ru.novosoft.dc.rtf.dom.DocumentVariables.
The class contains document variables of rtf-document.
DocumentVariables() - Constructor for class ru.novosoft.dc.rtf.dom.DocumentVariables
 
DOM(DOMImplementation, boolean) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Compose a W3C DOM representation of the RTF DOM and return it.
DOMService - class ru.novosoft.dc.core.util.DOMService.
The class contains miscellaneous static service methods for DOM construction.
DONOT_BALANCE_SBCS_DBCS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't balance SBCS/DBCS characters.
DONOT_BREAK_WRAPPED_TABLES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't break wrapped tables across pages.
DONOT_CENTER_EXACT_LINES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't center exact line height lines.
DONOT_LAYOUT_TABLES_RAW_WIDTH - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't lay out tables with raw width.
DONOT_SHOW_COMMENTS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't show comments while reviewing.
DONOT_SHOW_FORMATTING - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't show formatting while reviewing.
DONOT_SHOW_MARKUP - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't show markup while reviewing.
DONOT_SHOW_REVIEWING - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't show insertions and deletions while reviewing.
DONOT_UNDERLINE_TRALING_SPACES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't underline trailing spaces.
DOT_DASH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Dot dash border.
DOT_DOT_DASH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Dot dot dash border.
DOTS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Leader dots.
DOTTED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Dotted border.
DOTTED - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Dotted underline.
DOUBLE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Double border.
DOUBLE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Double underline.
DOUBLE_BYTE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: double-byte.
DOUBLE_STRIKE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Double strikethrough.
DOUBLE_THICKNESS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Double-thickness border.
DOUBLE_WAVE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Double wave underline.
DOUBLE_WAVY - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Double wavy border.

E

EDITED_AFTER_UPDATE - Static variable in class ru.novosoft.dc.rtf.dom.FieldMarker
The field result was edited after update.
EMAIL_COMPOSE - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Bit number for email compose style.
EMAIL_PERSONAL - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Bit number for personal email style.
EMAIL_REPLY - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Bit number for email reply style.
EMBOSS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Emboss.
EMBOSS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Emboss border.
EMF - Static variable in interface ru.novosoft.dc.core.PictureType
The enhanced metafile type.
END_CELL - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of cell mark.
END_FIELD - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of end of field mark.
END_PAR - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of paragraph mark.
END_SECTION - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of section break mark.
endnoteReference() - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Turn the "endnote reference" tag on.
ENGRAVE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Engrave.
ENGRAVE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Engrave border.
EQUAL_SIGN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Leader equal sign.
equal(Object, Object) - Static method in class ru.novosoft.dc.core.util.Utilities
Compare objects to be both null or equal to each other (use the equals() method) and return true if any of this conditions fulfilled.
equals(Object) - Method in class ru.novosoft.dc.core.util.Flags
Compare this object with another vector of flags and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.core.util.Strings
Compare this object with another vector of values and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.core.util.Toggles
Compare this object with another vector of toggles and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.core.util.Values
Compare this object with another vector of values and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Compare this context with another context and return true if contexts coinside in their shadings.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Compare this context with another context and return true if contexts coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Compare this context with another character context and return true if contexts coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Compare this context with another cell context and return true if contexts coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Compare this context with another context and return true if contexts coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Compare this context with another picture context and return true if contexts coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Compare this style with another formatting style and return true if their contexts coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Compare this context with another paragraph context and return true if contexts coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Compare this color with another color and return true if colors coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Indentation
Compare this object with another array of spacing parameters and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Compare this object with another columns specification and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.CellSpacing
Compare this object with another array of spacing parameters and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.TabSet
Compare this set of tabs with another set of tabs and return true if comparison succeed.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Compare this object with another panose classifier and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Padding
Compare this object with another array of spacing parameters and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Compare this date with another date and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing
Compare this spacing with another spacing and return true if spacings coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Compare this border with another border and return true if borders coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.RowPagination
Compare this object with another pagination and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Compare this set of borders with another set of borders and return true if the sets coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Compare this frame with another frame and return true if frames coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Pagination
Compare this object with another pagination and return true if they coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Compare this set of layout parameters with another set and return true if the sets coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Compare this tab with another tab and return true if tabs coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Compare this shading with another shading and return true if shadings coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
Compare this object with another paragraph spacing and return true if spacings coinside.
equals(Object) - Method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Compare this object with another invisible cells and return true if they coinside.
errorsWereLogged() - Method in interface ru.novosoft.dc.core.CommonLogger
Return true if an error message was sent to the logger.
EVEN_PAGE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.SectionStart
Section starts at an even page.
exec(String[]) - Method in interface ru.novosoft.dc.core.CommonLogger
Executes a subprocess passing a command array to it and return true if the process was finished without exceptions.
exec(String[]) - Method in interface ru.novosoft.dc.core.PictureHandler
Executes a subprocess passing a command array to it and return true if the process was finished without exceptions.
EXPAND - Static variable in class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing
An index of the character expansion/compression parameter.
EXPAND_SHIFT_RETURN - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Expand character spaces on line-ending with SHIFT+RETURN.
expansionRequired() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Set request for expanding character contexts while optimization.
exportShape(int) - Static method in class ru.novosoft.dc.rtf.dom.CharacterContext
Export a font shape code to string representation.
exportTo(Element) - Method in interface ru.novosoft.dc.rtf.dom.RTFEntry
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.StyleSheet
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Export shape-entry ID number andproperties to the specifed DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.CustomInformation
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.ShapeObject
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RTFFootnote
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.Bookmark
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.DocumentInformation
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RTFTable
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RTFRow
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.ShapeGroup
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.DocumentVariables
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.Picture
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.Indentation
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.CellSpacing
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.RowPagination
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.Pagination
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
Export the contents of this object to the specified DOM element.
exportTo(Element) - Method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Export the contents of this object to the specified DOM element.
exportTo(Element, boolean) - Method in class ru.novosoft.dc.rtf.dom.FontTable
Export the contents of this object to the specified DOM element.
exportTo(Element, boolean) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Export the contents of this object to the specified DOM element.
exportTo(Element, int, String) - Method in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Export the contents of this object to the specified DOM element.
exportTo(Element, String) - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Export the contents of this object to the specified DOM element.
exportTo(Element, String) - Method in class ru.novosoft.dc.rtf.dom.RTFFlow
Export the contents of this object to the specified DOM element creating a child with the specified tagName and returning it.
exportTo(Element, String) - Method in class ru.novosoft.dc.rtf.dom.objects.TabSet
Export the contents of this object to the specified DOM element.
exportTo(Element, String) - Method in class ru.novosoft.dc.rtf.dom.objects.Padding
Export the contents of this object to the specified DOM element.
exportTo(Element, String) - Method in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
Export the contents of this object to the specified DOM element.
exportTo(Element, String) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Export the contents of this object to the specified DOM element.
exportTo(Element, String) - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Export the contents of this object to the specified DOM element.

F

FAMILY_DECORATIVE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Family type - Decorative
FAMILY_PICTORIAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Family type - Pictorial
FAMILY_SCRIPT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Family type - Script
FAMILY_TEXT_DISPLAY - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Family type - Text and display
FamilyType() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the family type attribute [0]
FIELD - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of field mark object.
FieldMarker - class ru.novosoft.dc.rtf.dom.FieldMarker.
A marker of the beginning of field.
FieldMarker() - Constructor for class ru.novosoft.dc.rtf.dom.FieldMarker
 
fillColor() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the current fill color which will be either highlight color, or background color, if no highlighting specified, or null, if both highlight and background color do not specified.
filter(RTFDocument, NSDCContext, CommonLogger) - Method in interface ru.novosoft.dc.rtf.dom.RTFFilter
An rtf filter can modify an RTF document and return the modified one or null if further processing of document should be cancelled.
findFileInResources(String) - Static method in class ru.novosoft.dc.core.IOService
Try to find a file in resources (in path list specified in the Java classpath variable) and return the canonical path to it or null if search fails.
findHomePath(String) - Static method in class ru.novosoft.dc.core.IOService
Find a home path using a value of system property with the specified propertyName name and return it.
findNodeWithTextContent(Node) - Static method in class ru.novosoft.dc.core.util.DOMService
Test the tree of children of the specified node and return the first node (this node or its direct or indirect child) having a single text node child only.
finishProcessing(PictureHandler, OutputStream, boolean) - Method in interface ru.novosoft.dc.core.PicturePool
Complete processing of the picture.
FIRST - Static variable in class ru.novosoft.dc.rtf.dom.Bookmark
The index of the first column number.
FIRST - Static variable in class ru.novosoft.dc.rtf.dom.objects.Indentation
Index of the first-line indent.
FIRST_FOOTER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the footer on the first page of the section (in title page mode).
FIRST_HEADER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the header on the first page of the section (in title page mode).
Flags - class ru.novosoft.dc.core.util.Flags.
The class contains an array of parameters of the boolean type.