Uses of Class
writer2latex.office.StyleWithProperties
-
Packages that use StyleWithProperties Package Description writer2latex.latex writer2latex.latex.i18n writer2latex.latex.util writer2latex.office writer2latex.xhtml -
-
Uses of StyleWithProperties in writer2latex.latex
Methods in writer2latex.latex with parameters of type StyleWithProperties Modifier and Type Method Description voidParConverter. applyAlignment(StyleWithProperties style, boolean bIsSimple, boolean bInherit, BeforeAfter ba)voidColorConverter. applyColor(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)Apply foreground color.voidCharStyleConverter. applyDefaultFont(StyleWithProperties style, LaTeXDocumentPortion ldp)Apply default font attributes (family, series, shape, size and color).voidCharStyleConverter. applyFont(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)Apply all font attributes (family, series, shape, size and color).voidCharStyleConverter. applyFontEffects(StyleWithProperties style, boolean bInherit, BeforeAfter ba)Apply font effects (position, underline, crossout, change case.voidCharStyleConverter. applyHardCharFormatting(StyleWithProperties style, BeforeAfter ba)Apply hard character formatting (no inheritance).voidPageStyleConverter. applyPageBreak(StyleWithProperties style, boolean bInherit, BeforeAfter ba)Apply page break properties from a style.java.lang.StringCharStyleConverter. getFontName(StyleWithProperties style) -
Uses of StyleWithProperties in writer2latex.latex.i18n
Methods in writer2latex.latex.i18n with parameters of type StyleWithProperties Modifier and Type Method Description voidClassicI18n. applyLanguage(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba)Apply a language languageabstract voidI18n. applyLanguage(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba)Apply a language languagevoidXeTeXI18n. applyLanguage(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba)Apply a language -
Uses of StyleWithProperties in writer2latex.latex.util
Methods in writer2latex.latex.util with parameters of type StyleWithProperties Modifier and Type Method Description voidContext. resetFormattingFromStyle(StyleWithProperties style)voidContext. updateFormattingFromStyle(StyleWithProperties style) -
Uses of StyleWithProperties in writer2latex.office
Subclasses of StyleWithProperties in writer2latex.office Modifier and Type Class Description classPageLayoutClass representing a page master in OOo Writer.Methods in writer2latex.office that return StyleWithProperties Modifier and Type Method Description StyleWithPropertiesOfficeReader. getCellStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getColumnStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getDefaultCellStyle()StyleWithPropertiesOfficeReader. getDefaultDrawingPageStyle()StyleWithPropertiesOfficeReader. getDefaultFrameStyle()StyleWithPropertiesOfficeReader. getDefaultParStyle()StyleWithPropertiesOfficeReader. getDefaultPresentationStyle()StyleWithPropertiesOfficeReader. getDrawingPageStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getFrameStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getHeadingStyle(int nLevel)Returns the paragraph style associated with headings of a specific level.StyleWithPropertiesOfficeReader. getParStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getPresentationStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getRowStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getSectionStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getTableStyle(java.lang.String sName)StyleWithPropertiesOfficeReader. getTextStyle(java.lang.String sName) -
Uses of StyleWithProperties in writer2latex.xhtml
Methods in writer2latex.xhtml with parameters of type StyleWithProperties Modifier and Type Method Description protected static voidStyleConverterHelper. applyDirection(StyleWithProperties style, StyleInfo info)Apply the writing direction (ltr or rtl) attribute from a styleprotected static voidStyleConverterHelper. applyLang(StyleWithProperties style, StyleInfo info)Apply language+country from a stylevoidCellStyleConverter. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific Cell style.voidFrameStyleConverter. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific frame style.voidParStyleConverter. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific Par style.voidRowStyleConverter. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific Row style.voidSectionStyleConverter. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific section style.abstract voidStyleWithPropertiesConverterHelper. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific style.voidTableStyleConverter. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific table style.voidTextStyleConverter. applyProperties(StyleWithProperties style, CSVList props, boolean bInherit)Convert formatting properties for a specific text style.voidFrameStyleConverter. cssBackground(StyleWithProperties style, CSVList props, boolean bInherit)voidFrameStyleConverter. cssBackgroundCommon(StyleWithProperties style, CSVList props, boolean bInherit)voidFrameStyleConverter. cssBorder(StyleWithProperties style, CSVList props, boolean bInherit)voidFrameStyleConverter. cssBox(StyleWithProperties style, CSVList props, boolean bInherit)voidFrameStyleConverter. cssMargins(StyleWithProperties style, CSVList props, boolean bInherit)voidFrameStyleConverter. cssPadding(StyleWithProperties style, CSVList props, boolean bInherit)voidParStyleConverter. cssPageBreak(StyleWithProperties style, CSVList props, boolean bInherit)voidParStyleConverter. cssPar(StyleWithProperties style, CSVList props, boolean bInherit)voidTextStyleConverter. cssText(StyleWithProperties style, CSVList props, boolean bInherit)voidTextStyleConverter. cssTextBackground(StyleWithProperties style, CSVList props, boolean bInherit)voidTextStyleConverter. cssTextCommon(StyleWithProperties style, CSVList props, boolean bInherit)java.lang.StringCellStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a Cell objectjava.lang.StringFrameStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a framejava.lang.StringParStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a paragraphjava.lang.StringPresentationStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a presentation objectjava.lang.StringRowStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a row objectjava.lang.StringSectionStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a section objectabstract java.lang.StringStyleWithPropertiesConverterHelper. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a specific style, e.g.java.lang.StringTableStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a table objectjava.lang.StringTextStyleConverter. getDefaultTagName(StyleWithProperties style)Create default tag name to represent a text
-