org.foray.mif
Class MifPgfFormat

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

public class MifPgfFormat
extends MifToken

A MIF Paragraph Format.


Constructor Summary
MifPgfFormat()
          Constructor.
 
Method Summary
 int getEndIndent()
          Returns the end-indent value for this format.
 int getStartIndent()
          Returns the start-indent value for this format.
 String mifContent()
          Returns the content of this token as a String.
 void setEndIndent(int endIndent)
          Sets the end-indent value for this format.
 void setStartIndent(int startIndent)
          Sets the start-indent value for this format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MifPgfFormat

public MifPgfFormat()
Constructor.

Method Detail

getEndIndent

public int getEndIndent()
Returns the end-indent value for this format.

Returns:
The end-indent value for this format.

setEndIndent

public void setEndIndent(int endIndent)
Sets the end-indent value for this format.

Parameters:
endIndent - The new end-indent value to set.

getStartIndent

public int getStartIndent()
Returns the start-indent value for this format.

Returns:
The start-indent value for this format.

setStartIndent

public void setStartIndent(int startIndent)
Sets the start-indent value for this format.

Parameters:
startIndent - The new start-indent value to set.

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.