
net.rgielen.com4j.office2010.office.LineFormat Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0317-0000-0000-C000-000000000046}")
public interface LineFormat 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 "BackColor"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ColorFormat
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.office.ColorFormat backColor();
/**
*
* Setter method for the COM property "BackColor"
*
* @param backColor Mandatory net.rgielen.com4j.office2010.office.ColorFormat parameter.
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(11)
void backColor(
net.rgielen.com4j.office2010.office.ColorFormat backColor);
/**
*
* Getter method for the COM property "BeginArrowheadLength"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoArrowheadLength
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.office.MsoArrowheadLength beginArrowheadLength();
/**
*
* Setter method for the COM property "BeginArrowheadLength"
*
* @param beginArrowheadLength Mandatory net.rgielen.com4j.office2010.office.MsoArrowheadLength parameter.
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(13)
void beginArrowheadLength(
net.rgielen.com4j.office2010.office.MsoArrowheadLength beginArrowheadLength);
/**
*
* Getter method for the COM property "BeginArrowheadStyle"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoArrowheadStyle
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(14)
net.rgielen.com4j.office2010.office.MsoArrowheadStyle beginArrowheadStyle();
/**
*
* Setter method for the COM property "BeginArrowheadStyle"
*
* @param beginArrowheadStyle Mandatory net.rgielen.com4j.office2010.office.MsoArrowheadStyle parameter.
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(15)
void beginArrowheadStyle(
net.rgielen.com4j.office2010.office.MsoArrowheadStyle beginArrowheadStyle);
/**
*
* Getter method for the COM property "BeginArrowheadWidth"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoArrowheadWidth
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(16)
net.rgielen.com4j.office2010.office.MsoArrowheadWidth beginArrowheadWidth();
/**
*
* Setter method for the COM property "BeginArrowheadWidth"
*
* @param beginArrowheadWidth Mandatory net.rgielen.com4j.office2010.office.MsoArrowheadWidth parameter.
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(17)
void beginArrowheadWidth(
net.rgielen.com4j.office2010.office.MsoArrowheadWidth beginArrowheadWidth);
/**
*
* Getter method for the COM property "DashStyle"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoLineDashStyle
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(18)
net.rgielen.com4j.office2010.office.MsoLineDashStyle dashStyle();
/**
*
* Setter method for the COM property "DashStyle"
*
* @param dashStyle Mandatory net.rgielen.com4j.office2010.office.MsoLineDashStyle parameter.
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(19)
void dashStyle(
net.rgielen.com4j.office2010.office.MsoLineDashStyle dashStyle);
/**
*
* Getter method for the COM property "EndArrowheadLength"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoArrowheadLength
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(20)
net.rgielen.com4j.office2010.office.MsoArrowheadLength endArrowheadLength();
/**
*
* Setter method for the COM property "EndArrowheadLength"
*
* @param endArrowheadLength Mandatory net.rgielen.com4j.office2010.office.MsoArrowheadLength parameter.
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(21)
void endArrowheadLength(
net.rgielen.com4j.office2010.office.MsoArrowheadLength endArrowheadLength);
/**
*
* Getter method for the COM property "EndArrowheadStyle"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoArrowheadStyle
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(22)
net.rgielen.com4j.office2010.office.MsoArrowheadStyle endArrowheadStyle();
/**
*
* Setter method for the COM property "EndArrowheadStyle"
*
* @param endArrowheadStyle Mandatory net.rgielen.com4j.office2010.office.MsoArrowheadStyle parameter.
*/
@DISPID(106) //= 0x6a. The runtime will prefer the VTID if present
@VTID(23)
void endArrowheadStyle(
net.rgielen.com4j.office2010.office.MsoArrowheadStyle endArrowheadStyle);
/**
*
* Getter method for the COM property "EndArrowheadWidth"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoArrowheadWidth
*/
@DISPID(107) //= 0x6b. The runtime will prefer the VTID if present
@VTID(24)
net.rgielen.com4j.office2010.office.MsoArrowheadWidth endArrowheadWidth();
/**
*
* Setter method for the COM property "EndArrowheadWidth"
*
* @param endArrowheadWidth Mandatory net.rgielen.com4j.office2010.office.MsoArrowheadWidth parameter.
*/
@DISPID(107) //= 0x6b. The runtime will prefer the VTID if present
@VTID(25)
void endArrowheadWidth(
net.rgielen.com4j.office2010.office.MsoArrowheadWidth endArrowheadWidth);
/**
*
* Getter method for the COM property "ForeColor"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.ColorFormat
*/
@DISPID(108) //= 0x6c. The runtime will prefer the VTID if present
@VTID(26)
net.rgielen.com4j.office2010.office.ColorFormat foreColor();
/**
*
* Setter method for the COM property "ForeColor"
*
* @param foreColor Mandatory net.rgielen.com4j.office2010.office.ColorFormat parameter.
*/
@DISPID(108) //= 0x6c. The runtime will prefer the VTID if present
@VTID(27)
void foreColor(
net.rgielen.com4j.office2010.office.ColorFormat foreColor);
/**
*
* Getter method for the COM property "Pattern"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoPatternType
*/
@DISPID(109) //= 0x6d. The runtime will prefer the VTID if present
@VTID(28)
net.rgielen.com4j.office2010.office.MsoPatternType pattern();
/**
*
* Setter method for the COM property "Pattern"
*
* @param pattern Mandatory net.rgielen.com4j.office2010.office.MsoPatternType parameter.
*/
@DISPID(109) //= 0x6d. The runtime will prefer the VTID if present
@VTID(29)
void pattern(
net.rgielen.com4j.office2010.office.MsoPatternType pattern);
/**
*
* Getter method for the COM property "Style"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoLineStyle
*/
@DISPID(110) //= 0x6e. The runtime will prefer the VTID if present
@VTID(30)
net.rgielen.com4j.office2010.office.MsoLineStyle style();
/**
*
* Setter method for the COM property "Style"
*
* @param style Mandatory net.rgielen.com4j.office2010.office.MsoLineStyle parameter.
*/
@DISPID(110) //= 0x6e. The runtime will prefer the VTID if present
@VTID(31)
void style(
net.rgielen.com4j.office2010.office.MsoLineStyle style);
/**
*
* Getter method for the COM property "Transparency"
*
* @return Returns a value of type float
*/
@DISPID(111) //= 0x6f. The runtime will prefer the VTID if present
@VTID(32)
float transparency();
/**
*
* Setter method for the COM property "Transparency"
*
* @param transparency Mandatory float parameter.
*/
@DISPID(111) //= 0x6f. The runtime will prefer the VTID if present
@VTID(33)
void transparency(
float transparency);
/**
*
* Getter method for the COM property "Visible"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(112) //= 0x70. The runtime will prefer the VTID if present
@VTID(34)
net.rgielen.com4j.office2010.office.MsoTriState visible();
/**
*
* Setter method for the COM property "Visible"
*
* @param visible Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(112) //= 0x70. The runtime will prefer the VTID if present
@VTID(35)
void visible(
net.rgielen.com4j.office2010.office.MsoTriState visible);
/**
*
* Getter method for the COM property "Weight"
*
* @return Returns a value of type float
*/
@DISPID(113) //= 0x71. The runtime will prefer the VTID if present
@VTID(36)
float weight();
/**
*
* Setter method for the COM property "Weight"
*
* @param weight Mandatory float parameter.
*/
@DISPID(113) //= 0x71. The runtime will prefer the VTID if present
@VTID(37)
void weight(
float weight);
/**
*
* Getter method for the COM property "InsetPen"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState
*/
@DISPID(114) //= 0x72. The runtime will prefer the VTID if present
@VTID(38)
net.rgielen.com4j.office2010.office.MsoTriState insetPen();
/**
*
* Setter method for the COM property "InsetPen"
*
* @param insetPen Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter.
*/
@DISPID(114) //= 0x72. The runtime will prefer the VTID if present
@VTID(39)
void insetPen(
net.rgielen.com4j.office2010.office.MsoTriState insetPen);
// Properties:
}