|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.wordwriter.ParagraphFormat
public class ParagraphFormat
ParagraphFormat class represents the ParagraphFormat object defined in Microsoft Word.
Method Summary | |
---|---|
void |
setAlignment(WdParagraphAlignment value)
Sets the alignment of the specified paragraph. |
void |
setFirstLineIndent(float value)
Sets the size of the first line indent and the hanging indent, in points. |
void |
setLineSpacing(float value)
Sets the line spacing of specified paragraphs, in points. |
void |
setLineSpacingRule(WdLineSpacing value)
Line spacing determined by the number of lines indicated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setLineSpacingRule(WdLineSpacing value)
public void setLineSpacing(float value)
public void setFirstLineIndent(float value)
Sets the size of the first line indent with positive number and the hanging indent with negative number, in points.
public void setAlignment(WdParagraphAlignment value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |