Uses of Class
org.odftoolkit.odfdom.type.StyleName
-
Packages that use StyleName Package Description org.odftoolkit.odfdom.type -
-
Uses of StyleName in org.odftoolkit.odfdom.type
Methods in org.odftoolkit.odfdom.type that return StyleName Modifier and Type Method Description static StyleName
StyleName. valueOf(String styleName)
Returns StyleName which is represented by the specified String valueMethods in org.odftoolkit.odfdom.type that return types with arguments of type StyleName Modifier and Type Method Description List<StyleName>
StyleNameRefs. getStyleNameRefList()
Returns a list of StyleNameRef from the StyleNameRefs ObjectConstructor parameters in org.odftoolkit.odfdom.type with type arguments of type StyleName Constructor Description StyleNameRefs(List<StyleName> styleNames)
Construct StyleNameRefs by the parsing the given StyleName list
-