Uses of Interface
org.apache.poi.ooxml.POIXMLRelation.ParentPartConstructor
-
Packages that use POIXMLRelation.ParentPartConstructor Package Description org.apache.poi.ooxml -
-
Uses of POIXMLRelation.ParentPartConstructor in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml that return POIXMLRelation.ParentPartConstructor Modifier and Type Method Description POIXMLRelation.ParentPartConstructorPOIXMLRelation. getParentPartConstructor()Constructors in org.apache.poi.ooxml with parameters of type POIXMLRelation.ParentPartConstructor Constructor Description POIXMLRelation(String type, String rel, String defaultName, POIXMLRelation.NoArgConstructor noArgConstructor, POIXMLRelation.PackagePartConstructor packagePartConstructor, POIXMLRelation.ParentPartConstructor parentPartConstructor)Instantiates a POIXMLRelation.
-