com.agical.rdoc.core.model
Interface TextFormatter

All Superinterfaces:
Serializable
All Known Implementing Classes:
DocBookTextFormatter, XDocTextFormatter

public interface TextFormatter
extends Serializable


Method Summary
 String beginEmphasis()
           
 String beginParagraph()
           
 String beginStrong()
           
 String endEmphasis()
           
 String endParagraph()
           
 String endStrong()
           
 

Method Detail

beginParagraph

String beginParagraph()

endParagraph

String endParagraph()

beginStrong

String beginStrong()

endStrong

String endStrong()

beginEmphasis

String beginEmphasis()

endEmphasis

String endEmphasis()


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