RtfHyperLink |
RtfTextrun.addHyperlink(RtfAttributes attr) |
Inserts a hyperlink.
|
void |
RtfTextrun.addLeader(RtfAttributes attrs) |
Inserts a leader.
|
void |
RtfTextrun.addPageNumber(RtfAttributes attr) |
Inserts a page number.
|
void |
RtfStyleSheetTable.addStyle(java.lang.String name,
RtfAttributes attrs) |
Adds a style to the table.
|
int |
RtfStyleSheetTable.addStyleToAttributes(java.lang.String name,
RtfAttributes attr) |
Adds the style attributes to the given attributes.
|
static RtfTextrun |
RtfTextrun.getTextrun(RtfContainer container,
java.io.Writer writer,
RtfAttributes attrs) |
Adds a new RtfTextrun to the given container if necessary, and returns it.
|
RtfAfter |
IRtfAfterContainer.newAfter(RtfAttributes attrs) |
|
RtfAfter |
RtfSection.newAfter(RtfAttributes attrs) |
IRtfAfterContainer
|
RtfBefore |
IRtfBeforeContainer.newBefore(RtfAttributes attrs) |
|
RtfBefore |
RtfSection.newBefore(RtfAttributes attrs) |
IRtfBeforeContainer
|
RtfHyperLink |
IRtfHyperLinkContainer.newHyperLink(java.lang.String str,
RtfAttributes attr) |
Creates a new hyperlink.
|
RtfHyperLink |
RtfParagraph.newHyperLink(java.lang.String str,
RtfAttributes attr) |
Creates a new hyperlink.
|
RtfJforCmd |
IRtfJforCmdContainer.newJforCmd(RtfAttributes attr) |
|
RtfJforCmd |
RtfSection.newJforCmd(RtfAttributes attrs) |
|
RtfList |
IRtfListContainer.newList(RtfAttributes attrs) |
Close the current list, if any, and starts a new one
|
RtfList |
RtfFootnote.newList(RtfAttributes attrs) |
|
RtfList |
RtfListItem.newList(RtfAttributes attrs) |
Start a new list after closing current paragraph, list and table
|
RtfList |
RtfSection.newList(RtfAttributes attrs) |
Start a new list after closing current paragraph, list and table
|
RtfList |
RtfTableCell.newList(RtfAttributes attrib) |
Start a new list after closing current paragraph, list and table
|
RtfPage |
IRtfPageContainer.newPage(RtfAttributes attrs) |
close current text run if any and start a new one with specified attributes
|
RtfPage |
RtfPageArea.newPage(RtfAttributes attr) |
Close current Rtfpage if any and create a new one
|
RtfParagraph |
IRtfParagraphContainer.newParagraph(RtfAttributes attr) |
Close current paragraph, if any, and start a new one with specified
attributes
|
RtfParagraph |
RtfListItem.newParagraph(RtfAttributes attrs) |
Close current paragraph if any and start a new one
|
RtfParagraph |
RtfSection.newParagraph(RtfAttributes attrs) |
Start a new paragraph after closing current paragraph, list and table
|
RtfParagraph |
RtfTableCell.newParagraph(RtfAttributes attrs) |
Start a new paragraph after closing current current paragraph, list and table
|
RtfTable |
IRtfTableContainer.newTable(RtfAttributes attrs,
ITableColumnsInfo tc) |
Close current table, if any, and start a new one
|
RtfTable |
RtfSection.newTable(RtfAttributes attrs,
ITableColumnsInfo tc) |
Start a new table after closing current paragraph, list and table
|
RtfTable |
RtfTableCell.newTable(RtfAttributes attrs,
ITableColumnsInfo tc) |
Start a new nested table after closing current paragraph, list and table
|
RtfTableCell |
RtfTableRow.newTableCell(int cellWidth,
RtfAttributes attrs) |
Close current cell if any and start a new one
|
RtfTableCell |
RtfTableRow.newTableCellMergedHorizontally(int cellWidth,
RtfAttributes attrs) |
Added by Boris POUDEROUS on 07/02/2002
in order to add an empty cell that is merged with the previous cell.
|
RtfTableCell |
RtfTableRow.newTableCellMergedVertically(int cellWidth,
RtfAttributes attrs) |
Added by Boris POUDEROUS on 07/02/2002
in order to add an empty cell that is merged with the cell above.
|
RtfTableRow |
RtfTable.newTableRow(RtfAttributes attrs) |
Close current row if any and start a new one
|
RtfTemplate |
IrtfTemplateContainer.newTemplate(java.lang.String str,
RtfAttributes attr) |
Creates a new Template.
|
RtfText |
IRtfTextContainer.newText(java.lang.String str,
RtfAttributes attr) |
Close current text element, if any, and start a new one
|
RtfText |
RtfHyperLink.newText(java.lang.String str,
RtfAttributes attr) |
close current text run if any and start a new one
|
RtfText |
RtfParagraph.newText(java.lang.String str,
RtfAttributes attr) |
Close current text run if any and start a new one
|
void |
RtfTextrun.pushBlockAttributes(RtfAttributes attrs) |
Pushes block attributes, notifies all opened blocks about pushing block
attributes, adds OpenGroupMark as a child.
|
void |
RtfSpaceManager.pushInlineAttributes(RtfAttributes attrs) |
Pushes inline attributes to inline-level stack.
|
void |
RtfTextrun.pushInlineAttributes(RtfAttributes attrs) |
Pushes inline attributes.
|
RtfSpaceSplitter |
RtfSpaceManager.pushRtfSpaceSplitter(RtfAttributes attrs) |
Builds RtfSpaceSplitter on attrs and adds it to the
block-level stack.
|
RtfAttributes |
RtfAttributes.set(java.lang.String name,
RtfAttributes value) |
Set an attribute that has nested attributes as value
|
RtfAttributes |
RtfAttributes.set(RtfAttributes attrs) |
Set attributes from another attributes object
|
void |
RtfTable.setBorderAttributes(RtfAttributes attributes) |
Sets the RtfAttributes for the borders of the table.
|
void |
RtfSpaceManager.setCandidate(RtfAttributes attrs) |
Set attributes as candidate for space attributes inheritance.
|
void |
RtfTable.setHeaderAttribs(RtfAttributes attrs) |
Added by Normand Masse
Support for table-header attributes (used instead of table attributes)
|
void |
RtfSpaceSplitter.setSpaceAfterCandidate(RtfAttributes candidate) |
Sets a candidate for space-after property.
|
void |
RtfSpaceSplitter.setSpaceBeforeCandidate(RtfAttributes candidate) |
Sets a candidate for space-before property.
|
RtfListTable |
RtfFile.startListTable(RtfAttributes attr) |
Creates the list table.
|
protected void |
RtfElement.writeAttributes(RtfAttributes attr,
java.lang.String[] nameList) |
Write given attribute values to our Writer
|