com.acesoft.aceoffix.wordwriter
Class ParagraphFormat

java.lang.Object
  extended by com.acesoft.aceoffix.wordwriter.ParagraphFormat

public class ParagraphFormat
extends java.lang.Object

ParagraphFormat class represents the ParagraphFormat object defined in Microsoft Word.

Version:
5.0
Author:
Acesoft Corporation

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

setLineSpacingRule

public void setLineSpacingRule(WdLineSpacing value)
Line spacing determined by the number of lines indicated.


setLineSpacing

public void setLineSpacing(float value)
Sets the line spacing of specified paragraphs, in points.


setFirstLineIndent

public void setFirstLineIndent(float value)
Sets the size of the first line indent and the hanging indent, in points.

Sets the size of the first line indent with positive number and the hanging indent with negative number, in points.


setAlignment

public void setAlignment(WdParagraphAlignment value)
Sets the alignment of the specified paragraph.