Method Summary |
|
public boolean | equals(Object o) Tests whether two RtfParagraphStyles are equal. |
public int | getAlignment() Gets the alignment of this RtfParagraphStyle. |
public String | getBasedOnName() Gets the name of the RtfParagraphStyle this RtfParagraphStyle is based on. |
public int | getFirstLineIndent() Gets the first line indentation of this RtfParagraphStyle. |
public int | getIndentLeft() Gets the left indentation of this RtfParagraphStyle. |
public int | getIndentRight() Gets the right indentation of this RtfParagraphStyle. |
public boolean | getKeepTogether() Gets whether the lines in the paragraph should be kept together in
this RtfParagraphStyle. |
public boolean | getKeepTogetherWithNext() Gets whether the paragraph should be kept toggether with the next in
this RtfParagraphStyle. |
public int | getLineLeading() Gets the line leading of this RtfParagraphStyle. |
public int | getSpacingAfter() Gets the space after the paragraph of this RtfParagraphStyle. |
public int | getSpacingBefore() Gets the space before the paragraph of this RtfParagraphStyle.. |
public String | getStyleName() Gets the name of this RtfParagraphStyle. |
public void | handleInheritance() Handles the inheritance of paragraph style settings. |
public int | hashCode() Gets the hash code of this RtfParagraphStyle. |
public void | setAlignment(int alignment) Sets the alignment of this RtfParagraphStyle. |
public void | setColor(Color color) Sets the colour of this RtfParagraphStyle. |
public void | setFirstLineIndent(int firstLineIndent) Sets the first line indententation of this RtfParagraphStyle. |
public void | setFontName(String fontName) Sets the font name of this RtfParagraphStyle. |
public void | setIndentLeft(int indentLeft) Sets the left indentation of this RtfParagraphStyle. |
public void | setIndentRight(int indentRight) Sets the right indentation of this RtfParagraphStyle. |
public void | setKeepTogether(boolean keepTogether) Sets whether the lines in the paragraph should be kept together in
this RtfParagraphStyle. |
public void | setKeepTogetherWithNext(boolean keepTogetherWithNext) Sets whether the paragraph should be kept together with the next in
this RtfParagraphStyle. |
public void | setLineLeading(int lineLeading) Sets the line leading of this RtfParagraphStyle. |
public void | setSize(float fontSize) Sets the font size of this RtfParagraphStyle. |
public void | setSpacingAfter(int spacingAfter) Sets the space after the paragraph of this RtfParagraphStyle. |
public void | setSpacingBefore(int spacingBefore) Sets the space before the paragraph of this RtfParagraphStyle. |
public void | setStyle(int fontStyle) Sets the font style of this RtfParagraphStyle. |
protected void | setStyleNumber(int styleNumber) Sets the number of this RtfParagraphStyle in the stylesheet list. |
public byte[] | write() |
public byte[] | writeBegin() Writes the start information of this RtfParagraphStyle. |
public void | writeContent(OutputStream out) |
public byte[] | writeDefinition() Writes the definition of this RtfParagraphStyle for the stylesheet list. |
public void | writeDefinition(OutputStream result) Writes the definition of this RtfParagraphStyle for the stylesheet list. |
public byte[] | writeEnd() |