org.foray.mif
Class MifPgf

java.lang.Object
  extended by org.foray.mif.MifToken
      extended by org.foray.mif.MifPgf

public class MifPgf
extends MifToken

A MIF Paragraph.


Constructor Summary
MifPgf()
          Constructor.
MifPgf(int id)
          Constructor.
 
Method Summary
 MifPgfLine curParaLine()
          Returns the current line from this paragraph.
 String mifContent()
          Returns the content of this token as a String.
 void setBlockProp(int startIndent, int endIndent)
          Sets the block properties for this paragraph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MifPgf

public MifPgf()
Constructor.


MifPgf

public MifPgf(int id)
Constructor.

Parameters:
id - The id for this paragraph.
Method Detail

curParaLine

public MifPgfLine curParaLine()
Returns the current line from this paragraph.

Returns:
The current line from this paragraph.

setBlockProp

public void setBlockProp(int startIndent,
                         int endIndent)
Sets the block properties for this paragraph.

Parameters:
startIndent - The start-indent value, in millipoints (??).
endIndent - The end-indent value, in millipoints (??).

mifContent

public String mifContent()
Description copied from class: MifToken
Returns the content of this token as a String.

Returns:
The content of this token as a String.


Copyright © 2017. All rights reserved.