Class ThemeFamily
java.lang.Object
com.independentsoft.office.drawing.extensions.ThemeFamily
- All Implemented Interfaces:
IExtensionContent
Represents the theme-family extension (
thm15:themeFamily) that
identifies the theme family by name, id and variation id
(uri {05A4C25C-085E-4340-85A3-A5531E510DB2}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new theme family.ThemeFamily(InternalXMLStreamReader reader)Instantiates a new theme family. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.getId()Gets the theme family id (id).getName()Gets the theme family name (name).getVid()Gets the theme variation id (vid).voidSets the theme family id (id).voidSets the theme family name (name).voidSets the theme variation id (vid).toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ThemeFamily
public ThemeFamily()Instantiates a new theme family. -
ThemeFamily
Instantiates a new theme family.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getName
Gets the theme family name (name).- Returns:
- the name
-
setName
Sets the theme family name (name).- Parameters:
name- the new name
-
getId
Gets the theme family id (id).- Returns:
- the id
-
setId
Sets the theme family id (id).- Parameters:
id- the new id
-
getVid
Gets the theme variation id (vid).- Returns:
- the vid
-
setVid
Sets the theme variation id (vid).- Parameters:
vid- the new vid
-