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.
flags() - Method in class ru.novosoft.dc.core.util.Flags
Return the array of flags wrapped by this object.
Flags(boolean[]) - Constructor for class ru.novosoft.dc.core.util.Flags
Construct an object as a wrapper of the specified array of flags.
Flags(int) - Constructor for class ru.novosoft.dc.core.util.Flags
Construct an array of flags of the specified size.
FONT - Static variable in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
The index of base font size for line-spacing of the multiple kind.
font(int) - Method in class ru.novosoft.dc.rtf.dom.FontTable
Return a font of required index or null if the required font index does not exist.
fonts() - Method in class ru.novosoft.dc.rtf.dom.FontTable
Return the enumeration of all fonts in the table.
FontTable - class ru.novosoft.dc.rtf.dom.FontTable.
RTF font table.
FontTable(int) - Constructor for class ru.novosoft.dc.rtf.dom.FontTable
Construct a font table of specified initial capacity.
FOOTNOTE - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of footnote object.
FOOTNOTE_ANCHOR - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Anchoring character for footnote separator "chftnsep".
FOOTNOTE_CONTINUE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Anchoring character for footnote continuation "chftnsepc".
FOOTNOTE_REFERENCE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Automatic footnote reference "chftn" (footnotes follow in a group).
footnote() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the encapsulated footnote for the FOOTNOTE kind or null otherwise.
FootnoteContext - class ru.novosoft.dc.rtf.dom.FootnoteContext.
Footnotes and endnotes properties.
footnoteContext() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Return the footnote context or null if it does not defined.
FootnoteContext() - Constructor for class ru.novosoft.dc.rtf.dom.FootnoteContext
 
FORMATTED_AFTER_UPDATE - Static variable in class ru.novosoft.dc.rtf.dom.FieldMarker
The field result was formatted after update.
FormattingStyle - class ru.novosoft.dc.rtf.dom.FormattingStyle.
Formatting style is an entry of a style sheet table.
FormattingStyle() - Constructor for class ru.novosoft.dc.rtf.dom.FormattingStyle
 
FORWARD_DIAGONAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Forward diagonal background pattern (\\\\).
FRAME - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Border resembles a "Frame".
FRAME_DISTANCE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the frame distance parameter.
FRAME_POSITION - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the frame position parameter.
FRAME_REFERENCE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the frame reference parameter.
FRAME_SIZE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the frame size parameter.
FULL_LOG - Static variable in class ru.novosoft.dc.core.NSDCContext
This log level means logging of all messages to files and to the system log (debug messages and messages on unknown rtf-commands are logged to files only).
FULL_SILENT_LOG - Static variable in class ru.novosoft.dc.core.NSDCContext
This log level means logging of all messages to files.
fullString() - Method in class ru.novosoft.dc.core.StringEnumeration
Return the last matching string found (it is recommended to use this method after successful call of StringEnumeration.hasMoreMatchingStrings() or StringEnumeration.nextTrimmedString() methods).

G

get(int) - Method in interface ru.novosoft.dc.core.PictureHandler
Get the value of the picture parameter of the specified index (meaning of indices specified in PictureInfo).
get(int) - Method in class ru.novosoft.dc.core.util.Strings
Return the value of the specified index.
get(int) - Method in class ru.novosoft.dc.core.util.Toggles
Return the toggle of the specified index.
get(int) - Method in class ru.novosoft.dc.core.util.Values
Return the value of the specified index.
get(int) - Method in class ru.novosoft.dc.rtf.dom.Picture
Get the value of the parameter of the specified index.
get(int) - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Get the value of the parameter of the specified index.
get(int) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Return the style number for the specified index (222 means no style).
get(int) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Return the value of the field of the specified index.
get(String) - Method in class ru.novosoft.dc.core.util.NamespaceHandler
Return uri for the given namespace prefix.
getAlignment() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the current horizontal alignment of the table row.
getAlignment() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return the vertical alignment of the cell.
getAlignment() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return the current horizontal alignment of the paragraph text.
getAltName() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the alternative font name
getAverageGapWidth() - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Return an everage width of column gap.
getBackgroundColor() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the background color or null if it was not specified.
getBackgroundColor() - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Return the background color.
getBookmarkName() - Method in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
Return a name of bookmark linked to this property or null if the property has no bookmark linked.
getCharset() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the font charset (-1 means unspecified charset)
getCodePage() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the font code page number (0 means unspecified code page)
getColorIndex() - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Return the border color index (-1 means "auto" color).
getColorTable() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the color table or null.
getColumnGapWidth(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Return the width of the gap to the right of the specified column.
getColumnNumber(int) - Method in class ru.novosoft.dc.rtf.dom.Bookmark
Return the value of the specified column number or 0 if this number is nonspecified.
getColumnWidth(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Return the width of the specified column.
getContext() - Method in interface ru.novosoft.dc.core.PictureHandler
Return a picture context for testing on uniqueness.
getCustomInfo() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the custom document information or null.
getDefaultElement() - Method in class ru.novosoft.dc.core.util.NamespaceHandler
Return the default element or null if no defaults specified.
getDefaultEncoding() - Method in class ru.novosoft.dc.rtf.dom.FontTable
Return the default encoding name.
getDefaultFontIndex() - Method in class ru.novosoft.dc.rtf.dom.FontTable
Return the index of the default font.
getDefaultLogger() - Method in class ru.novosoft.dc.core.NSDCContext
Return the default logger.
getDOMImplementation() - Method in class ru.novosoft.dc.core.NSDCHandler
Return an implementation of Document Object Model.
getDOMImplementation() - Method in interface ru.novosoft.dc.core.ConversionHandler
Return an implementation of Document Object Model.
getDouble(String, double) - Method in class ru.novosoft.dc.core.NSDCContext
Return a double value of the option with the specified name or the default value if this option undefined or contains non-double value.
getDropCapLines() - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Return the number of lines drop cap is to occupy.
getDropCapType() - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Return the drop cap type.
getEndnoteNumbering() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the endnote numbering style.
getEndnoteNumberingRestart() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the type of the footnote numbering restart.
getEndnoteSeparator(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the endnote separator of the specified index or null if the default separator is used.
getEndnoteStart() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the beginning endnote number.
getEntry() - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Return the shape entry.
getFamily() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the font family
getFileExtension(String, String) - Method in class ru.novosoft.dc.core.NSDCContext
Get an option value and test it to be a valid file extension, which starts from the decimal point and contains alphanumeric symbols after it (ASCII only).
getFileList(Class, String, String) - Static method in class ru.novosoft.dc.core.IOService
Return an array of strings naming the files and directories found in resources.
getFilePath(String, String) - Method in class ru.novosoft.dc.core.NSDCContext
Try to get a resource path using the IOService.getFilePath method with the NSDCContext.homePath() as the base path.
getFilePath(String, String, String) - Static method in class ru.novosoft.dc.core.IOService
Prepare a path to file.
getFillColor() - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Return the fill color.
getFloat(String, float) - Method in class ru.novosoft.dc.core.NSDCContext
Return a float value of the option with the specified name or the default value if this option undefined or contains non-float value.
getFont() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the current font.
getFontSize() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the current font size in half-points.
getFontTable() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the font table or null.
getFooterMargin() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return the footer margin.
getFootnoteNumbering() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the footnote numbering style.
getFootnoteNumberingRestart() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the type of the footnote numbering restart.
getFootnoteSeparator(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the footnote separator of the specified index or null if the default separator is used.
getFootnoteStart() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the beginning footnote number.
getForegroundColor() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the foreground color or null if it was not specified.
getGutterStyle() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Return the gutter style.
getHalfGap() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the half the space between the cells of a table row in twips.
getHeaderMargin() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return the header margin.
getHeaderOrFooter(int) - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Return the flow of header or footer of the specified index.
getHorizontalMerge() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return the horizontal merge style for the cell.
getHorizontalPosition(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Return the value of the horizontal position parameter of the specified index.
getID() - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Return shape-entry ID number.
getInfo() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the document information or null.
getInt(String, int) - Method in class ru.novosoft.dc.core.NSDCContext
Return an integer value of the option with the specified name or the default value if this option undefined or contains non-integer value.
getInt(String, int) - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Return an integer value of the property with the specified name or the default value if this property is undefined or contains incorrect value.
getKind() - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Return the tab kind (the default is LEFT).
getLeader() - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Return the tab leader (the default is NONE).
getLeftEdge() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the position of the leftmost edge of the table.
getLevel() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return the nesting level of the paragraph.
getMetafileType() - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Return the type of Windows or OS/2 metafile.
getName() - Method in class ru.novosoft.dc.rtf.dom.Bookmark
Return the bookmark name or null if name nonspecified.
getName() - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Return the style name or null if no name defined.
getName() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the font name
getNamesOfProperties() - Method in class ru.novosoft.dc.rtf.dom.CustomInformation
Return the enumeration of names of all defined custom properties.
getNamesOfProperties() - Method in class ru.novosoft.dc.rtf.dom.DocumentInformation
Return the enumeration of names of all defined preset properties.
getNamesOfVariables() - Method in class ru.novosoft.dc.rtf.dom.DocumentVariables
Return the enumeration of names of all defined variables.
getNonemptyOption(String) - Method in class ru.novosoft.dc.core.NSDCContext
Return an option value if it is specified and is a nonempty string.
getNontaggedName() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the nontagged font name
getNotesType() - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Return the type of using footnotes/endnotes.
getOption(String) - Method in class ru.novosoft.dc.core.NSDCContext
Return a value of option with the specified name or null if this option undefined or unregistered.
getOption(String, String) - Method in class ru.novosoft.dc.core.NSDCContext
Return a value of option with the specified name or the default value if this option undefined.
getOptionAsPath(String) - Method in class ru.novosoft.dc.core.NSDCContext
Get a value of option with the specified name and prepare the path composed from home path and the option value.
getPageNumber() - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Return a starting page number.
getPanoseClassifier() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the panose classifier
getPictureID() - Method in interface ru.novosoft.dc.core.PictureHandler
Return a picture ID or null if no ID defined yet.
getPictureType() - Method in interface ru.novosoft.dc.core.PictureHandler
Return a type of the picture handled.
getPitch() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Get the font pitch (0 is the default pitch, 1 is the fixed pitch, 2 is the variable pitch)
getPosition() - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Return the tab position (the default is 0).
getPosition(int) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Return the value of the shape position parameter of the specified index.
getProperty(String) - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Return a value of property or null if the property is undefined.
getProperty(String) - Method in class ru.novosoft.dc.rtf.dom.CustomInformation
Return a custom property value or null if the custom property with the specified name is undefined.
getProperty(String) - Method in class ru.novosoft.dc.rtf.dom.DocumentInformation
Return a preset property value or null if the property with the specified name is undefined.
getProperty(String, Object) - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Return a value of the property or the default value passed in parameters if the property is undefined.
getResourceAsStream(Class, String, String, String) - Static method in class ru.novosoft.dc.core.IOService
Try to open an input stream at the resource.
getResourceAsStream(String, String) - Method in class ru.novosoft.dc.core.NSDCContext
Try to get a resource using the IOService.getResourceAsStream method with the NSDCContext.homePath() as the base path and the class of this object as a base class.
getResult() - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Return the shape-result field or null if no result specified.
getResultMode() - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Return a mode of result.
getRightBoundary() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return the right boundary of the cell.
getRowHeight() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the required height of the table row.
getSectionStart() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return the type of the section start.
getSpace() - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Return the space between the border and bordered object (the default is 0).
getSpacing(int) - Method in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
Return the value of the spacing of the specified index.
getSpecifiedOption(String) - Method in class ru.novosoft.dc.core.NSDCContext
Get an option value and ensure that it is not null, i.e. the option is specified.
getStyle() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the style number.
getStyle() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return the style number.
getStyle() - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Return the border style (the default is NONE).
getStyle() - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Return the pattern/shading style.
getStyleSheet() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the style sheet table or null.
getSystemLog() - Method in interface ru.novosoft.dc.core.CommonLogger
Return the system log attached or null if the system log undefined.
getTabWidth() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Return the tab width in twips.
getTextbox() - Method in class ru.novosoft.dc.rtf.dom.ShapeObject
Return the textbox flow or null if it is undefined.
getType() - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Return the picture type.
getType() - Method in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
Return the property type.
getType(int) - Method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Return the type of the cell of the specified index.
getUnderlineColor() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the underline color or null if it was not specified.
getUnderlineStyle() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return the current underline style (CharacterUnderline.NONE means no underlining).
getUniqueTag() - Method in interface ru.novosoft.dc.core.PictureHandler
Return a unique tag of the picture or 0 if the tag unspecified.
getURI() - Method in interface ru.novosoft.dc.core.PictureHandler
Return the non-encoded URI of the picture or null if it is undefined.
getURI() - Method in class ru.novosoft.dc.rtf.dom.Picture
Return the non-encoded URI of the picture or null if it is undefined.
getUserPreferences() - Method in class ru.novosoft.dc.core.NSDCContext
Return a name of user preferences file.
getUserPreferences() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Return a name of user preferences file.
getUserPreferencesPath() - Method in class ru.novosoft.dc.core.NSDCContext
Return a path to the user preferences file.
getUserPreferencesStream() - Method in class ru.novosoft.dc.core.NSDCContext
Try to open an input stream to user preferences and return it or null.
getValue() - Method in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
Return the property value.
getVariable(String) - Method in class ru.novosoft.dc.rtf.dom.DocumentVariables
Return the value of variable or null if the variable with the specified name is undefined.
getVerticalMerge() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return the vertical merge style for the cell.
getVerticalPosition(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Return the value of the vertical position parameter of the specified index.
getWidth() - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Return the border width (the default is 0).
getWidth(int) - Method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Return the width of the cell of the specified index.
getWrapping(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Return the value of the text wrapping parameter of the specified index.
green() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Return the green component of the color.
GUTTER_WIDTH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Layout
Index of the gutter width.

H

HAIRLINE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Hairline border.
has(int) - Method in class ru.novosoft.dc.core.util.Flags
Return the flag of the specified index.
hasAutoColor() - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Return true, if the color table has an auto color of 0th index.
hasBit(int, int) - Static method in class ru.novosoft.dc.core.util.Utilities
Return true if a specified bit is equal to 1.
hasBorder() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return true if a border is defined in this context.
hasBorder(int) - Method in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Return true if a border of the specified index is defined.
hasEqualContext(Object) - Method in interface ru.novosoft.dc.core.PictureHandler
Return true if the context of picture is equal to the given context.
hasEqualWidthColumns() - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Return true if all columns have identical widths.
hasFileProtocol(String) - Static method in class ru.novosoft.dc.core.IOService
Test a path to start with file protocol.
hasHighlighting() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return true if a highlight color is specified.
hasID() - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Return true if ID number is specified.
hasLandscapeMode() - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Return true if the landscape mode is turned on.
hasLineBetween() - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Return true if the "line between columns" tag is turned on.
hasLockAnchor() - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Return true if the shape has the lock anchor.
hasLockAnchor() - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Return true if the frame has the lock anchor.
hasMirrorMargins() - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Return true if the mirror margin mode is turned on.
hasMoreMatchingStrings() - Method in class ru.novosoft.dc.core.StringEnumeration
Test the inner enumeration to contain a matching string and return true if such a string found.
hasNoShading() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return the value of no-shading flag.
hasParameter() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return true if the encapsulated ACTIVE symbol has a parameter.
hasRestartPageNumber() - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Return true if the section must restart with the specified page number.
hasShape(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Return true if a specified bit in the character shape is equal to 1.
hasTitlePage() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return true if the current section has the first page with special headers and footers.
hasType(int) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Return true if a specified bit in the style type is equal to 1.
hasWidowOrphan() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Return true if the widow/orphan control is turned on.
HEAVY_WAVE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Heavy wave underline.
HEIGHT - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture height in twips" parameter.
HEIGHT - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture height in twips" parameter.
HEIGHT_IN_UNITS - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
The index of "picture height in units" parameter (pixels for pictures and yExt field for WMF).
HIDDEN - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Bit number for hidden style.
HIDDEN - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Hidden text.
highlight(RTFColor) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set a highlight color (the reset method has no affect on the highlight color).
homePath() - Method in class ru.novosoft.dc.core.NSDCContext
Return the canonical path to the converter's home directory.
HORIZONTAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Index of the horizontal border of a table row.
HORIZONTAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Horizontal background pattern.
HorizontalAlignment - interface ru.novosoft.dc.rtf.dom.objects.HorizontalAlignment.
Horizontal alignment constants.
HOUR - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Index of the "hour of day" field in the date.
HTML_AUTO_SPACING - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Use HTML paragraph auto spacing.
hue() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Return the hue of the color as a double value at the segment [0,1].
HYPHENS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Leader hyphens.

I

Indentation - class ru.novosoft.dc.rtf.dom.objects.Indentation.
Consists of 3 indentation parameters.
indentation() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return the indentation properties or null if they are not specified.
Indentation() - Constructor for class ru.novosoft.dc.rtf.dom.objects.Indentation
 
index() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Return the index of the font (font number).
INFO_LOG - Static variable in class ru.novosoft.dc.core.NSDCContext
This log level means logging of information messages to the system log.
info(String) - Method in class ru.novosoft.dc.core.NSDCContext
Send the message to the default logger.
info(String) - Method in interface ru.novosoft.dc.core.PictureHandler
Send an information message to the logger of this handler.
INLINE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Position vertically in-line.
inlineCount() - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
Return a total number of inline objects in the paragraph label and content.
INNER - Static variable in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Index of the inner paragraph border (a border between consecutive paragraphs having identic formatting).
INSET - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Inset border.
INSIDE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Position horizontally or vertically inside the reference frame.
instructions() - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Return the instructions or null if no instructions attached.
instructionsCount() - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Return a total number of inline objects in the instructions.
INTEGER_TYPE - Static variable in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
The property is interpreted as an integer number.
inUse() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Return the value of the "in use" tag.
InvisibleCells - class ru.novosoft.dc.rtf.dom.objects.InvisibleCells.
The invisible cells specification class.
invisibleCells() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the invisible cells or null if they are not specified.
InvisibleCells() - Constructor for class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
 
IOService - class ru.novosoft.dc.core.IOService.
The class contains miscellaneous static I/O service methods.
isAbsolute(int) - Method in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
Return true if the spacing of the specified index has the "absolute" type.
isActive() - Method in interface ru.novosoft.dc.core.PictureConverter
Return true if the converter is active.
isEndnote() - Method in class ru.novosoft.dc.rtf.dom.RTFFootnote
Return true if this is the endnote.
isEndnoteReference() - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Return true if the field marker contains a reference to endnote.
isEqual(Properties, String, String) - Static method in class ru.novosoft.dc.core.util.Utilities
Return true if a property is specified and its value is equal to the given value.
isInFrontOfText() - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Return the value of the in-front-of-text flag.
isInHeader() - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Return the value of the in-header flag.
isStartBookmark() - Method in class ru.novosoft.dc.rtf.dom.Bookmark
Return true if this is the start bookmark.
isTrue(Properties, String) - Static method in class ru.novosoft.dc.core.util.Utilities
Return true if a property is specified and its value is equal to "true".
isTrue(String) - Method in class ru.novosoft.dc.core.NSDCContext
Return true if and only if the option with specified name is defined and its value is equal to "true".
isTrue(String, String) - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Call the getProperty(name, defaultValue) method and return true if the resulting string is equal to "1" (this means true in shape properties).
isTwoSide() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Return true if two-side layout is set.
ITALIC - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Italic.

J

JPEG - Static variable in interface ru.novosoft.dc.core.PictureType
The JPEG type.
JUSTIFY - Static variable in interface ru.novosoft.dc.rtf.dom.objects.HorizontalAlignment
Justified.

K

KANJI_3 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Kanji 3.
KANJI_4 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Kanji 4.
KANJI_WITH_DIGIT - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Kanji numbering with the digit character.
KANJI_WITHOUT_DIGIT - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Kanji numbering without the digit character.
KEEP_TOGETHER - Static variable in class ru.novosoft.dc.rtf.dom.objects.RowPagination
An index of the "row keep together" flag.
KEEP_TOGETHER - Static variable in class ru.novosoft.dc.rtf.dom.objects.Pagination
An index of the "keep lines together" flag.
KEEP_WITH_NEXT - Static variable in class ru.novosoft.dc.rtf.dom.objects.RowPagination
An index of the "keep with next row" flag.
KEEP_WITH_NEXT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Pagination
An index of the "keep paragraph with next" flag.
KERN - Static variable in class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing
An index of the character kern bound parameter.
kind() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return an object kind.
KOREAN_CHOSUNG - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Korean 1.
KOREAN_GANADA - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Korean 2.

L

LABEL - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of marker object.
label() - Method in class ru.novosoft.dc.rtf.dom.RTFParagraph
Return the paragraph label or null if no label attached.
label() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the encapsulated label for the LABEL kind or null otherwise.
landscapeMode() - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Turn the landscape mode on.
LARGE_THICK_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thick thin border (large).
LARGE_THIN_THICK - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thin thick border (large).
LARGE_THIN_THICK_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thin thick thin border (large).
LAST - Static variable in class ru.novosoft.dc.rtf.dom.Bookmark
The index of the last column number.
Layout - class ru.novosoft.dc.rtf.dom.objects.Layout.
The page layout consists of 7 layout parameters measured in twips and two boolean flags controlling the mirror margin mode and landscape mode.
LAYOUT_TABLE_ROWS_TOGETHER - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't allow table rows to lay out apart.
layout() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return the current section layout parameters.
layout() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Return the document layout parameters.
Layout(boolean) - Constructor for class ru.novosoft.dc.rtf.dom.objects.Layout
Constructor.
LEFT - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the left position parameter.
LEFT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Indentation
Index of the left indent.
LEFT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Margins
Index of the left margin parameter.
LEFT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Position horizontally to the left within the reference frame.
LEFT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.HorizontalAlignment
Left-aligned (the default).
LEFT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Flush-left tab kind (default).
LEFT - Static variable in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
The index of the left invisible cell.
LEFT_FOOTER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the footer of left pages of the section (in two side mode).
LEFT_HEADER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the header of left pages of the section (in two side mode).
LEFT_MARGIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Layout
Index of the left margin.
LEFT_TO_RIGHT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Left-to-right mark "ltrmark".
LETT_NORMAL_BOXED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Normal/boxed
LETT_NORMAL_CONTACT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Normal/contact
LETT_NORMAL_FLATTENED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Normal/flattened
LETT_NORMAL_OFF_CENTER - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Normal/off center
LETT_NORMAL_ROUNDED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Normal/rounded
LETT_NORMAL_SQUARE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Normal/square
LETT_NORMAL_WEIGHTED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Normal/weighted
LETT_OBLIQUE_BOXED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Oblique/boxed
LETT_OBLIQUE_CONTACT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Oblique/contact
LETT_OBLIQUE_FLATTENED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Oblique/flattened
LETT_OBLIQUE_OFF_CENTER - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Oblique/off center
LETT_OBLIQUE_ROUNDED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Oblique/rounded
LETT_OBLIQUE_SQUARE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Oblique/square
LETT_OBLIQUE_WEIGHTED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Letterform - Oblique/weighted
Letterform() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the letterform attribute [7]
LINE - Static variable in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
The index of line spacing.
LINE_BREAK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Required line break "line" (no paragraph break).
LINE_BREAK_TYPE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Text wrapping break type "lbr".
LINE_BREAKING_RULES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't use Word 97 line breaking rules for Asian text.
lineBetween() - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Turn the "line between columns" tag on (default is off).
list() - Method in class ru.novosoft.dc.rtf.dom.ShapeGroup
Return the list of all shape entries specified in this group.
LISTTAB - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
List label tab kind.
loadConfigurationFrom(Properties) - Method in class ru.novosoft.dc.core.NSDCContext
Load configuration from the given properties and freeze core options after that.
loadConfigurationFrom(String) - Method in class ru.novosoft.dc.core.NSDCContext
Load configuration properties from the specified resource, register them at this instance and freeze core options after that.
loadOptions(String) - Method in class ru.novosoft.dc.core.NSDCContext
Load options from file.
loadOutputPlugin() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Try to load the output plug-in specified in the "output-plugin" option and return true if the plug-in was successfully loaded.
loadPropertiesFrom(File) - Static method in class ru.novosoft.dc.core.IOService
Try to load properties from a specified file.
loadPropertiesFrom(InputStream) - Static method in class ru.novosoft.dc.core.IOService
Try to load properties from a specified stream.
loadPropertiesFrom(String) - Static method in class ru.novosoft.dc.core.IOService
Try to load properties from file at the specified path.
loadUserPreferences() - Method in class ru.novosoft.dc.core.NSDCContext
Load user preference options from the file of user preferences (returned by NSDCContext.getUserPreferences()).
loadUserPreferences(Properties) - Method in class ru.novosoft.dc.core.NSDCContext
Load user preference options from a specified set of properties.
LOCKED_FOR_UPDATE - Static variable in class ru.novosoft.dc.rtf.dom.FieldMarker
The field result is locked for update.
Logger - interface ru.novosoft.dc.core.Logger.
This interface is used for logging messages of different kinds.
logOption(CommonLogger, String) - Method in class ru.novosoft.dc.core.NSDCContext
Log an option to the logger if it is specified.
logOption(CommonLogger, String, String) - Static method in class ru.novosoft.dc.core.NSDCContext
Log an option to the logger if it has a non-null value.
logOptionIfNonempty(CommonLogger, String) - Method in class ru.novosoft.dc.core.NSDCContext
Log an option to the logger if its value is nonempty string.
logOptionIfTrue(CommonLogger, String) - Method in class ru.novosoft.dc.core.NSDCContext
Log an option to the logger if its value is equal to "true".
logOptions(CommonLogger) - Method in class ru.novosoft.dc.core.NSDCContext
The method is designed for logging options to the specified logger just before a conversion.
logOptions(CommonLogger) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Logging of user-defined options to the specified logger.
logPath(String) - Method in class ru.novosoft.dc.core.NSDCContext
Return the log path specified by the logDirectoryPath and the "log-name" option.
LONG_DASH - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Long dash underline.

M

M_ALL - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for all shape bits (excluding unused bits).
M_ALL_CAPS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "all capitals" shape.
M_BOLD - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "bold" shape.
M_DELETED - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "deleted" shape.
M_DOUBLE_STRIKE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "double strikethrough" shape.
M_EMBOSS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "emboss" shape.
M_ENGRAVE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "engrave" shape.
M_HIDDEN - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "hidden" shape.
M_ITALIC - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "italic" shape.
M_OUTLINE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "outline" shape.
M_REVISED - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "revised" shape.
M_SHADOW - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "shadow" shape.
M_SMALL_CAPS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "small capitals" shape.
M_STRIKE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "strikethrough" shape.
M_SUBSCRIPT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "subscript" shape.
M_SUPERSCRIPT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "superscript" shape.
M_WEB_HIDDEN - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Mask for the "web hidden" shape.
MAC_SMALL_CAPS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Small caps like Word 5.x for the Macintosh.
main(String[]) - Static method in class ru.novosoft.dc.rtf2fo.Convert
RTF2FO command line call.
Margins - interface ru.novosoft.dc.rtf.dom.objects.Margins.
Indices of margin parameters used in the Padding and CellSpacing classes.
MEDIUM_THICK_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thick thin border (medium).
MEDIUM_THIN_THICK - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thin thick border (medium).
MEDIUM_THIN_THICK_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thin thick thin border (medium).
mergeRequired() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Set request for merge of near inline strings with the same context while optimization.
mergeWith(CharacterContext) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Add properties defined in context passed in the parameter to this context.
mergeWith(RTFFlow) - Method in class ru.novosoft.dc.rtf.dom.RTFFlow
Add elements of the specified flow to the end of this flow.
mergeWith(String) - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Append a parameter string to the encapsulated string
MET - Static variable in interface ru.novosoft.dc.core.PictureType
The OS/2 metafile type.
MIDDLE_DOTS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Leader middle dots.
MIDLINE_CONSTANT_POINTED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Constant/pointed
MIDLINE_CONSTANT_SERIFED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Constant/serifed
MIDLINE_CONSTANT_TRIMMED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Constant/trimmed
MIDLINE_HIGH_POINTED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - High/pointed
MIDLINE_HIGH_SERIFED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - High/serifed
MIDLINE_HIGH_TRIMMED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - High/trimmed
MIDLINE_LOW_POINTED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Low/pointed
MIDLINE_LOW_SERIFED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Low/serifed
MIDLINE_LOW_TRIMMED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Low/trimmed
MIDLINE_STANDARD_POINTED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Standard/pointed
MIDLINE_STANDARD_SERIFED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Standard/serifed
MIDLINE_STANDARD_TRIMMED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Midline - Standard/trimmed
Midline() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the midline attribute [8]
MINUTE - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Index of the "minute" field in the date.
mirrorMargins() - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Turn the mirror margin mode on.
mixedColor() - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Return a specially mixed color for the named pattern case and a color mixed in the specified ratio for the shading case.
mixedColor(RTFColor, double) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Mix this color with another color in the specified ratio and return the mixed color.
MM_ANISOTROPIC - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
MM_HIENGLISH - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
MM_HIMETRIC - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
MM_ISOTROPIC - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
MM_LOENGLISH - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
MM_LOMETRIC - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
MM_TEXT - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
MM_TWIPS - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
Windows metafile type constant.
models() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Return an array of valid models sorted alphabetically except the default model stored as the last model in the array.
MODERN - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of fixed-pitch serif and sans serif fonts
MONTH - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Index of the "month" field in the date.
mul(int, int) - Method in class ru.novosoft.dc.core.util.Values
Multiply the value of the specified index and return the result.

N

NamespaceHandler - class ru.novosoft.dc.core.util.NamespaceHandler.
The handler of XML namespaces.
NamespaceHandler() - Constructor for class ru.novosoft.dc.core.util.NamespaceHandler
 
needInvertAutoColor() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Return true if this color is too dark as a background color (the additive lightness of RGB components less than 155).
NEW_COLUMN - Static variable in interface ru.novosoft.dc.rtf.dom.objects.SectionStart
Section starts at a new column.
NEW_PAGE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.SectionStart
Section starts at a new page (the default).
newLogger(String, int) - Method in class ru.novosoft.dc.core.NSDCContext
Construct a new logger of the specified log-level and return it.
newLogger(String, int) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Construct a new logger of the specified log-level and return it.
newPictureConverter() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Return null or a new picture converter to be attached to this instance.
newPicturePool(String, boolean) - Method in class ru.novosoft.dc.core.NSDCContext
Construct a new picture pool using the specified path as a parent name for pictures.
newPicturePool(String, boolean) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Construct a new picture pool using the specified path as a parent name for pictures: all pictures will be stored in the subdirectory created from the path and the extension ".images".
newSection(SectionContext) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Create a new section in the document content and return it.
NEXT_STYLE - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Index of the next style number.
nextTrimmedString() - Method in class ru.novosoft.dc.core.StringEnumeration
Extract the next matching string, trim its prefix, and return the result.
NIL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
No border specified.
NIL - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of unknown or default fonts
NO_AUTO_TAB - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't add automatic tab stop for hanging indent.
NO_BACKSLASH_TO_YEN - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't translate backslash to Yen sign.
NO_COLUMN_BALANCE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't balance columns.
NO_EXTERNAL_LEADING - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
No external leading.
NO_EXTRA_SPACE_AT_SHIFT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't add extra space to line height for showing raised/lowered characters.
NO_FIT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
No fit in the specified Panose-1 attribute.
NO_LINE_HEIGHT_ADJUST_IN_TABLE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't adjust line height in table.
NO_LOG - Static variable in class ru.novosoft.dc.core.NSDCContext
This log level means no logging at all.
NO_RESTART - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Continuous numbering.
NO_SPACE_FOR_UNDERLINE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't add space for underline.
NO_WRAP - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
No text wrapping around the frame.
NONE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
No border.
NONE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.SectionStart
Continuous section (no break).
NONE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
No underline.
NONE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
No leaders (default).
NONE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CellMerge
No merge (the default).
NORMAL_LOG - Static variable in class ru.novosoft.dc.core.NSDCContext
This log level means logging of all except debug messages to a file and to the system log.
NSDC_PROPERTIES - Static variable in class ru.novosoft.dc.core.NSDCContext
The default path of the file of converter's properties.
NSDCContext - class ru.novosoft.dc.core.NSDCContext.
The core context for a converter of rtf-file.
NSDCContext(String, PrintStream, String[]) - Constructor for class ru.novosoft.dc.core.NSDCContext
Construct an instance of the context and create a default logger of the INFO_LOG logging level.
NSDCException - exception ru.novosoft.dc.core.NSDCException.
The exception is thrown if something is wrong while data conversion.
NSDCException() - Constructor for class ru.novosoft.dc.core.NSDCException
 
NSDCException(String) - Constructor for class ru.novosoft.dc.core.NSDCException
 
NSDCHandler - class ru.novosoft.dc.core.NSDCHandler.
The class provides methods for handling a document conversion using Apache Xerces2 DOM implementation and XML serializer.
NSDCHandler(NSDCContext) - Constructor for class ru.novosoft.dc.core.NSDCHandler
Construct a serializer based on the specified context.

O

object() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the encapsulated object (for the ACTIVE kind, this is an int[] object of length 1 or 2 containing a code and parameter of active symbol).
ODD_PAGE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.SectionStart
Section starts at an odd page.
OLD_AUTO_SPACING - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Use Word 95 Auto spacing.
OLD_AUTOSHAPES_LAYOUT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't lay out AutoShapes like Word 97.
OLD_BORDER_RULES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Use Word 6.0/Word 95 borders rules.
OLD_FOOTNOTES_LAYOUT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't lay out footnotes like Word 6.0, Word 95, and Word 97.
OLD_LINE_WRAP - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Lines wrap like Word 6.0.
OLD_TABLE_BORDERS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Combine table borders as done in Word 5.x for the Macintosh.
openDataResource(String) - Method in class ru.novosoft.dc.core.NSDCContext
Get a resource using the getResourceAsStream method with the value of "data-path" option as the relative path.
openForWriting(String) - Static method in class ru.novosoft.dc.core.IOService
Try to open a file in the specified path for writing with creation of all parent directories if necessary.
optimize(boolean, boolean, int) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Optimization of the RTF Document.
OptionProcessor - interface ru.novosoft.dc.core.OptionProcessor.
A processor of options interface.
options() - Method in class ru.novosoft.dc.core.NSDCContext
Return all options specified.
OUTLINE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Outline.
outputWithIndents() - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Switch on the indented output to XML.
OUTSET - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Outset border.
OUTSIDE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Position horizontally or vertically outside the reference frame.
OVERLAY - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Text flows underneath frame.

P

Padding - class ru.novosoft.dc.rtf.dom.objects.Padding.
The padding specification class contains 4 padding parameters.
padding() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the default cell padding or null if it is not specified.
padding() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return the cell padding or null if it is not specified.
Padding() - Constructor for class ru.novosoft.dc.rtf.dom.objects.Padding
 
PAGE_BREAK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Required page break "page".
PAGE_HEIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Layout
Index of the paper height.
PAGE_WIDTH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Layout
Index of the page width.
Pagination - class ru.novosoft.dc.rtf.dom.objects.Pagination.
Describes pagination flags.
pagination() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the row pagination or null if it is not specified.
pagination() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return the pagination flags or null if they are not specified.
Pagination() - Constructor for class ru.novosoft.dc.rtf.dom.objects.Pagination
 
Panose - class ru.novosoft.dc.rtf.dom.objects.Panose.
Panose-1 font classifier.
Panose(byte[]) - Constructor for class ru.novosoft.dc.rtf.dom.objects.Panose
Construct panose-1 classifier from array of 10 bytes.
Panose(String) - Constructor for class ru.novosoft.dc.rtf.dom.objects.Panose
Construct panose-1 classifier from the hexadecimal representation consisting of 20 hexadecimal digits.
ParagraphContext - class ru.novosoft.dc.rtf.dom.ParagraphContext.
Paragraph formatting context (draft version).
paragraphContext() - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Return the paragraph context or null if no such context attached.
ParagraphContext() - Constructor for class ru.novosoft.dc.rtf.dom.ParagraphContext
Construct a paragraph formatting context.
ParagraphSpacing - class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing.
The paragraph spacing specification class.
ParagraphSpacing() - Constructor for class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
 
parameter() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the parameter of ACTIVE symbol or zero if no parameter specified.
parseOption(String) - Method in class ru.novosoft.dc.core.NSDCContext
Parse a string having the form "key:value" and call the setOption(key, value) method.
PICT - Static variable in interface ru.novosoft.dc.core.PictureType
The QuickDraw type.
Picture - class ru.novosoft.dc.rtf.dom.Picture.
Description of rtf picture.
PICTURE - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of picture object.
Picture() - Constructor for class ru.novosoft.dc.rtf.dom.Picture
 
PictureContext - class ru.novosoft.dc.rtf.dom.PictureContext.
A context of rtf picture contains internal properties of picture.
PictureContext() - Constructor for class ru.novosoft.dc.rtf.dom.PictureContext
 
PictureConverter - interface ru.novosoft.dc.core.PictureConverter.
A picture converter interface.
PictureHandler - interface ru.novosoft.dc.core.PictureHandler.
A picture handler provides logging and access to the picture information.
PictureInfo - interface ru.novosoft.dc.core.PictureInfo.
Indices of picture information parameters.
PicturePool - interface ru.novosoft.dc.core.PicturePool.
A picture pool appoints streams for writing pictures and provides the post-processing of pictures.
PictureType - interface ru.novosoft.dc.core.PictureType.
Types of rtf-pictures.
pictureWasChanged() - Method in interface ru.novosoft.dc.core.PictureHandler
Send a signal to the handler that a picture size or type was changed.
pluginExtension() - Method in class ru.novosoft.dc.core.NSDCContext
Return the extension for plugin configuration files.
pluginPath() - Method in class ru.novosoft.dc.core.NSDCContext
Return the canonical path to the plugin's directory or null.
PNG - Static variable in interface ru.novosoft.dc.core.PictureType
The PNG type.
Position - class ru.novosoft.dc.rtf.dom.objects.Position.
Specification of absolutely positioned paragraphs (frames or objects).
position() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the absolute position or null if it is not specified.
position() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return the absolute position or null if it is not specified.
Position() - Constructor for class ru.novosoft.dc.rtf.dom.objects.Position
 
preferences() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Return an array of valid preference groups sorted alphabetically.
prepareContext(PrintStream) - Static method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Prepare an RTF2FO context loading its properties from the file specified in the "rtf2fo.configuration" system property.
PRINT_AS_BLACK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Print all colors as black.
PRINT_BODY_BEFORE_HEADER - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Print body before header/footer.
PROCESS - Static variable in interface ru.novosoft.dc.core.PicturePool
The action type is "process the picture".
processOption(String, String) - Method in interface ru.novosoft.dc.core.OptionProcessor
Process an option with specified name and value and return a value to be set for this option.
PROP_CONDENSED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Condensed
PROP_EVEN_WIDTH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Even width
PROP_EXPANDED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Expanded
PROP_MODERN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Modern
PROP_MONOSPACED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Monospaced
PROP_OLD_STYLE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Old style
PROP_VERY_CONDENSED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Very condensed
PROP_VERY_EXPANDED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Proportion - Very expanded
properties() - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Return the shape properties table.
properties() - Method in class ru.novosoft.dc.rtf.dom.Picture
Return shape properties or null if they were undefined.
Proportion() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the proportion attribute [3]
PROXY - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of proxy RTFString object.
PU_ARBITRARY - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
OS/2 metafile type constant.
PU_HIENGLISH - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
OS/2 metafile type constant.
PU_HIMETRIC - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
OS/2 metafile type constant.
PU_LOENGLISH - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
OS/2 metafile type constant.
PU_LOMETRIC - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
OS/2 metafile type constant.
PU_PELS - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
OS/2 metafile type constant.
PU_TWIPS - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
OS/2 metafile type constant.

R

RAISE - Static variable in class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing
An index of the character raising/lowering parameter.
REAL_TYPE - Static variable in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
The property is interpreted as a real number.
red() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Return the red component of the color.
REF_COLUMN - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
The shape is positioned relative to the column in the horizontal direction.
REF_COLUMN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Horizontal reference frame is the column (the default).
REF_IGNORE - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
The shape position is specified in shape-entry parameters.
REF_MARGIN - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
The shape is positioned relative to the margin.
REF_MARGIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Horizontal or vertical reference frame is the margin.
REF_PAGE - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
The shape is positioned relative to the page.
REF_PAGE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Horizontal or vertical reference frame is the page.
REF_PAR - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
The shape is positioned relative to the paragraph in the vertical direction.
REF_PAR - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Vertical reference frame is the next unframed paragraph.
register(Properties) - Method in class ru.novosoft.dc.core.NSDCContext
Register specified properties at the context.
register(Properties) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Register RTF2FO properties.
REMOVE_PERSONAL_INFO - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
This will indicate to the emitting program to remove personal information such as the author's name as a document property or in a comment.
removeFileProtocol(String) - Static method in class ru.novosoft.dc.core.IOService
Test a path to start with the "file:" protocol, remove it from the path name, and convert the path to canonical form.
removeNodeIfEmpty(Node) - Static method in class ru.novosoft.dc.core.util.DOMService
Test a node to have no attributes and child nodes and remove it from the DOM tree if both conditions fulfilled.
removeSection(int) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Remove a section at the specified position in the range [0..sectionCount()-1].
requiredAction(PictureHandler) - Method in interface ru.novosoft.dc.core.PicturePool
Analyze the picture and select an action required.
reset() - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Reset the context to its default state (remove shading).
reset() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Restore the row formatting properties to defaults.
reset() - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Restore the character formatting properties to defaults.
reset() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Restore the cell formatting properties to defaults.
reset() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Reset parameters of the current section to defaults.
reset() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Restore the paragraph formatting properties to defaults.
RESTART_EACH_PAGE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Restart numbering each page (footnotes only).
RESTART_EACH_SECTION - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Restart numbering each section.
REVISED - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Marks the text as a revision mark.
RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the right position parameter.
RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Indentation
Index of the right indent.
RIGHT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Margins
Index of the right margin parameter.
RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Position horizontally to the right within the reference frame.
RIGHT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.HorizontalAlignment
Right-aligned.
RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Flush-right tab kind.
RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
The index of the right invisible cell.
RIGHT_FOOTER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the footer of right pages of the section (in two side mode).
RIGHT_HEADER - Static variable in class ru.novosoft.dc.rtf.dom.RTFSection
Index of the header of right pages of the section (in two side mode).
RIGHT_MARGIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Layout
Index of the right margin.
RIGHT_TO_LEFT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Right-to-left mark "rtlmark".
ROMAN - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of roman, proportionally spaced serif fonts
ROMAN_LOWERCASE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Roman lowercase (i, ii, iii, etc.)
ROMAN_UPPERCASE - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Roman uppercase (I, II, III, etc.)
ROW_HEADER - Static variable in class ru.novosoft.dc.rtf.dom.objects.RowPagination
An index of the "table header" flag (table header is repeated at the top of every page the current table appears on).
RowContext - class ru.novosoft.dc.rtf.dom.RowContext.
Row formatting context (draft version).
rowContext() - Method in class ru.novosoft.dc.rtf.dom.CellContext
Return a context of table row this cell belongs to or null if no row context attached.
RowContext() - Constructor for class ru.novosoft.dc.rtf.dom.RowContext
Construct a row formatting context.
rowCount() - Method in class ru.novosoft.dc.rtf.dom.RTFTable
Return a number of rows in this table.
RowPagination - class ru.novosoft.dc.rtf.dom.objects.RowPagination.
Describes table row pagination flags.
RowPagination() - Constructor for class ru.novosoft.dc.rtf.dom.objects.RowPagination
 
RTF2FO - class ru.novosoft.dc.rtf2fo.RTF2FO.
The class contains a number of static service methods for convertion from RTF to FO.
RTF2FOContext - class ru.novosoft.dc.rtf2fo.RTF2FOContext.
An extension of the NSDCContext is intended for the management of RTF2FO conversion.
RTF2FOContext(String, PrintStream) - Constructor for class ru.novosoft.dc.rtf2fo.RTF2FOContext
Construct an instance of the context and create a default logger of the logging level INFO_LOG.
RTFBlock - interface ru.novosoft.dc.rtf.dom.RTFBlock.
Any flow entry must implement this interface.
RTFColor - class ru.novosoft.dc.rtf.dom.objects.RTFColor.
The RTF color class.
RTFColor(int, int, int) - Constructor for class ru.novosoft.dc.rtf.dom.objects.RTFColor
Construct an RTF color from red, green, and blue components.
RTFDate - class ru.novosoft.dc.rtf.dom.objects.RTFDate.
The RTF date class contains date and time information.
RTFDate() - Constructor for class ru.novosoft.dc.rtf.dom.objects.RTFDate
Construct an RTF date with zero values of all fields.
RTFDate(int, int, int) - Constructor for class ru.novosoft.dc.rtf.dom.objects.RTFDate
Construct an RTF date from the year, month, and date numbers.
RTFDate(int, int, int, int, int, int) - Constructor for class ru.novosoft.dc.rtf.dom.objects.RTFDate
Construct an RTF date from all numbers.
RTFDocument - class ru.novosoft.dc.rtf.dom.RTFDocument.
The root class of the RTF DOM.
RTFDocument(SectionContext) - Constructor for class ru.novosoft.dc.rtf.dom.RTFDocument
Create a new document with an empty first section.
RTFEntry - interface ru.novosoft.dc.rtf.dom.RTFEntry.
Any RTF DOM entry must implement this interface.
RTFFilter - interface ru.novosoft.dc.rtf.dom.RTFFilter.
A filter of an rtf document must implement this interface.
RTFFlow - class ru.novosoft.dc.rtf.dom.RTFFlow.
A flow is a sequential list of "block-like" objects, such as RTFParagraph and RTFTable.
RTFFlow() - Constructor for class ru.novosoft.dc.rtf.dom.RTFFlow
 
RTFFont - class ru.novosoft.dc.rtf.dom.objects.RTFFont.
The class supports all properties of fonts in RTF Specification 1.6 except font embedding property.
RTFFont(int) - Constructor for class ru.novosoft.dc.rtf.dom.objects.RTFFont
Construct a font of the required index.
RTFFootnote - class ru.novosoft.dc.rtf.dom.RTFFootnote.
An rtf footnote object.
RTFFootnote(RTFFlow, boolean) - Constructor for class ru.novosoft.dc.rtf.dom.RTFFootnote
Construct a footnote or endnote if isEndnote tag is equal to the true.
RTFInline - interface ru.novosoft.dc.rtf.dom.RTFInline.
Any special inline object must implement this interface.
RTFObject - class ru.novosoft.dc.rtf.dom.RTFObject.
An inline object of rtf-file.
RTFObject(int) - Constructor for class ru.novosoft.dc.rtf.dom.RTFObject
Construct a marker having no encapculated object.
RTFObject(int, Object) - Constructor for class ru.novosoft.dc.rtf.dom.RTFObject
Construct an object of any kind (we recommend to use this constructor for objects of special kinds only).
RTFObject(List) - Constructor for class ru.novosoft.dc.rtf.dom.RTFObject
Construct a paragraph list label of the LABEL kind.
RTFObject(RTFFlow, boolean) - Constructor for class ru.novosoft.dc.rtf.dom.RTFObject
Construct an object of the FOOTNOTE kind.
RTFObject(RTFString) - Constructor for class ru.novosoft.dc.rtf.dom.RTFObject
Construct an object of the PROXY kind.
RTFObject(String) - Constructor for class ru.novosoft.dc.rtf.dom.RTFObject
Construct an object of the STRING kind.
RTFParagraph - class ru.novosoft.dc.rtf.dom.RTFParagraph.
A paragraph contains paragraph context and up to two lists of inline objects of the RTFObject type, namely a marker and content.
RTFParagraph() - Constructor for class ru.novosoft.dc.rtf.dom.RTFParagraph
 
RTFRow - class ru.novosoft.dc.rtf.dom.RTFRow.
A row consists of a row context and a vector of flows (one flow per a cell).
RTFRow() - Constructor for class ru.novosoft.dc.rtf.dom.RTFRow
 
RTFSection - class ru.novosoft.dc.rtf.dom.RTFSection.
A section of the RTF DOM.
RTFSection(SectionContext) - Constructor for class ru.novosoft.dc.rtf.dom.RTFSection
Construct a new section with an empty flow and binds the context with the newly created section.
RTFShape - class ru.novosoft.dc.rtf.dom.RTFShape.
Word 97-2000 Drawing Object (shape).
RTFShape() - Constructor for class ru.novosoft.dc.rtf.dom.RTFShape
 
RTFString - interface ru.novosoft.dc.rtf.dom.RTFString.
An interface of the proxy object for access to a raw text string of RTF document.
RTFStringFactory - interface ru.novosoft.dc.rtf.dom.RTFStringFactory.
An interface of the string factory.
RTFTable - class ru.novosoft.dc.rtf.dom.RTFTable.
A table is a sequential list of rows of the RTFRow type.
RTFTable() - Constructor for class ru.novosoft.dc.rtf.dom.RTFTable
 
ru.novosoft.dc.core - package ru.novosoft.dc.core
Core Document Conversion Classes.
ru.novosoft.dc.core.util - package ru.novosoft.dc.core.util
Core Utilities.
ru.novosoft.dc.rtf.dom - package ru.novosoft.dc.rtf.dom
RTF Document Object Model.
ru.novosoft.dc.rtf.dom.objects - package ru.novosoft.dc.rtf.dom.objects
Auxiliary RTF DOM Classes.
ru.novosoft.dc.rtf2fo - package ru.novosoft.dc.rtf2fo
Core RTF2FO Converter Classes.
rules() - Method in interface ru.novosoft.dc.core.PictureConverter
Return conversion rules to be applied to pictures or empty string if no conversion rules found.

S

saturation() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Return the saturation of the color as a double value at the segment [0,1].
SCALE - Static variable in class ru.novosoft.dc.rtf.dom.objects.CharacterSpacing
An index of the character scale parameter.
SCALE_X - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture horizontal scale in percent" parameter.
SCALE_X - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture horizontal scale in percent" parameter.
SCALE_Y - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture vertical scale in percent" parameter.
SCALE_Y - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture vertical scale in percent" parameter.
SCRIPT - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of script fonts
SECOND - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Index of the "second" field in the date.
section() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Return a section bound with the context or null if no section bound.
section() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the last section of the document.
section(int) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return a section of the specified index in the range [0..sectionCount()-1].
SectionContext - class ru.novosoft.dc.rtf.dom.SectionContext.
Section formatting context contains section formatting properties.
SectionContext(DocumentContext) - Constructor for class ru.novosoft.dc.rtf.dom.SectionContext
Construct a section formatting context.
sectionCount() - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Return the current number of sections.
SectionStart - interface ru.novosoft.dc.rtf.dom.objects.SectionStart.
Section start kinds.
sendMessage(int, String) - Method in interface ru.novosoft.dc.core.Logger
Sends a message of the specified kind to the logger.
sendMessage(String) - Method in interface ru.novosoft.dc.core.SystemLogger
Send a non-categorized message to the system log and main log.
sendSilentMessage(String) - Method in interface ru.novosoft.dc.core.SystemLogger
Send a non-categorized message to the main log.
SEPARATOR - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Index of the footnote/endnote separator;
serialize(Document, CommonLogger, String, String, boolean, boolean, int) - Method in class ru.novosoft.dc.core.NSDCHandler
Serialize the document to XML file constructing its name from the fileName parameter and the specified extension.
serialize(Document, CommonLogger, String, String, boolean, boolean, int) - Method in interface ru.novosoft.dc.core.ConversionHandler
Serialize the document to a file constructing its name from the fileName parameter and the specified extension.
SERIF_BONE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Bone
SERIF_COVE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Cove
SERIF_EXAGGERATED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Exaggerated
SERIF_FLARED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Flared
SERIF_NORMAL_SANS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Normal sans serif
SERIF_OBTUSE_COVE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Obtuse cove
SERIF_OBTUSE_SANS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Obtuse sans serif
SERIF_OBTUSE_SQUARE_COVE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Obtuse square cove
SERIF_PERP_SANS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Perp sans serif
SERIF_ROUNDED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Rounded
SERIF_SQUARE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Square
SERIF_SQUARE_COVE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Square cove
SERIF_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Thin
SERIF_TRIANGLE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Serif style - Triangle
SerifStyle() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the serif style attribute [1]
set(int, boolean) - Method in class ru.novosoft.dc.core.util.Flags
Set a flag of the specified index and return it.
set(int, int) - Method in interface ru.novosoft.dc.core.PictureHandler
Set a value for the picture parameter of the specified index (meaning of indices specified in PictureInfo).
set(int, int) - Method in class ru.novosoft.dc.core.util.Toggles
Set a toggle of the specified index and return the original value (non-truncated to the byte type).
set(int, int) - Method in class ru.novosoft.dc.core.util.Values
Set a value of the specified index and return it.
set(int, int) - Method in class ru.novosoft.dc.rtf.dom.Picture
Set a value for the parameter of the specified index.
set(int, int) - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Set a value for the parameter of the specified index.
set(int, int) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Set a style number of the specified index.
set(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Set a value for the field of the specified index (a negative value of any field except the year field is ignored).
set(int, String) - Method in class ru.novosoft.dc.core.util.Strings
Set a value of the specified index and return it.
set(String, String) - Method in class ru.novosoft.dc.core.util.NamespaceHandler
Register a namespace uri for the given namespace prefix.
setAlignment(int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Set a horizontal alignment, namely LEFT, RIGHT, or CENTER, for the table row (see HorizontalAlignment).
setAlignment(int) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Set a vertical alignment for the cell (see VerticalAlignment).
setAlignment(int) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Set a horizontal alignment for the paragraph text (see HorizontalAlignment).
setAltName(String) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the alternative font name
setAutoColor(boolean) - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Set "auto" tag value.
setBackgroundColor(RTFColor) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set a background color.
setBackgroundColor(RTFColor) - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Set the background color.
setBit(int, int) - Static method in class ru.novosoft.dc.core.util.Utilities
Set a specified bit in the value to 1 and return the result.
setBookmarkName(String) - Method in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
Set a name of bookmark linked to this property.
setCharset(int) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the font charset
setCodePage(int) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the font code page number
setColorIndex(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Set an index of the border color.
setColorTable(ColorTable) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Set a color table.
setColumnGapWidth(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Set a width of the gap to the right of the specified column.
setColumnNumber(int, int) - Method in class ru.novosoft.dc.rtf.dom.Bookmark
Set a number of the first or last column the bookmark occupies in table (the index specifies what number to set).
setColumnWidth(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.Columns
Set a width of the specified column.
setContext(Object) - Method in interface ru.novosoft.dc.core.PictureHandler
Set a picture context as the given context.
setCustomInfo(CustomInformation) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Set a custom document information object.
setDefaultElement(Element) - Method in class ru.novosoft.dc.core.util.NamespaceHandler
Set DOM element to be handled by default.
setDefaultEncoding(String) - Method in class ru.novosoft.dc.rtf.dom.FontTable
Set the default encoding name.
setDefaultFontIndex(int) - Method in class ru.novosoft.dc.rtf.dom.FontTable
Set the index of the default font.
setDefaultLogger(CommonLogger) - Method in class ru.novosoft.dc.core.NSDCContext
Set the default logger.
setDestinationPath(String) - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Set a destination path for the task.
setDropCapLines(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Set a number of lines drop cap is to occupy.
setDropCapType(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Set a type of the drop cap.
setEndnoteNumbering(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set a style for the endnote numbering.
setEndnoteNumberingRestart(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set a value for the endnote numbering restart type.
setEndnotesAtSectionEnd(boolean) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set a value for the "endnotes at section end" flag.
setEndnoteSeparator(int, RTFFlow) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set endnote separator of the specified index.
setEndnoteStart(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set the beginning endnote number (the default is 1).
setEntry(ShapeEntry) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Set a shape entry.
setFamily(int) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the font family
setFillColor(RTFColor) - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Set the fill color.
setFilter(RTFFilter) - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Set a filter to be applied to an rtf document.
setFont(RTFFont) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set a font.
setFontSize(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set a font size in half-points.
setFontTable(FontTable) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Set a font table.
setFooterMargin(int) - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Set a footer margin from the bottom of the page in twips.
setFootnoteNumbering(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set a style for the footnote numbering.
setFootnoteNumberingRestart(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set a value for the footnote numbering restart type.
setFootnotesAtBottom(boolean) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set a value for the "footnotes at page bottom" flag.
setFootnoteSeparator(int, RTFFlow) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set footnote separator of the specified index.
setFootnoteStart(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set the beginning footnote number (the default is 1).
setForegroundColor(RTFColor) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set a foreground color.
setGutterStyle(int) - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Set the gutter style: 0 - left gutter (default), 1 - right gutter, (-1) - parallel (top) gutter.
setHalfGap(int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Set the half the space between the cells of a table row in twips.
setHeaderMargin(int) - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Set a header margin from the top of the page in twips.
setHeaderOrFooter(int, RTFFlow) - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Set a header or footer of the specified index.
setHeadersAndFootersAs(RTFSection) - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Set headers and footers of this section as headers and footers of the specified section.
setHorizontalMerge(int) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Set a horizontal merge style for the cell (see CellMerge).
setHorizontalPosition(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Set a value for the horizontal position parameter of the specified index.
setID(int) - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Set shape-entry ID number.
setInfo(DocumentInformation) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Set a document information object.
setInFrontOfText(boolean) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Set a value of the in-front-of-text flag.
setInHeader(boolean) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Set a value of the in-header flag.
setInUse(boolean) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set a value for the "in use" tag.
setKind(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Set a tab kind (LEFT, RIGHT, CENTER, DECIMAL, or BAR).
setLeader(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Set a tab leader (NONE, DOTS, MIDDLE_DOTS, HYPHENS, UNDERLINE, THICK_LINE, or EQUAL_SIGN).
setLeftEdge(int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Set a position in twips of the leftmost edge of the table with respect to the left edge of its column.
setLevel(int) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Set a nesting level of the paragraph: 0 is the main document (default), 1 is a table cell (\intbl or \itap1 command produce this), 2 is a nested table cell (\itap2). and so forth.
setLockAnchor(boolean) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Set a value of the lock anchor.
setLockAnchor(boolean) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Set a value of the lock anchor.
setLogLevel(int) - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Set a logging level for the task.
setMetafileType(int) - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Set a type for Windows or OS/2 metafile.
setName(String) - Method in class ru.novosoft.dc.rtf.dom.Bookmark
Set a bookmark name.
setName(String) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Set a name for the style.
setName(String) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the font name
setNontaggedName(String) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the nontagged font name
setNoShading(boolean) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Set a value for the no-shading flag.
setNotesType(int) - Method in class ru.novosoft.dc.rtf.dom.FootnoteContext
Set a type of using footnotes/endnotes.
setOption(String, String) - Method in class ru.novosoft.dc.core.NSDCContext
Set an individual converter's option.
setOptionProcessor(String, OptionProcessor) - Method in class ru.novosoft.dc.core.NSDCContext
Set a processor for the specified option name.
setOptions(Properties, String) - Method in class ru.novosoft.dc.core.NSDCContext
Set options using only those properties of the passed properties' table which start from the specified prefix.
setOverlap(boolean) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Set a value for the overlap flag.
setPageNumber(int) - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Set a page number for the first page in the section.
setPanoseClassifier(Panose) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the panose classifier
setPictureID(Object) - Method in interface ru.novosoft.dc.core.PictureHandler
Set a picture ID.
setPitch(int) - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Set the font pitch
setPosition(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Tab
Set a tab position in twips from the left margin.
setPosition(int, int) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Set a value for the shape position parameter of the specified index.
setProperty(String, CustomProperty) - Method in class ru.novosoft.dc.rtf.dom.CustomInformation
Set a custom property.
setProperty(String, Object) - Method in class ru.novosoft.dc.rtf.dom.ShapeEntry
Set property.
setProperty(String, Object) - Method in class ru.novosoft.dc.rtf.dom.DocumentInformation
Set a preset property (the value type is either String or RTFDate).
setRestartPageNumber(boolean) - Method in class ru.novosoft.dc.rtf.dom.RTFSection
Set a value of the restart page number flag.
setResult(RTFFlow) - Method in class ru.novosoft.dc.rtf.dom.RTFShape
Set the shape-result field.
setResultMode(int) - Method in class ru.novosoft.dc.rtf.dom.FieldMarker
Set a mode of result.
setRightBoundary(int) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Set a right boundary for the cell.
setRowHeight(int) - Method in class ru.novosoft.dc.rtf.dom.RowContext
Set a height of the table row in twips.
setSectionStart(int) - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Set a type of the section start (see SectionStart).
setShape(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set a specified bit in the character shape.
setShapeByMask(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set bits of the character shape by the specified mask.
setSourcePath(String) - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Set a source path for the task.
setSpace(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Set a space in twips between the border and bordered object.
setSpacing(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
Set a value in twips for the spacing of the specified index.
setSpacingType(int, boolean) - Method in class ru.novosoft.dc.rtf.dom.objects.ParagraphSpacing
Set a type for the spacing of the specified index: the true value of the last parameter means the "absolute" type (default) and the false means another type.
setStartBookmark(boolean) - Method in class ru.novosoft.dc.rtf.dom.Bookmark
Set bookmark type (true if start bookmark and false if end bookmark).
setStyle(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set a style number (222 means no style).
setStyle(int) - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Set a style number (222 means no style).
setStyle(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Set a border style.
setStyle(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Shading
Set pattern or shading style.
setStyleSheet(StyleSheet) - Method in class ru.novosoft.dc.rtf.dom.RTFDocument
Set a style sheet table.
setSystemProperties(Properties) - Static method in class ru.novosoft.dc.core.StringEnumeration
Extract properties starting with "system." prefix from the input parameter, removes the prefix from their names, test them to be unspecified as system properties, and set them if the testing successful.
setTabWidth(int) - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Set a tab width in twips (default tab width is 720).
setTextbox(RTFFlow) - Method in class ru.novosoft.dc.rtf.dom.ShapeObject
Set a textbox flow.
setType(int) - Method in class ru.novosoft.dc.rtf.dom.PictureContext
Set a picture type.
setType(int) - Method in class ru.novosoft.dc.rtf.dom.FormattingStyle
Set a specified bit in the style type.
setType(int) - Method in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
Set a type for the property (the default type is TEXT).
setType(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Set a type for the cell of the specified index (default is 3).
setUnderlineColor(RTFColor) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set an underline color.
setUnderlineStyle(int) - Method in class ru.novosoft.dc.rtf.dom.CharacterContext
Set an underline style.
setURI(String) - Method in interface ru.novosoft.dc.core.PictureHandler
Set a new non-encoded URI for the picture.
setURI(String) - Method in class ru.novosoft.dc.rtf.dom.Picture
Set a non-encoded URI for the picture.
setValue(String) - Method in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
Set a value for the property.
setVariable(String, String) - Method in class ru.novosoft.dc.rtf.dom.DocumentVariables
Set a value of variable.
setVerticalMerge(int) - Method in class ru.novosoft.dc.rtf.dom.CellContext
Set a vertical merge style for the cell (see CellMerge).
setVerticalPosition(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Set a value for the vertical position parameter of the specified index.
setWidth(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Set a border width in twips.
setWidth(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.InvisibleCells
Set a width for the cell of the specified index.
setWrapping(int, int) - Method in class ru.novosoft.dc.rtf.dom.objects.Position
Set a value for the text wrapping parameter of the specified index.
Shading - class ru.novosoft.dc.rtf.dom.objects.Shading.
The color shading class.
shading() - Method in class ru.novosoft.dc.rtf.dom.ShadingContext
Return a current shading or null if shading does not specified.
Shading(RTFColor, RTFColor) - Constructor for class ru.novosoft.dc.rtf.dom.objects.Shading
Construct a shading with initial values for background and fill colors.
ShadingContext - class ru.novosoft.dc.rtf.dom.ShadingContext.
The basic class for cell, paragraph, and character formatting contexts.
ShadingContext() - Constructor for class ru.novosoft.dc.rtf.dom.ShadingContext
Protected constructor is used in enherited classes.
SHADOW - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Shadow.
SHADOWED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Shadowed border.
SHAPE - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of shape object.
ShapeEntry - class ru.novosoft.dc.rtf.dom.ShapeEntry.
The basic class for shape entries contains shape properties and ID.
ShapeEntry() - Constructor for class ru.novosoft.dc.rtf.dom.ShapeEntry
 
ShapeGroup - class ru.novosoft.dc.rtf.dom.ShapeGroup.
This class describes a group of shape objects.
ShapeGroup() - Constructor for class ru.novosoft.dc.rtf.dom.ShapeGroup
 
ShapeObject - class ru.novosoft.dc.rtf.dom.ShapeObject.
This class describes a single shape object.
ShapeObject() - Constructor for class ru.novosoft.dc.rtf.dom.ShapeObject
 
SHOW_BREAKS_IN_FRAMES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Show hard (manual) page breaks and column breaks in frames.
SIDES_BOTH - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap both sides of shape.
SIDES_LARGEST - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap only on largest side.
SIDES_LEFT - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap left side only.
SIDES_RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap right side only.
SILENT_LOG - Static variable in class ru.novosoft.dc.core.NSDCContext
This log level means logging of all except debug messages to a file.
SINGLE_THICKNESS - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Single-thickness border.
size() - Method in class ru.novosoft.dc.core.util.Flags
Return a length of the array.
size() - Method in class ru.novosoft.dc.core.util.Strings
Return a length of the array.
size() - Method in class ru.novosoft.dc.core.util.Toggles
Return a length of the array.
size() - Method in class ru.novosoft.dc.core.util.Values
Return a length of the array.
size() - Method in class ru.novosoft.dc.rtf.dom.StyleSheet
Return a number of styles in the style sheet table.
size() - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Return a number of colors in the color table.
SKIP - Static variable in interface ru.novosoft.dc.core.PicturePool
The action type is "skip the picture" (the pool cannot process this type of picture).
skipExistingFiles() - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Switch on the skip-existing-files mode.
SMALL_CAPS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Small capitals.
SMALL_DASH - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Dash border (small).
SMALL_THICK_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thick thin border (small).
SMALL_THIN_THICK - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thin thick border (small).
SMALL_THIN_THICK_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Thin thick thin border (small).
SNAP_GRID_TO_CELL - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Snap text to grid inside table with inline objects.
SOFT_COLUMN_BREAK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Nonrequired column break "softcol".
SOFT_LINE_BREAK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Nonrequired line break "softline".
SOFT_LINE_HEIGHT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Nonrequired line height "softlheight".
SOFT_PAGE_BREAK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Nonrequired page break "softpage".
spacing() - Method in class ru.novosoft.dc.rtf.dom.RowContext
Return the cell spacing or null if it is not specified.
spacing() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return paragraph spacing properties or null if they are not specified.
special() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the encapsulated inline object for a non-negative kind or null otherwise.
START - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CellMerge
The first cell in the range to be merged.
start(String, CommonLogger) - Method in class ru.novosoft.dc.core.NSDCHandler
Open a source file for reading, log a message on starting conversion, and return the input stream opened.
start(String, CommonLogger) - Method in interface ru.novosoft.dc.core.ConversionHandler
Open a source file for reading, log a message on starting conversion, and return the input stream opened.
startProcessing(PictureHandler) - Method in interface ru.novosoft.dc.core.PicturePool
Start processing of a picture.
stopOnErrors() - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Switch on the error-stop mode.
STRAIGHT_ARMS_DOUBLE_SERIF - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Straight arms/double-serif
STRAIGHT_ARMS_HORZ - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Straight arms/horizontal
STRAIGHT_ARMS_SINGLE_SERIF - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Straight arms/single-serif
STRAIGHT_ARMS_VERT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Straight arms/vertical
STRAIGHT_ARMS_WEDGE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Arm Style - Straight arms/wedge
STRIKE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Strikethrough.
STRING - Static variable in class ru.novosoft.dc.rtf.dom.RTFObject
The kind of raw string object.
StringEnumeration - class ru.novosoft.dc.core.StringEnumeration.
The string enumeration filters objects and returns those of them, which match the following conditions: are String instances and start with the specified prefix.
StringEnumeration(Enumeration, String) - Constructor for class ru.novosoft.dc.core.StringEnumeration
Constructor.
Strings - class ru.novosoft.dc.core.util.Strings.
The class contains an array of values of the String type.
Strings(int) - Constructor for class ru.novosoft.dc.core.util.Strings
Construct an array of values of the specified size.
Strings(String[]) - Constructor for class ru.novosoft.dc.core.util.Strings
Construct an object as a wrapper of the specified array of values.
STRIPED - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Striped border.
STROKE_GRADUAL_DIAG - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Gradual/diagonal
STROKE_GRADUAL_HORZ - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Gradual/horizontal
STROKE_GRADUAL_TRAN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Gradual/transitional
STROKE_GRADUAL_VERT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Gradual/vertical
STROKE_INSTANT_HORZ - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Instant/horizontal
STROKE_INSTANT_VERT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Instant/vertical
STROKE_NO_VARIATION - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - No variation
STROKE_RAPID_HORZ - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Rapid/horizontal
STROKE_RAPID_VERT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Stroke Variation - Rapid/vertical
StrokeVariation() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the stroke variation attribute [5]
style(String) - Method in class ru.novosoft.dc.rtf.dom.StyleSheet
Return a style for the specified key or null if no style with this key specified.
styles() - Method in class ru.novosoft.dc.rtf.dom.StyleSheet
Return the enumeration of all styles in the table.
StyleSheet - class ru.novosoft.dc.rtf.dom.StyleSheet.
Style sheet contains a hashtable of specified formatting styles.
StyleSheet(int) - Constructor for class ru.novosoft.dc.rtf.dom.StyleSheet
Construct an empty style sheet table of the specified initial capacity.
SUBENTRY - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
":" marks a subentry in an index entry.
SUBSCRIPT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Subscript text having shrinked point size.
SUBSTITUTE_FONTS_BY_SIZE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Substitute fonts based on size first.
SUPERSCRIPT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Superscript text having shrinked point size.
SUPPRESS_BOTTOM_SPACE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Suppress extra line spacing at bottom of page.
SUPPRESS_LINE_SPACING - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Suppress extra line spacing like WordPerfect version 5.x.
SUPPRESS_SPACE_AT_BREAK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Suppress space before paragraph property after hard page or column break.
SUPPRESS_TOP_SPACE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Suppress extra line spacing at top of page.
SWAP_BORDERS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
If a paragraph has a left border (not a box) and the Different Odd And Even or Mirror Margins check box is selected, Word will print the border on the right for odd-numbered pages.
SWISS - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of swiss, proportionally spaced sans serif fonts
symbol() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the value of encapsulated symbol for the ACTIVE kind or zero otherwise.
systemLog() - Method in class ru.novosoft.dc.core.NSDCContext
Return a system log specified for this context.
SystemLogger - interface ru.novosoft.dc.core.SystemLogger.
This interface is used for logging of noncategorized messages to system and main logs.

T

Tab - class ru.novosoft.dc.rtf.dom.objects.Tab.
The tab specification class.
TAB - Static variable in interface ru.novosoft.dc.rtf.dom.objects.ActiveSymbols
Tab character "tab".
Tab() - Constructor for class ru.novosoft.dc.rtf.dom.objects.Tab
 
tab(int) - Method in class ru.novosoft.dc.rtf.dom.objects.TabSet
Return a tab of the specified zero-based index.
TABLE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Table cell has no borders.
tabs() - Method in class ru.novosoft.dc.rtf.dom.ParagraphContext
Return a set of non-bar tabs or null if no non-bar tabs specified.
TabSet - class ru.novosoft.dc.rtf.dom.objects.TabSet.
The set of tabs.
TabSet(int) - Constructor for class ru.novosoft.dc.rtf.dom.objects.TabSet
Construct a set of tabs having the specified initial capacity.
TECH - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Family of technical, symbol, and mathematical fonts
TEXT_TYPE - Static variable in class ru.novosoft.dc.rtf.dom.objects.CustomProperty
The property is interpreted as a text string.
text() - Method in interface ru.novosoft.dc.rtf.dom.RTFString
Return a text string incapsulated in this proxy object.
text() - Method in class ru.novosoft.dc.rtf.dom.RTFObject
Return the encapsulated string for the STRING and PROXY kinds or null otherwise.
textHeight() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Calculate the height of the text area in the page.
textHeight(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Calculate the height of text area in the page.
textWidth() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Calculate the width of the text area in the page.
textWidth(int) - Method in class ru.novosoft.dc.rtf.dom.objects.Layout
Calculate the width of text area in the page.
THAI_BREAK_RULES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Use line breaking rules compatible with Thai text.
THICK - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Thick underline.
THICK_DASH - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Thick dash underline.
THICK_DASH_DOT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Thick dash dot underline.
THICK_DASH_DOT_DOT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Thick dash dot dot underline.
THICK_DOTTED - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Thick dotted underline.
THICK_LINE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Leader thick line.
THICK_LONG_DASH - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Thick long dash underline.
THIS_STYLE - Static variable in class ru.novosoft.dc.rtf.dom.FormattingStyle
Index of this style number.
titlePage() - Method in class ru.novosoft.dc.rtf.dom.SectionContext
Turn the title page tag on.
toANSIString(String) - Static method in class ru.novosoft.dc.core.util.Utilities
Convert a string to ANSI string representation.
toByteArray() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return panose-1 classifier in array of 10 bytes.
Toggles - class ru.novosoft.dc.core.util.Toggles.
The class contains an array of multistate toggles of the byte type.
toggles() - Method in class ru.novosoft.dc.core.util.Toggles
Return the array of toggles wrapped by this object.
Toggles(byte[]) - Constructor for class ru.novosoft.dc.core.util.Toggles
Construct an object as a wrapper of the specified array of toggles.
Toggles(int) - Constructor for class ru.novosoft.dc.core.util.Toggles
Construct an array of toggles of the specified size.
toInt(Object) - Static method in class ru.novosoft.dc.core.util.Utilities
Convert an object to an integer value and return it.
toInt(Object, int) - Static method in class ru.novosoft.dc.core.util.Utilities
Try to convert an object to an integer value and return the result or the defaultValue if conversion fails.
TOP - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the top position parameter.
TOP - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Margins
Index of the top margin parameter.
TOP - Static variable in interface ru.novosoft.dc.rtf.dom.objects.VerticalAlignment
Top-aligned (the default).
TOP - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Position vertically at the top of the reference frame.
TOP_LINE_PUNCT_COMPRESS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Turns on a check box in the Paragraph Formatting dialogue box with a setting to allow punctuation at the start of the line to compress.
TOP_MARGIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Layout
Index of the top margin.
TOP_TO_BOTTOM - Static variable in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Index of the top left to bottom right diagonal border in a table cell.
toString() - Method in class ru.novosoft.dc.core.util.Strings
Return a value of 0th index.
toString() - Method in class ru.novosoft.dc.rtf.dom.FontTable
Return representation of the font table as ANSI string.
toString() - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Return representation of the color table as ANSI string.
toString() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Convert a color to the hexadecimal number in the form "#XXXXXX".
toString() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return ansii representation of panose classifier in the form "N N N N N N N N N N".
toString() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Convert a date to the string value in the form "YYYY.MM.DD hh:mm:ss".
toString() - Method in class ru.novosoft.dc.rtf.dom.objects.Border
Return a border description string in the form "style,wwidth,sspace,ccolor-index".
toString() - Method in class ru.novosoft.dc.rtf.dom.objects.RTFFont
Return representation of the font as ANSI string.
toString(int) - Static method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Convert an integer color value to the hexadecimal number of the form "#XXXXXX", where pairs of digits correspond to RED, GREEN, and BLUE intensities from the left to the right.
toTwoHexDigits(int) - Static method in class ru.novosoft.dc.rtf.dom.objects.RTFColor
Convert the low byte of an integer value to the upper-case hexadecimal string of two digits.
TRANSPARENT_METAFILES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Metafiles are considered transparent; don't blank the area behind metafiles.
trimToSize() - Method in class ru.novosoft.dc.rtf.dom.ColorTable
Trim the color table to its size (remove unused entries).
TRIPLE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Triple border.
TRUNCATE_EXTRA_SPACE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't add leading (extra space) between rows of text.
TRUNCATE_FONT_HEIGHT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Round down to the nearest font size instead of rounding up.
TRY_ANOTHER - Static variable in interface ru.novosoft.dc.core.PicturePool
The action type is "try to skip the picture" (use an alternative if possible but process this picture if no alternative exist).
twoSide() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Set two-side layout meaning different left and right headers and footers.
TYPE_OF_SIDES - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the sides-wrapping parameter.
TYPE_OF_WRAP - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the wrap-type parameter.

U

UNDERLINE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Tab
Leader underline.
UNIQUE_TAG - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
The index of "mostly unique identifier" parameter.
UNITS_PER_INCH - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
The index of "units per inch" parameter.
unlikedPictureType(int) - Method in interface ru.novosoft.dc.core.PicturePool
Set the specified picture type (a type constant from the PictureType interface) to be unliked.
UNSPECIFIED - Static variable in class ru.novosoft.dc.rtf.dom.FieldMarker
The field result mode is unspecified.
UNSUITABLE_FOR_DISPLAY - Static variable in class ru.novosoft.dc.rtf.dom.FieldMarker
The field result is not in a form suitable for display (for example, binary data used by fields whose result is a picture).
USE_LAST_TAB_ALIGNMENT - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Don't forget last tab alignment.
USE_PRINTER_METRICS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Use printer metrics to lay out document.
use(String) - Method in class ru.novosoft.dc.core.util.NamespaceHandler
Use a namespace with the given prefix at the default DOM element.
use(String, Element) - Method in class ru.novosoft.dc.core.util.NamespaceHandler
Use a namespace with the given prefix at the given DOM element.
useRecursion() - Method in class ru.novosoft.dc.rtf2fo.ConversionTask
Switch on the recursive conversion in subdirectories.
Utilities - class ru.novosoft.dc.core.util.Utilities.
The class contains miscellaneous static utility methods.

V

validateOptions() - Method in class ru.novosoft.dc.core.NSDCContext
Validate setting of options and return true if the validation is successful.
validateOptions() - Method in class ru.novosoft.dc.rtf2fo.RTF2FOContext
Validate the correctness of the "model" selection and return true if the validation is successful.
Values - class ru.novosoft.dc.core.util.Values.
The class contains an array of values of the int type.
values() - Method in class ru.novosoft.dc.core.util.Strings
Return the array of values wrapped by this object.
values() - Method in class ru.novosoft.dc.core.util.Values
Return the array of values wrapped by this object.
Values(int) - Constructor for class ru.novosoft.dc.core.util.Values
Construct an array of values of the specified size.
Values(int[]) - Constructor for class ru.novosoft.dc.core.util.Values
Construct an object as a wrapper of the specified array of values.
variables() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Return the document variables or null if no variables defined.
VERSION - Static variable in class ru.novosoft.dc.rtf2fo.Convert
A version of RTF2FO.
VERTICAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.BorderSet
Index of the vertical border of a table row.
VERTICAL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Shading
Vertical background pattern.
VerticalAlignment - interface ru.novosoft.dc.rtf.dom.objects.VerticalAlignment.
Vertical alignment constants.
VIEW_NO_BOUND - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Hide white space between pages.

W

warning(String) - Method in interface ru.novosoft.dc.core.PictureHandler
Send a warning message to the logger of this handler.
WAVE - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Wave underline.
WAVY - Static variable in class ru.novosoft.dc.rtf.dom.objects.Border
Wavy border.
WEB_HIDDEN - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterShape
Indicates that the text in the group is hidden in Word 2000's Web View and will not be emitted upon saving as web page.
WEIGHT_BLACK - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Black [900]
WEIGHT_BOLD - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Bold [700] same as CSS1 'bold'
WEIGHT_BOOK - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Book [400] same as CSS1 'normal'
WEIGHT_DEMI - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Demibold [600]
WEIGHT_HEAVY - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Heavy [800]
WEIGHT_LIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Light [200]
WEIGHT_MEDIUM - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Medium [500]
WEIGHT_NORD - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Extra Black/Nord [900] force mapping to CSS1 100-900 scale
WEIGHT_THIN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Thin [300]
WEIGHT_VERY_LIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
Weight - Very light [100]
Weight() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the weight attribute [2]
white - Static variable in class ru.novosoft.dc.rtf.dom.ColorTable
White color
WIDOW_ORPHAN - Static variable in class ru.novosoft.dc.rtf.dom.objects.Pagination
An index of the "widow/orphan control" flag.
widowOrphan() - Method in class ru.novosoft.dc.rtf.dom.DocumentContext
Turn the widow/orphan control on.
WIDTH - Static variable in interface ru.novosoft.dc.core.PictureInfo
The index of "picture width in twips" parameter.
WIDTH - Static variable in class ru.novosoft.dc.rtf.dom.Picture
The index of "picture width in twips" parameter.
WIDTH_IN_UNITS - Static variable in class ru.novosoft.dc.rtf.dom.PictureContext
The index of "picture width in units" parameter (pixels for pictures and xExt field for WMF).
WMF - Static variable in interface ru.novosoft.dc.core.PictureType
The Windows metafile type.
WORDPERFECT_JUSTIFY - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Do full justification like WordPerfect 6.x for Windows.
WORDPERFECT_SPACING - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Set the width of a space like WordPerfect 5.x.
WORDPERFECT_TABS - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Advance to next tab stop like WordPerfect 6.x.
WORDS_ONLY - Static variable in interface ru.novosoft.dc.rtf.dom.objects.CharacterUnderline
Word underline.
WRAP_AROUND - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap around shape.
WRAP_BOTTOM - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the bottom wrap distance parameter.
WRAP_LEFT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the left wrap distance parameter.
WRAP_NONE - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
None (wrap as if shape isn't present).
WRAP_RIGHT - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the right wrap distance parameter.
WRAP_THROUGH - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap text through shape.
WRAP_TIGHT - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap tightly around shape.
WRAP_TOP - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the top wrap distance parameter.
WRAP_TOP_AND_BOTTOM - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Wrap around top and bottom of shape (no text allowed beside shape).
WRAP_TRAILING_SPACES - Static variable in interface ru.novosoft.dc.rtf.dom.objects.Compatibility
Wrap trailing spaces onto the next line.
WRAP_TYPE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Position
Index of the wrap type parameter.

X

X_REFERENCE - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the horizontal reference parameter.
XHEIGHT_CONSTANT_LARGE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
XHeight - Constant/large
XHEIGHT_CONSTANT_SMALL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
XHeight - Constant/small
XHEIGHT_CONSTANT_STD - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
XHeight - Constant/standard
XHEIGHT_DUCKING_LARGE - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
XHeight - Ducking/large
XHEIGHT_DUCKING_SMALL - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
XHeight - Ducking/small
XHEIGHT_DUCKING_STD - Static variable in class ru.novosoft.dc.rtf.dom.objects.Panose
XHeight - Ducking/standard
XHeight() - Method in class ru.novosoft.dc.rtf.dom.objects.Panose
Return the x-height attribute [9]

Y

Y_REFERENCE - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the vertical reference parameter.
YEAR - Static variable in class ru.novosoft.dc.rtf.dom.objects.RTFDate
Index of the "year" field in the date.

Z

Z_ORDER - Static variable in class ru.novosoft.dc.rtf.dom.RTFShape
Index of the z-order parameter.
ZODIAC_1 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chinese Zodiac 1.
ZODIAC_2 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chinese Zodiac 2.
ZODIAC_3 - Static variable in class ru.novosoft.dc.rtf.dom.FootnoteContext
Numbering: Chinese Zodiac 3.

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