com.agical.rdoc.core.model.impl
Class XDocTextFormatter

java.lang.Object
  extended by com.agical.rdoc.core.model.impl.XDocTextFormatter
All Implemented Interfaces:
TextFormatter, Serializable

public class XDocTextFormatter
extends Object
implements TextFormatter

See Also:
Serialized Form

Constructor Summary
XDocTextFormatter()
           
 
Method Summary
 String beginEmphasis()
           
 String beginParagraph()
           
 String beginStrong()
           
 String endEmphasis()
           
 String endParagraph()
           
 String endStrong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDocTextFormatter

public XDocTextFormatter()
Method Detail

beginParagraph

public String beginParagraph()
Specified by:
beginParagraph in interface TextFormatter

endParagraph

public String endParagraph()
Specified by:
endParagraph in interface TextFormatter

beginEmphasis

public String beginEmphasis()
Specified by:
beginEmphasis in interface TextFormatter

beginStrong

public String beginStrong()
Specified by:
beginStrong in interface TextFormatter

endEmphasis

public String endEmphasis()
Specified by:
endEmphasis in interface TextFormatter

endStrong

public String endStrong()
Specified by:
endStrong in interface TextFormatter


Copyright © 2005-2011 Agical AB. All Rights Reserved.