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
booleancontains(String sName)
StringgetAfter(String sName)
StringgetBefore(String sName)
booleangetLineBreak(String sName)
EnumerationgetNames()
StringgetNext(String sName)
booleangetVerbatim(String sName)
booleanisNext(String sName, String sNext)
voidput(String sName, String sBefore, String sAfter, boolean bLineBreak, boolean bVerbatim)
voidput(String sName, String sBefore, String sAfter, String sNext, boolean bVerbatim)
voidput(String sName, String sBefore, String sAfter)

Method Detail

contains

public boolean contains(String sName)

getAfter

public String getAfter(String sName)

getBefore

public String getBefore(String sName)

getLineBreak

public boolean getLineBreak(String sName)

getNames

public Enumeration getNames()

getNext

public String getNext(String sName)

getVerbatim

public boolean getVerbatim(String sName)

isNext

public boolean isNext(String sName, String sNext)

put

public void put(String sName, String sBefore, String sAfter, boolean bLineBreak, boolean bVerbatim)

put

public void put(String sName, String sBefore, String sAfter, String sNext, boolean bVerbatim)

put

public void put(String sName, String sBefore, String sAfter)