|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.kebrt.html2latex.CSSPropertyConfigItem
class CSSPropertyConfigItem
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 |
|---|
private java.lang.String _start
\texttt{ for "monospace" value
of "font-family" property.
private java.lang.String _end
| Constructor Detail |
|---|
public CSSPropertyConfigItem(java.lang.String start,
java.lang.String end)
start - start commandend - end command| Method Detail |
|---|
public java.lang.String getStart()
public java.lang.String getEnd()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||