Uses of Class
writer2latex.office.StyleWithProperties
Packages that use StyleWithProperties
Package
Description
-
Uses of StyleWithProperties in writer2latex.latex
Methods in writer2latex.latex with parameters of type StyleWithPropertiesModifier and TypeMethodDescriptionvoid
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.CharStyleConverter.getFontName
(StyleWithProperties style) -
Uses of StyleWithProperties in writer2latex.latex.i18n
Methods in writer2latex.latex.i18n with parameters of type StyleWithPropertiesModifier and TypeMethodDescriptionvoid
ClassicI18n.applyLanguage
(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba) Apply a language languageabstract void
I18n.applyLanguage
(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba) Apply a language languagevoid
XeTeXI18n.applyLanguage
(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba) Apply a language language -
Uses of StyleWithProperties in writer2latex.latex.util
Methods in writer2latex.latex.util with parameters of type StyleWithPropertiesModifier and TypeMethodDescriptionvoid
Context.resetFormattingFromStyle
(StyleWithProperties style) void
Context.updateFormattingFromStyle
(StyleWithProperties style) -
Uses of StyleWithProperties in writer2latex.office
Subclasses of StyleWithProperties in writer2latex.officeModifier and TypeClassDescriptionclass
Class representing a page master in OOo Writer.Methods in writer2latex.office that return StyleWithPropertiesModifier and TypeMethodDescriptionOfficeReader.getCellStyle
(String sName) OfficeReader.getColumnStyle
(String sName) OfficeReader.getDefaultCellStyle()
OfficeReader.getDefaultDrawingPageStyle()
OfficeReader.getDefaultFrameStyle()
OfficeReader.getDefaultParStyle()
OfficeReader.getDefaultPresentationStyle()
OfficeReader.getDrawingPageStyle
(String sName) OfficeReader.getFrameStyle
(String sName) OfficeReader.getHeadingStyle
(int nLevel) Returns the paragraph style associated with headings of a specific level.OfficeReader.getParStyle
(String sName) OfficeReader.getPresentationStyle
(String sName) OfficeReader.getRowStyle
(String sName) OfficeReader.getSectionStyle
(String sName) OfficeReader.getTableStyle
(String sName) OfficeReader.getTextStyle
(String sName) -
Uses of StyleWithProperties in writer2latex.xhtml
Methods in writer2latex.xhtml with parameters of type StyleWithPropertiesModifier and TypeMethodDescriptionprotected static void
StyleConverterHelper.applyDirection
(StyleWithProperties style, StyleInfo info) Apply the writing direction (ltr or rtl) attribute from a styleprotected static void
StyleConverterHelper.applyLang
(StyleWithProperties style, StyleInfo info) Apply language+country from a stylevoid
CellStyleConverter.applyProperties
(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific Cell style.void
FrameStyleConverter.applyProperties
(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific frame style.void
ParStyleConverter.applyProperties
(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific Par 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
TableStyleConverter.applyProperties
(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific table style.void
TextStyleConverter.applyProperties
(StyleWithProperties style, CSVList props, boolean bInherit) Convert formatting properties for a specific text 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.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) CellStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a Cell objectFrameStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a frameParStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a paragraphPresentationStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a presentation objectRowStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a row objectSectionStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a section objectabstract String
StyleWithPropertiesConverterHelper.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a specific style, e.g.TableStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a table objectTextStyleConverter.getDefaultTagName
(StyleWithProperties style) Create default tag name to represent a textboolean
TextStyleConverter.isBold
(StyleWithProperties style) boolean
TextStyleConverter.isFixed
(StyleWithProperties style) boolean
TextStyleConverter.isItalics
(StyleWithProperties style) boolean
TextStyleConverter.isSubscript
(StyleWithProperties style) boolean
TextStyleConverter.isSuperscript
(StyleWithProperties style)