org.jopendocument.dom
Class StyleStyleDesc<S extends StyleStyle>

java.lang.Object
  extended by org.jopendocument.dom.StyleDesc<S>
      extended by 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

Method Summary
static
<C extends StyleStyle>
StyleStyleDesc<C>
copy(StyleStyleDesc<C> toClone, XMLVersion version)
           
 S findDefaultStyle(ODPackage pkg)
           
 java.lang.String getFamily()
           
 
Methods inherited from class org.jopendocument.dom.StyleDesc
copy, create, createAutoStyle, createAutoStyle, findStyleForNode, findStyleForNode, findStyleWithName, getBaseName, getElementName, getElementNS, getVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)