
net.rgielen.com4j.office2010.word.XMLSchemaReferences Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{356B06EC-4908-42A4-81FC-4B5A51F3483B}")
public interface XMLSchemaReferences extends Com4jObject,Iterable {
// Methods:
/**
*
* Getter method for the COM property "_NewEnum"
*
*/
@DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present
@VTID(7)
java.util.Iterator iterator();
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(8)
int count();
/**
*
* 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(9)
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(10)
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(11)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "AutomaticValidation"
*
* @return Returns a value of type boolean
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(12)
boolean automaticValidation();
/**
*
* Setter method for the COM property "AutomaticValidation"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(13)
void automaticValidation(
boolean prop);
/**
*
* Getter method for the COM property "AllowSaveAsXMLWithoutValidation"
*
* @return Returns a value of type boolean
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(14)
boolean allowSaveAsXMLWithoutValidation();
/**
*
* Setter method for the COM property "AllowSaveAsXMLWithoutValidation"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(15)
void allowSaveAsXMLWithoutValidation(
boolean prop);
/**
*
* Getter method for the COM property "HideValidationErrors"
*
* @return Returns a value of type boolean
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(16)
boolean hideValidationErrors();
/**
*
* Setter method for the COM property "HideValidationErrors"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(17)
void hideValidationErrors(
boolean prop);
/**
*
* Getter method for the COM property "IgnoreMixedContent"
*
* @return Returns a value of type boolean
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(18)
boolean ignoreMixedContent();
/**
*
* Setter method for the COM property "IgnoreMixedContent"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(19)
void ignoreMixedContent(
boolean prop);
/**
*
* Getter method for the COM property "ShowPlaceholderText"
*
* @return Returns a value of type boolean
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(20)
boolean showPlaceholderText();
/**
*
* Setter method for the COM property "ShowPlaceholderText"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(21)
void showPlaceholderText(
boolean prop);
/**
* @param index Mandatory java.lang.Object parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.word.XMLSchemaReference
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(22)
@DefaultMethod
net.rgielen.com4j.office2010.word.XMLSchemaReference item(
java.lang.Object index);
/**
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(23)
void validate();
/**
* @param namespaceURI Optional parameter. Default value is com4j.Variant.getMissing()
* @param alias Optional parameter. Default value is com4j.Variant.getMissing()
* @param fileName Optional parameter. Default value is com4j.Variant.getMissing()
* @param installForAllUsers Optional parameter. Default value is false
* @return Returns a value of type net.rgielen.com4j.office2010.word.XMLSchemaReference
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(24)
net.rgielen.com4j.office2010.word.XMLSchemaReference add(
@Optional java.lang.Object namespaceURI,
@Optional java.lang.Object alias,
@Optional java.lang.Object fileName,
@Optional @DefaultValue("0") boolean installForAllUsers);
// Properties:
}