java.lang.Object
com.independentsoft.office.drawing.extensions.ThemeFamily
All Implemented Interfaces:
IExtensionContent

public class ThemeFamily extends Object implements 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 Details

  • Constructor Details

  • Method Details

    • clone

      public IExtensionContent clone()
      Description copied from interface: IExtensionContent
      Clone.
      Specified by:
      clone in interface IExtensionContent
      Overrides:
      clone in class Object
      Returns:
      the extension content
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Gets the theme family name (name).
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the theme family name (name).
      Parameters:
      name - the new name
    • getId

      public String getId()
      Gets the theme family id (id).
      Returns:
      the id
    • setId

      public void setId(String id)
      Sets the theme family id (id).
      Parameters:
      id - the new id
    • getVid

      public String getVid()
      Gets the theme variation id (vid).
      Returns:
      the vid
    • setVid

      public void setVid(String vid)
      Sets the theme variation id (vid).
      Parameters:
      vid - the new vid