![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.poi.PptPoiBridge Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ppt-templates Show documentation
Show all versions of ppt-templates Show documentation
PPT Template is a small templating library to generate PowerPoint presentations.
package org.apache.poi;
/**
* This is an internal class, it should not be considered as a public API:
* this class will be deleted without any warning.
*/
@Deprecated
public class PptPoiBridge {
public static void removeRelation(POIXMLDocumentPart parent, POIXMLDocumentPart child) {
parent.removeRelation(child);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy