net.rgielen.com4j.office2010.word.Style Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{0002092C-0000-0000-C000-000000000046}")
public interface Style extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._Application
*/
@DISPID(1000) //= 0x3e8. The runtime will prefer the VTID if present
@VTID(7)
net.rgielen.com4j.office2010.word._Application application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type int
*/
@DISPID(1001) //= 0x3e9. The runtime will prefer the VTID if present
@VTID(8)
int creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1002) //= 0x3ea. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "NameLocal"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(10)
@DefaultMethod
java.lang.String nameLocal();
/**
*
* Setter method for the COM property "NameLocal"
*
* @param prop Mandatory java.lang.String parameter.
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(11)
@DefaultMethod
void nameLocal(
java.lang.String prop);
/**
*
* Getter method for the COM property "BaseStyle"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(12)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object baseStyle();
/**
*
* Setter method for the COM property "BaseStyle"
*
* @param prop Mandatory java.lang.Object parameter.
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(13)
void baseStyle(
java.lang.Object prop);
/**
*
* Getter method for the COM property "Description"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(14)
java.lang.String description();
/**
*
* Getter method for the COM property "Type"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdStyleType
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(15)
net.rgielen.com4j.office2010.word.WdStyleType type();
/**
*
* Getter method for the COM property "BuiltIn"
*
* @return Returns a value of type boolean
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(16)
boolean builtIn();
/**
*
* Getter method for the COM property "NextParagraphStyle"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(17)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object nextParagraphStyle();
/**
*
* Setter method for the COM property "NextParagraphStyle"
*
* @param prop Mandatory java.lang.Object parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(18)
void nextParagraphStyle(
java.lang.Object prop);
/**
*
* Getter method for the COM property "InUse"
*
* @return Returns a value of type boolean
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(19)
boolean inUse();
/**
*
* Getter method for the COM property "Shading"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.Shading
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(20)
net.rgielen.com4j.office2010.word.Shading shading();
/**
*
* Getter method for the COM property "Borders"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.Borders
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(21)
net.rgielen.com4j.office2010.word.Borders borders();
@VTID(21)
@ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.Borders.class})
net.rgielen.com4j.office2010.word.Border borders(
net.rgielen.com4j.office2010.word.WdBorderType index);
/**
*
* Setter method for the COM property "Borders"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.Borders parameter.
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(22)
void borders(
net.rgielen.com4j.office2010.word.Borders prop);
/**
*
* Getter method for the COM property "ParagraphFormat"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._ParagraphFormat
*/
@DISPID(9) //= 0x9. The runtime will prefer the VTID if present
@VTID(23)
net.rgielen.com4j.office2010.word._ParagraphFormat paragraphFormat();
/**
*
* Setter method for the COM property "ParagraphFormat"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word._ParagraphFormat parameter.
*/
@DISPID(9) //= 0x9. The runtime will prefer the VTID if present
@VTID(24)
void paragraphFormat(
net.rgielen.com4j.office2010.word._ParagraphFormat prop);
/**
*
* Getter method for the COM property "Font"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._Font
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(25)
net.rgielen.com4j.office2010.word._Font font();
/**
*
* Setter method for the COM property "Font"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word._Font parameter.
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(26)
void font(
net.rgielen.com4j.office2010.word._Font prop);
/**
*
* Getter method for the COM property "Frame"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.Frame
*/
@DISPID(11) //= 0xb. The runtime will prefer the VTID if present
@VTID(27)
net.rgielen.com4j.office2010.word.Frame frame();
/**
*
* Getter method for the COM property "LanguageID"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdLanguageID
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(28)
net.rgielen.com4j.office2010.word.WdLanguageID languageID();
/**
*
* Setter method for the COM property "LanguageID"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdLanguageID parameter.
*/
@DISPID(12) //= 0xc. The runtime will prefer the VTID if present
@VTID(29)
void languageID(
net.rgielen.com4j.office2010.word.WdLanguageID prop);
/**
*
* Getter method for the COM property "AutomaticallyUpdate"
*
* @return Returns a value of type boolean
*/
@DISPID(13) //= 0xd. The runtime will prefer the VTID if present
@VTID(30)
boolean automaticallyUpdate();
/**
*
* Setter method for the COM property "AutomaticallyUpdate"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(13) //= 0xd. The runtime will prefer the VTID if present
@VTID(31)
void automaticallyUpdate(
boolean prop);
/**
*
* Getter method for the COM property "ListTemplate"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.ListTemplate
*/
@DISPID(14) //= 0xe. The runtime will prefer the VTID if present
@VTID(32)
net.rgielen.com4j.office2010.word.ListTemplate listTemplate();
/**
*
* Getter method for the COM property "ListLevelNumber"
*
* @return Returns a value of type int
*/
@DISPID(15) //= 0xf. The runtime will prefer the VTID if present
@VTID(33)
int listLevelNumber();
/**
*
* Getter method for the COM property "LanguageIDFarEast"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdLanguageID
*/
@DISPID(16) //= 0x10. The runtime will prefer the VTID if present
@VTID(34)
net.rgielen.com4j.office2010.word.WdLanguageID languageIDFarEast();
/**
*
* Setter method for the COM property "LanguageIDFarEast"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdLanguageID parameter.
*/
@DISPID(16) //= 0x10. The runtime will prefer the VTID if present
@VTID(35)
void languageIDFarEast(
net.rgielen.com4j.office2010.word.WdLanguageID prop);
/**
*
* Getter method for the COM property "Hidden"
*
* @return Returns a value of type boolean
*/
@DISPID(17) //= 0x11. The runtime will prefer the VTID if present
@VTID(36)
boolean hidden();
/**
*
* Setter method for the COM property "Hidden"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(17) //= 0x11. The runtime will prefer the VTID if present
@VTID(37)
void hidden(
boolean prop);
/**
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(38)
void delete();
/**
* @param listTemplate Mandatory net.rgielen.com4j.office2010.word.ListTemplate parameter.
* @param listLevelNumber Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(39)
void linkToListTemplate(
net.rgielen.com4j.office2010.word.ListTemplate listTemplate,
@Optional java.lang.Object listLevelNumber);
/**
*
* Getter method for the COM property "NoProofing"
*
* @return Returns a value of type int
*/
@DISPID(18) //= 0x12. The runtime will prefer the VTID if present
@VTID(40)
int noProofing();
/**
*
* Setter method for the COM property "NoProofing"
*
* @param prop Mandatory int parameter.
*/
@DISPID(18) //= 0x12. The runtime will prefer the VTID if present
@VTID(41)
void noProofing(
int prop);
/**
*
* Getter method for the COM property "LinkStyle"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(42)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object linkStyle();
/**
*
* Setter method for the COM property "LinkStyle"
*
* @param prop Mandatory java.lang.Object parameter.
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(43)
void linkStyle(
java.lang.Object prop);
/**
*
* Getter method for the COM property "Visibility"
*
* @return Returns a value of type boolean
*/
@DISPID(19) //= 0x13. The runtime will prefer the VTID if present
@VTID(44)
boolean visibility();
/**
*
* Setter method for the COM property "Visibility"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(19) //= 0x13. The runtime will prefer the VTID if present
@VTID(45)
void visibility(
boolean prop);
/**
*
* Getter method for the COM property "NoSpaceBetweenParagraphsOfSameStyle"
*
* @return Returns a value of type boolean
*/
@DISPID(20) //= 0x14. The runtime will prefer the VTID if present
@VTID(46)
boolean noSpaceBetweenParagraphsOfSameStyle();
/**
*
* Setter method for the COM property "NoSpaceBetweenParagraphsOfSameStyle"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(20) //= 0x14. The runtime will prefer the VTID if present
@VTID(47)
void noSpaceBetweenParagraphsOfSameStyle(
boolean prop);
/**
*
* Getter method for the COM property "Table"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.TableStyle
*/
@DISPID(21) //= 0x15. The runtime will prefer the VTID if present
@VTID(48)
net.rgielen.com4j.office2010.word.TableStyle table();
/**
*
* Getter method for the COM property "Locked"
*
* @return Returns a value of type boolean
*/
@DISPID(22) //= 0x16. The runtime will prefer the VTID if present
@VTID(49)
boolean locked();
/**
*
* Setter method for the COM property "Locked"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(22) //= 0x16. The runtime will prefer the VTID if present
@VTID(50)
void locked(
boolean prop);
/**
*
* Getter method for the COM property "Priority"
*
* @return Returns a value of type int
*/
@DISPID(23) //= 0x17. The runtime will prefer the VTID if present
@VTID(51)
int priority();
/**
*
* Setter method for the COM property "Priority"
*
* @param prop Mandatory int parameter.
*/
@DISPID(23) //= 0x17. The runtime will prefer the VTID if present
@VTID(52)
void priority(
int prop);
/**
*
* Getter method for the COM property "UnhideWhenUsed"
*
* @return Returns a value of type boolean
*/
@DISPID(24) //= 0x18. The runtime will prefer the VTID if present
@VTID(53)
boolean unhideWhenUsed();
/**
*
* Setter method for the COM property "UnhideWhenUsed"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(24) //= 0x18. The runtime will prefer the VTID if present
@VTID(54)
void unhideWhenUsed(
boolean prop);
/**
*
* Getter method for the COM property "QuickStyle"
*
* @return Returns a value of type boolean
*/
@DISPID(25) //= 0x19. The runtime will prefer the VTID if present
@VTID(55)
boolean quickStyle();
/**
*
* Setter method for the COM property "QuickStyle"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(25) //= 0x19. The runtime will prefer the VTID if present
@VTID(56)
void quickStyle(
boolean prop);
/**
*
* Getter method for the COM property "Linked"
*
* @return Returns a value of type boolean
*/
@DISPID(26) //= 0x1a. The runtime will prefer the VTID if present
@VTID(57)
boolean linked();
// Properties:
}