net.rgielen.com4j.office2010.office.ThemeFontScheme Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C03A5-0000-0000-C000-000000000046}")
public interface ThemeFontScheme 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();
/**
* @param fileName Mandatory java.lang.String parameter.
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(10)
void load(
java.lang.String fileName);
/**
* @param fileName Mandatory java.lang.String parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(11)
void save(
java.lang.String fileName);
/**
*
* Getter method for the COM property "MinorFont"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ThemeFonts
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.office.ThemeFonts minorFont();
@VTID(12)
@ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.ThemeFonts.class})
net.rgielen.com4j.office2010.office.ThemeFont minorFont(
net.rgielen.com4j.office2010.office.MsoFontLanguageIndex index);
/**
*
* Getter method for the COM property "MajorFont"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ThemeFonts
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(13)
net.rgielen.com4j.office2010.office.ThemeFonts majorFont();
@VTID(13)
@ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.ThemeFonts.class})
net.rgielen.com4j.office2010.office.ThemeFont majorFont(
net.rgielen.com4j.office2010.office.MsoFontLanguageIndex index);
// Properties:
}