Package writer2latex.latex.util
Class StyleMap
java.lang.Object
writer2latex.latex.util.StyleMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getBreakAfter
(String sName) boolean
getLineBreak
(String sName) getNames()
boolean
getVerbatim
(String sName) boolean
void
void
put
(String sName, String sBefore, String sAfter, boolean bLineBreak, int nBreakAfter, boolean bVerbatim) void
void
put
(String sName, String sBefore, String sAfter, String sNext, boolean bLineBreak, int nBreakAfter, boolean bVerbatim)
-
Constructor Details
-
StyleMap
public StyleMap()
-
-
Method Details
-
put
-
put
-
put
-
put
-
contains
-
getBefore
-
getAfter
-
getNext
-
isNext
-
getLineBreak
-
getBreakAfter
-
getVerbatim
-
getNames
-