cz.kebrt.html2latex
Class CSSPropertyConfigItem

java.lang.Object
  extended by cz.kebrt.html2latex.CSSPropertyConfigItem

 class CSSPropertyConfigItem
extends java.lang.Object

Class representing configuration of each CSS property defined in the configuration file.


Field Summary
private  java.lang.String _end
          Mapping between the CSS property and LaTeX (end command).
private  java.lang.String _start
          Mapping between the CSS property and LaTeX (start command).
 
Constructor Summary
CSSPropertyConfigItem(java.lang.String start, java.lang.String end)
          Cstr.
 
Method Summary
 java.lang.String getEnd()
          Returns end command.
 java.lang.String getStart()
          Returns start command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_start

private java.lang.String _start
Mapping between the CSS property and LaTeX (start command). Example: \texttt{ for "monospace" value of "font-family" property.


_end

private java.lang.String _end
Mapping between the CSS property and LaTeX (end command).

Constructor Detail

CSSPropertyConfigItem

public CSSPropertyConfigItem(java.lang.String start,
                             java.lang.String end)
Cstr.

Parameters:
start - start command
end - end command
Method Detail

getStart

public java.lang.String getStart()
Returns start command.

Returns:
start command

getEnd

public java.lang.String getEnd()
Returns end command.

Returns:
end command