writer2latex.latex.util
Class StyleMapItem

java.lang.Object
  extended by writer2latex.latex.util.StyleMapItem

 class StyleMapItem
extends java.lang.Object


Field Summary
(package private)  boolean bLineBreak
           
(package private)  boolean bVerbatim
           
(package private)  java.lang.String sAfter
           
(package private)  java.lang.String sBefore
           
(package private)  java.lang.String sNext
           
 
Constructor Summary
StyleMapItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sBefore

java.lang.String sBefore

sAfter

java.lang.String sAfter

sNext

java.lang.String sNext

bLineBreak

boolean bLineBreak

bVerbatim

boolean bVerbatim
Constructor Detail

StyleMapItem

StyleMapItem()