|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OfficeStyle | |
|---|---|
| writer2latex.office | |
| Uses of OfficeStyle in writer2latex.office |
|---|
| Subclasses of OfficeStyle in writer2latex.office | |
|---|---|
class |
FontDeclaration
Class representing a font declaration in OOo |
class |
ListStyle
Class representing a list style (including outline numbering) in OOo Writer |
class |
MasterPage
Class representing a master page in OOo Writer |
class |
PageLayout
Class representing a page master in OOo Writer. |
class |
StyleWithProperties
Class representing a style in OOo which contains a style:properties element |
| Fields in writer2latex.office declared as OfficeStyle | |
|---|---|
private OfficeStyle |
OfficeStyleFamily.defaultStyle
|
| Fields in writer2latex.office with type parameters of type OfficeStyle | |
|---|---|
private java.util.Hashtable<java.lang.String,OfficeStyle> |
OfficeStyleFamily.styles
|
| Methods in writer2latex.office that return OfficeStyle | |
|---|---|
OfficeStyle |
OfficeStyleFamily.getDefaultStyle()
Get the default style for this family |
OfficeStyle |
OfficeStyleFamily.getStyle(java.lang.String sName)
Get a style by name |
OfficeStyle |
OfficeStyleFamily.getStyleByDisplayName(java.lang.String sDisplayName)
Get a style by display name. |
| Methods in writer2latex.office with parameters of type OfficeStyle | |
|---|---|
void |
OfficeStyleFamily.setDefaultStyle(OfficeStyle style)
Define the default style for this family, ie. an unnamed style providing defaults for some style properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||