net.rgielen.com4j.office2010.word.XMLMapping Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{0C1FABE7-F737-406F-9CA3-B07661F9D1A2}")
public interface XMLMapping 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 "IsMapped"
*
* @return Returns a value of type boolean
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(10)
@DefaultMethod
boolean isMapped();
/**
*
* Getter method for the COM property "CustomXMLPart"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office._CustomXMLPart
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.office._CustomXMLPart customXMLPart();
/**
*
* Getter method for the COM property "CustomXMLNode"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.CustomXMLNode
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.office.CustomXMLNode customXMLNode();
/**
* @param xPath Mandatory java.lang.String parameter.
* @param prefixMapping Optional parameter. Default value is ""
* @param source Optional parameter. Default value is 0
* @return Returns a value of type boolean
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(13)
boolean setMapping(
java.lang.String xPath,
@Optional @DefaultValue("") java.lang.String prefixMapping,
@Optional @DefaultValue("0") net.rgielen.com4j.office2010.office._CustomXMLPart source);
/**
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(14)
void delete();
/**
* @param node Mandatory net.rgielen.com4j.office2010.office.CustomXMLNode parameter.
* @return Returns a value of type boolean
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(15)
boolean setMappingByNode(
net.rgielen.com4j.office2010.office.CustomXMLNode node);
/**
*
* Getter method for the COM property "XPath"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(16)
java.lang.String xPath();
/**
*
* Getter method for the COM property "PrefixMappings"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(17)
java.lang.String prefixMappings();
// Properties:
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy