Uses of Interface
org.apache.poi.sl.usermodel.PlaceholderDetails
-
Packages that use PlaceholderDetails Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of PlaceholderDetails in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement PlaceholderDetails Modifier and Type Class Description classHSLFPlaceholderDetailsExtended placeholder details for HSLF sheets - mainly for headers and footersclassHSLFShapePlaceholderDetailsExtended placeholder details for HSLF shapes -
Uses of PlaceholderDetails in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PlaceholderDetails Modifier and Type Method Description PlaceholderDetailsSheet. getPlaceholderDetails(Placeholder placeholder)Get the placeholder details for the given placeholder type.PlaceholderDetailsSimpleShape. getPlaceholderDetails() -
Uses of PlaceholderDetails in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement PlaceholderDetails Modifier and Type Class Description classXSLFPlaceholderDetailsXSLF Placeholder Details
-