
net.rgielen.com4j.office2010.office.OfficeTheme Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C03A0-0000-0000-C000-000000000046}")
public interface OfficeTheme extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "ThemeColorScheme"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ThemeColorScheme
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.office.ThemeColorScheme themeColorScheme();
@VTID(10)
@ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.ThemeColorScheme.class})
net.rgielen.com4j.office2010.office.ThemeColor themeColorScheme(
net.rgielen.com4j.office2010.office.MsoThemeColorSchemeIndex index);
/**
*
* Getter method for the COM property "ThemeFontScheme"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ThemeFontScheme
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.office.ThemeFontScheme themeFontScheme();
/**
*
* Getter method for the COM property "ThemeEffectScheme"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ThemeEffectScheme
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.office.ThemeEffectScheme themeEffectScheme();
// Properties:
}