net.rgielen.com4j.office2010.office.WebPageFont Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0913-0000-0000-C000-000000000046}")
public interface WebPageFont extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "ProportionalFont"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(9)
java.lang.String proportionalFont();
/**
*
* Setter method for the COM property "ProportionalFont"
*
* @param pstr Mandatory java.lang.String parameter.
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(10)
void proportionalFont(
java.lang.String pstr);
/**
*
* Getter method for the COM property "ProportionalFontSize"
*
* @return Returns a value of type float
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(11)
float proportionalFontSize();
/**
*
* Setter method for the COM property "ProportionalFontSize"
*
* @param pf Mandatory float parameter.
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(12)
void proportionalFontSize(
float pf);
/**
*
* Getter method for the COM property "FixedWidthFont"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(13)
java.lang.String fixedWidthFont();
/**
*
* Setter method for the COM property "FixedWidthFont"
*
* @param pstr Mandatory java.lang.String parameter.
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(14)
void fixedWidthFont(
java.lang.String pstr);
/**
*
* Getter method for the COM property "FixedWidthFontSize"
*
* @return Returns a value of type float
*/
@DISPID(13) //= 0xd. The runtime will prefer the VTID if present
@VTID(15)
float fixedWidthFontSize();
/**
*
* Setter method for the COM property "FixedWidthFontSize"
*
* @param pf Mandatory float parameter.
*/
@DISPID(13) //= 0xd. The runtime will prefer the VTID if present
@VTID(16)
void fixedWidthFontSize(
float pf);
// Properties:
}