Package | Description |
---|---|
writer2latex.xhtml |
Modifier and Type | Method and Description |
---|---|
void |
TextStyleConverter.applyAnchorStyle(java.lang.String sStyleName,
java.lang.String sVisitedStyleName,
StyleInfo info)
Apply a link style, using a combination of two text styles
|
void |
PageStyleConverter.applyDefaultWritingDirection(StyleInfo info)
Apply default writing direction (based on first master page)
|
protected static void |
StyleConverterHelper.applyDirection(StyleWithProperties style,
StyleInfo info)
Apply the writing direction (ltr or rtl) attribute from a style
|
void |
PageStyleConverter.applyFootnoteRuleStyle(StyleInfo info)
Apply footnote rule formatting (based on first master page)
|
void |
HeadingStyleConverter.applyInnerStyle(int nLevel,
java.lang.String sStyleName,
StyleInfo info)
Apply an inner style on a heading.
|
protected static void |
StyleConverterHelper.applyLang(StyleWithProperties style,
StyleInfo info)
Apply language+country from a style
|
void |
PresentationStyleConverter.applyOutlineStyle(int nLevel,
StyleInfo info) |
void |
ListStyleConverter.applyStyle(int nLevel,
java.lang.String sStyleName,
StyleInfo info) |
void |
HeadingStyleConverter.applyStyle(int nLevel,
java.lang.String sStyleName,
StyleInfo info)
Apply a style on a heading
|
void |
PageStyleConverter.applyStyle(java.lang.String sStyleName,
StyleInfo info)
Apply a master page style - currently only for presentations
|
void |
StyleWithPropertiesConverterHelper.applyStyle(java.lang.String sStyleName,
StyleInfo info)
Apply a style, either by converting the style or by applying the
style map from the configuarion
|
protected void |
ConverterHelper.applyStyle(StyleInfo info,
org.w3c.dom.Element hnode) |