org.jopendocument.dom
Class StyleStyleDesc<S extends StyleStyle>
java.lang.Object
org.jopendocument.dom.StyleDesc<S>
org.jopendocument.dom.StyleStyleDesc<S>
- Type Parameters:
S - type of style
public abstract class StyleStyleDesc<S extends StyleStyle>
- extends StyleDesc<S>
Describe a family of style.
- Author:
- Sylvain CUAZ
| Methods inherited from class org.jopendocument.dom.StyleDesc |
copy, create, createAutoStyle, createAutoStyle, createCommonStyle, findStyleForNode, findStyleForNode, findStyleWithName, getBaseName, getElementName, getElementNS, getVersion |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ELEMENT_DEFAULT_NAME
public static final java.lang.String ELEMENT_DEFAULT_NAME
- See Also:
- Constant Field Values
copy
public static <C extends StyleStyle> StyleStyleDesc<C> copy(StyleStyleDesc<C> toClone,
XMLVersion version)
getFamily
public final java.lang.String getFamily()
findDefaultStyle
public final S findDefaultStyle(ODPackage pkg)
getDefaultStyle
public final S getDefaultStyle(ODPackage pkg,
boolean create)
createDefaultElement
public final org.jdom.Element createDefaultElement()
toString
public java.lang.String toString()
- Overrides:
toString in class StyleDesc<S extends StyleStyle>