|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
org.openoffice.xmerge.converter.xml | Document and PluginFactory implementations
for XML based formats. |
Uses of Style in org.openoffice.xmerge.converter.xml |
Subclasses of Style in org.openoffice.xmerge.converter.xml | |
class |
ParaStyle
This class represents a paragraph Style . |
class |
TextStyle
Represents a text Style in an OpenOffice document. |
Methods in org.openoffice.xmerge.converter.xml that return Style | |
Style |
StyleCatalog.lookup(java.lang.String name,
java.lang.String family,
java.lang.String parent,
java.lang.Class styleClass)
Return the first Style matching the specified names. |
Style[] |
StyleCatalog.getMatching(Style s)
Given a Style s |
Style |
StyleCatalog.getBestMatch(Style s)
Given a Style s , return the
style that is the closest match. |
Style |
Style.getResolved()
Return a Style object corresponding to this one, but with
all of the inherited information from parent Style
objects filled in. |
Style |
ParaStyle.getResolved()
Return the Style in use. |
Style |
TextStyle.getResolved()
Return a Style object corresponding to this one,
but with all of the inherited information from parent
Style objects filled in. |
Methods in org.openoffice.xmerge.converter.xml with parameters of type Style | |
void |
StyleCatalog.add(Style s)
Add a Style to the catalog. |
Style[] |
StyleCatalog.getMatching(Style s)
Given a Style s |
Style |
StyleCatalog.getBestMatch(Style s)
Given a Style s , return the
style that is the closest match. |
boolean |
Style.isSubset(Style style)
Return true if Style is a subset of this one. |
boolean |
ParaStyle.isSubset(Style style)
Return true if style is a subset of the
Style . |
boolean |
TextStyle.isSubset(Style style)
Return true if style specifies as much or less
than this Style , and nothing it specifies
contradicts this Style . |
|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |