![JAR search and dependency download from the Maven repository](/logo.png)
net.rgielen.com4j.office2010.office.CustomXMLSchema Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000CDB01-0000-0000-C000-000000000046}")
public interface CustomXMLSchema extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(1610809344) //= 0x60030000. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Location"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809345) //= 0x60030001. The runtime will prefer the VTID if present
@VTID(10)
java.lang.String location();
/**
*
* Getter method for the COM property "NamespaceURI"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1610809346) //= 0x60030002. The runtime will prefer the VTID if present
@VTID(11)
java.lang.String namespaceURI();
/**
*/
@DISPID(1610809347) //= 0x60030003. The runtime will prefer the VTID if present
@VTID(12)
void delete();
/**
*/
@DISPID(1610809348) //= 0x60030004. The runtime will prefer the VTID if present
@VTID(13)
void reload();
// Properties:
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy