All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.poi.PptPoiBridge Maven / Gradle / Ivy

Go to download

PPT Template is a small templating library to generate PowerPoint presentations.

There is a newer version: 1.0.1
Show newest version
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