Uses of Class
writer2latex.office.OfficeStyle
Packages that use OfficeStyle
-
Uses of OfficeStyle in writer2latex.office
Subclasses of OfficeStyle in writer2latex.officeModifier and TypeClassDescriptionclassClass representing a font declaration in OOoclassClass representing a list style (including outline numbering) in OOo WriterclassClass representing a master page in OOo WriterclassClass representing a page master in OOo Writer.classClass representing a style in OOo which contains a style:properties elementMethods in writer2latex.office that return OfficeStyleModifier and TypeMethodDescriptionOfficeStyleFamily.getDefaultStyle()Get the default style for this familyOfficeStyle.getParentStyle()Get a style by nameOfficeStyleFamily.getStyleByDisplayName(String sDisplayName) Get a style by display name.Methods in writer2latex.office that return types with arguments of type OfficeStyleModifier and TypeMethodDescriptionOfficeStyleFamily.getStylesEnumeration()Get all named styles in the family (ie. excluding the default style)Methods in writer2latex.office with parameters of type OfficeStyleModifier and TypeMethodDescriptionvoidOfficeStyleFamily.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 OfficeStyleModifierConstructorDescriptionOfficeStyleFamily(Class<? extends OfficeStyle> styleClass) Create a new OfficeStyleFamily based on a class