Package | Description |
---|---|
writer2latex.office |
Modifier and Type | Class | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
OfficeStyle |
OfficeStyleFamily.getDefaultStyle() |
Get the default style for this family
|
OfficeStyle |
OfficeStyle.getParentStyle() |
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Enumeration<OfficeStyle> |
OfficeStyleFamily.getStylesEnumeration() |
Get all named styles in the family (ie. excluding the default style)
|
Modifier and Type | Method | Description |
---|---|---|
void |
OfficeStyleFamily.setDefaultStyle(OfficeStyle style) |
Define the default style for this family, ie. an unnamed style providing
defaults for some style properties.
|
Constructor | Description |
---|---|
OfficeStyleFamily(java.lang.Class<? extends OfficeStyle> styleClass) |
Create a new OfficeStyleFamily based on a class
|