| Package | Description | 
|---|---|
| writer2latex.latex | |
| writer2latex.latex.i18n | |
| writer2latex.latex.util | |
| writer2latex.office | |
| writer2latex.xhtml | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ParConverter. applyAlignment(StyleWithProperties style,
              boolean bIsSimple,
              boolean bInherit,
              BeforeAfter ba) | 
| void | ColorConverter. applyColor(StyleWithProperties style,
          boolean bDecl,
          boolean bInherit,
          BeforeAfter ba,
          Context context)Apply foreground color. | 
| void | CharStyleConverter. applyDefaultFont(StyleWithProperties style,
                LaTeXDocumentPortion ldp)Apply default font attributes (family, series, shape, size and color). | 
| void | CharStyleConverter. applyFont(StyleWithProperties style,
         boolean bDecl,
         boolean bInherit,
         BeforeAfter ba,
         Context context)Apply all font attributes (family, series, shape, size and color). | 
| void | CharStyleConverter. applyFontEffects(StyleWithProperties style,
                boolean bInherit,
                BeforeAfter ba)Apply font effects (position, underline, crossout, change case. | 
| void | CharStyleConverter. applyHardCharFormatting(StyleWithProperties style,
                       BeforeAfter ba)Apply hard character formatting (no inheritance). | 
| void | PageStyleConverter. applyPageBreak(StyleWithProperties style,
              boolean bInherit,
              BeforeAfter ba)Apply page break properties from a style. | 
| java.lang.String | CharStyleConverter. getFontName(StyleWithProperties style) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassicI18n. applyLanguage(StyleWithProperties style,
             boolean bDecl,
             boolean bInherit,
             BeforeAfter ba)Apply a language language | 
| abstract void | I18n. applyLanguage(StyleWithProperties style,
             boolean bDecl,
             boolean bInherit,
             BeforeAfter ba)Apply a language language | 
| void | XeTeXI18n. applyLanguage(StyleWithProperties style,
             boolean bDecl,
             boolean bInherit,
             BeforeAfter ba)Apply a language | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Context. resetFormattingFromStyle(StyleWithProperties style) | 
| void | Context. updateFormattingFromStyle(StyleWithProperties style) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PageLayout Class representing a page master in OOo Writer. | 
| Modifier and Type | Method and Description | 
|---|---|
| StyleWithProperties | OfficeReader. getCellStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getColumnStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getDefaultCellStyle() | 
| StyleWithProperties | OfficeReader. getDefaultDrawingPageStyle() | 
| StyleWithProperties | OfficeReader. getDefaultFrameStyle() | 
| StyleWithProperties | OfficeReader. getDefaultParStyle() | 
| StyleWithProperties | OfficeReader. getDefaultPresentationStyle() | 
| StyleWithProperties | OfficeReader. getDrawingPageStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getFrameStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getHeadingStyle(int nLevel)Returns the paragraph style associated with headings of a specific
  level. | 
| StyleWithProperties | OfficeReader. getParStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getPresentationStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getRowStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getSectionStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getTableStyle(java.lang.String sName) | 
| StyleWithProperties | OfficeReader. getTextStyle(java.lang.String sName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static void | StyleConverterHelper. applyDirection(StyleWithProperties style,
              StyleInfo info)Apply the writing direction (ltr or rtl) attribute from a style | 
| protected static void | StyleConverterHelper. applyLang(StyleWithProperties style,
         StyleInfo info)Apply language+country from a style | 
| void | TextStyleConverter. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific text style. | 
| void | FrameStyleConverter. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific frame style. | 
| void | TableStyleConverter. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific table style. | 
| void | ParStyleConverter. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific Par style. | 
| void | CellStyleConverter. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific Cell style. | 
| void | RowStyleConverter. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific Row style. | 
| void | SectionStyleConverter. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific section style. | 
| abstract void | StyleWithPropertiesConverterHelper. applyProperties(StyleWithProperties style,
               CSVList props,
               boolean bInherit)Convert formatting properties for a specific style. | 
| void | FrameStyleConverter. cssBackground(StyleWithProperties style,
             CSVList props,
             boolean bInherit) | 
| void | FrameStyleConverter. cssBackgroundCommon(StyleWithProperties style,
                   CSVList props,
                   boolean bInherit) | 
| void | FrameStyleConverter. cssBorder(StyleWithProperties style,
         CSVList props,
         boolean bInherit) | 
| void | FrameStyleConverter. cssBox(StyleWithProperties style,
      CSVList props,
      boolean bInherit) | 
| void | FrameStyleConverter. cssMargins(StyleWithProperties style,
          CSVList props,
          boolean bInherit) | 
| void | FrameStyleConverter. cssPadding(StyleWithProperties style,
          CSVList props,
          boolean bInherit) | 
| void | ParStyleConverter. cssPageBreak(StyleWithProperties style,
            CSVList props,
            boolean bInherit) | 
| void | ParStyleConverter. cssPar(StyleWithProperties style,
      CSVList props,
      boolean bInherit) | 
| void | TextStyleConverter. cssText(StyleWithProperties style,
       CSVList props,
       boolean bInherit) | 
| void | TextStyleConverter. cssTextBackground(StyleWithProperties style,
                 CSVList props,
                 boolean bInherit) | 
| void | TextStyleConverter. cssTextCommon(StyleWithProperties style,
             CSVList props,
             boolean bInherit) | 
| java.lang.String | TextStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a text | 
| java.lang.String | FrameStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a frame | 
| java.lang.String | PresentationStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a presentation object | 
| java.lang.String | TableStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a table object | 
| java.lang.String | ParStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a paragraph | 
| java.lang.String | CellStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a Cell object | 
| java.lang.String | RowStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a row object | 
| java.lang.String | SectionStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a section object | 
| abstract java.lang.String | StyleWithPropertiesConverterHelper. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a specific style, e.g. |