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 class
HSLFPlaceholderDetails
Extended placeholder details for HSLF sheets - mainly for headers and footersclass
HSLFShapePlaceholderDetails
Extended 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 PlaceholderDetails
Sheet. getPlaceholderDetails(Placeholder placeholder)
Get the placeholder details for the given placeholder type.PlaceholderDetails
SimpleShape. 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 class
XSLFPlaceholderDetails
XSLF Placeholder Details
-