Uses of Class
writer2latex.office.OfficeStyle
-
Packages that use OfficeStyle Package Description writer2latex.office -
-
Uses of OfficeStyle in writer2latex.office
Subclasses of OfficeStyle in writer2latex.office Modifier and Type Class Description classFontDeclarationClass representing a font declaration in OOoclassListStyleClass representing a list style (including outline numbering) in OOo WriterclassMasterPageClass representing a master page in OOo WriterclassPageLayoutClass representing a page master in OOo Writer.classStyleWithPropertiesClass representing a style in OOo which contains a style:properties elementMethods in writer2latex.office that return OfficeStyle Modifier and Type Method Description OfficeStyleOfficeStyleFamily. getDefaultStyle()Get the default style for this familyOfficeStyleOfficeStyle. getParentStyle()OfficeStyleOfficeStyleFamily. getStyle(java.lang.String sName)Get a style by nameOfficeStyleOfficeStyleFamily. getStyleByDisplayName(java.lang.String sDisplayName)Get a style by display name.Methods in writer2latex.office that return types with arguments of type OfficeStyle Modifier and Type Method Description java.util.Enumeration<OfficeStyle>OfficeStyleFamily. getStylesEnumeration()Get all named styles in the family (ie. excluding the default style)Methods in writer2latex.office with parameters of type OfficeStyle Modifier and Type Method Description voidOfficeStyleFamily. setDefaultStyle(OfficeStyle style)Define the default style for this family, ie. an unnamed style providing defaults for some style properties.Constructor parameters in writer2latex.office with type arguments of type OfficeStyle Constructor Description OfficeStyleFamily(java.lang.Class<? extends OfficeStyle> styleClass)Create a new OfficeStyleFamily based on a class
-