writer2latex.latex.util
Class StyleMap
public
class
StyleMap
extends Object
StyleMap.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA
Copyright: 2002-2007 by Henrik Just
All Rights Reserved.
Version 1.0 (2007-07-30)
Method Summary |
boolean | contains(String sName) |
String | getAfter(String sName) |
String | getBefore(String sName) |
boolean | getLineBreak(String sName) |
Enumeration | getNames() |
String | getNext(String sName) |
boolean | getVerbatim(String sName) |
boolean | isNext(String sName, String sNext) |
void | put(String sName, String sBefore, String sAfter, boolean bLineBreak, boolean bVerbatim) |
void | put(String sName, String sBefore, String sAfter, String sNext, boolean bVerbatim) |
void | put(String sName, String sBefore, String sAfter) |
public boolean contains(String sName)
public String getAfter(String sName)
public String getBefore(String sName)
public boolean getLineBreak(String sName)
public Enumeration getNames()
public String getNext(String sName)
public boolean getVerbatim(String sName)
public boolean isNext(String sName, String sNext)
public void put(String sName, String sBefore, String sAfter, boolean bLineBreak, boolean bVerbatim)
public void put(String sName, String sBefore, String sAfter, String sNext, boolean bVerbatim)
public void put(String sName, String sBefore, String sAfter)