Uses of Class
org.apache.poi.sl.usermodel.Placeholder
-
Packages that use Placeholder Package Description org.apache.poi.sl.usermodel -
-
Uses of Placeholder in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Placeholder Modifier and Type Method Description PlaceholderPlaceholderDetails. getPlaceholder()PlaceholderSimpleShape. getPlaceholder()static PlaceholderPlaceholder. lookupNativeNotes(int nativeId)static PlaceholderPlaceholder. lookupNativeNotesMaster(int nativeId)static PlaceholderPlaceholder. lookupNativeSlide(int nativeId)static PlaceholderPlaceholder. lookupNativeSlideMaster(int nativeId)static PlaceholderPlaceholder. lookupOoxml(int ooxmlId)static PlaceholderPlaceholder. valueOf(String name)Returns the enum constant of this type with the specified name.static Placeholder[]Placeholder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type Placeholder Modifier and Type Method Description default booleanSlide. getDisplayPlaceholder(Placeholder placeholder)Deprecated.in POI 5.2.0 - useSlide.getDisplayPlaceholder(SimpleShape)SimpleShape<S,P>MasterSheet. getPlaceholder(Placeholder type)Return the placeholder shape for the specified typePlaceholderDetailsSheet. getPlaceholderDetails(Placeholder placeholder)Get the placeholder details for the given placeholder type.voidPlaceholderDetails. setPlaceholder(Placeholder placeholder)Specifies that the corresponding shape should be represented by the generating application as a placeholder.voidSimpleShape. setPlaceholder(Placeholder placeholder)Specifies that the corresponding shape should be represented by the generating application as a placeholder.
-